PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Debian - Postfix startet nicht



tob3k
19.01.09, 12:48
Hallo zusammen und ne schöne KW4 wünsch ich euch.

Folgendes Problem stellt sich mir, an dessen Lösung ich grad irgendwie verzweifel:

Ich versuche per PHP/Konsole eine eMail zu versenden und es will nicht funktionieren.
PHP: mail('admin@tob3k.info', 'betreff', 'inhalt');
KONSOLE: mailx -s test to-addr admin@tob3k.info

Beispieldomain: tob3k.info
Beispieldomain intern: tob3k.intern
Beispielrechnername: server1
Beispieldomäne: TOB3K.local
(! tob3k.info ist eine fiktive Domain !)

Hier meine Daten:



/etc/postfix/main.cf
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
append_dot_mydomain = no
#delay_warning_time = 4h
smtpd_tls_cert_file=/etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file=/etc/postfix/ssl/smtpd.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
myhostname = server1.tob3k.info
mydomain = tob3k.info
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = server1.intern, localhost.intern, , localhost, tob3k.info, mail.tob3k.info, server1.tob3k.info
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_reciepent_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
home_mailbox = Maildir/
mailbox_command =




/etc/php5/apache2/php.ini
[PHP]
engine = On
zend.ze1_compatibility_mode = Off
short_open_tag = On
asp_tags = Off
precision = 12
y2k_compliance = On
output_buffering = Off
;output_handler =
zlib.output_compression = Off
;zlib.output_compression_level = -1
;zlib.output_handler =
implicit_flush = Off
unserialize_callback_func=
serialize_precision = 100
allow_call_time_pass_reference = On
safe_mode = Off
safe_mode_gid = Off
safe_mode_include_dir =
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_
safe_mode_protected_env_vars = LD_LIBRARY_PATH
;open_basedir =
disable_functions =
disable_classes =
;highlight.string = #DD0000
;highlight.comment = #FF9900
;highlight.keyword = #007700
;highlight.bg = #FFFFFF
;highlight.default = #0000BB
;highlight.html = #000000
; ignore_user_abort = On
; realpath_cache_size=16k
; realpath_cache_ttl=120
expose_php = On
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)
;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE _ERROR
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
display_startup_errors = Off
log_errors = Off
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
;report_zend_debug = 0
track_errors = Off
;html_errors = Off
;docref_root = "/phpmanual/"
;docref_ext = .html
;error_prepend_string = "<font color=ff0000>"
;error_append_string = "</font>"
;error_log = filename
;error_log = syslog
;arg_separator.output = "&amp;"
;arg_separator.input = ";&"
variables_order = "EGPCS"
register_globals = Off
register_long_arrays = On
register_argc_argv = On
auto_globals_jit = On
post_max_size = 8M
magic_quotes_gpc = On
magic_quotes_runtime = Off
magic_quotes_sybase = Off
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
;default_charset = "iso-8859-1"
;always_populate_raw_post_data = On
;include_path = ".:/usr/share/php"
doc_root =
user_dir =
; extension_dir = "./"
enable_dl = On
; cgi.force_redirect = 1
; cgi.nph = 1
; cgi.redirect_status_env = ;
; fastcgi.impersonate = 1;
; fastcgi.log = 0
;cgi.rfc2616_headers = 0
file_uploads = On
;upload_tmp_dir =
upload_max_filesize = 2M
allow_url_fopen = On
allow_url_include = Off
;from="john@doe.com"
; user_agent="PHP"
default_socket_timeout = 60
; auto_detect_line_endings = Off
;extension=mysql.so
extension=gd.so
[Date]
;date.timezone =
;date.default_latitude = 31.7667
;date.default_longitude = 35.2333
;date.sunrise_zenith = 90.583333
;date.sunset_zenith = 90.583333
[filter]
;filter.default = unsafe_raw
;filter.default_flags =
[iconv]
;iconv.input_encoding = ISO-8859-1
;iconv.internal_encoding = ISO-8859-1
;iconv.output_encoding = ISO-8859-1
[sqlite]
;sqlite.assoc_case = 0
[xmlrpc]
;xmlrpc_error_number = 0
;xmlrpc_errors = 0
[Pcre]
;pcre.recursion_limit=100000
;pcre.backtrack_limit=100000
[Syslog]
define_syslog_variables = Off
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from = me@example.com
;sendmail_path = /usr/sbin/sendmail -t -i
;mail.force_extra_parameters =
[SQL]
sql.safe_mode = Off
[ODBC]
;odbc.default_db = Not yet implemented
;odbc.default_user = Not yet implemented
;odbc.default_pw = Not yet implemented
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[MySQL]
mysql.allow_persistent = On
mysql.max_persistent = -1
mysql.max_links = -1
mysql.default_port =
mysql.default_socket =
mysql.default_host =
mysql.default_user =
mysql.default_password =
mysql.connect_timeout = 60
mysql.trace_mode = Off
[MySQLi]
mysqli.max_links = -1
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
mysqli.reconnect = Off
[mSQL]
msql.allow_persistent = On
msql.max_persistent = -1
msql.max_links = -1
[PostgresSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[Sybase]
sybase.allow_persistent = On
sybase.max_persistent = -1
sybase.max_links = -1
;sybase.interface_file = "/usr/sybase/interfaces"
sybase.min_error_severity = 10
sybase.min_message_severity = 10
sybase.compatability_mode = Off
[Sybase-CT]
sybct.allow_persistent = On
sybct.max_persistent = -1
sybct.max_links = -1
sybct.min_server_severity = 10
sybct.min_client_severity = 10
[bcmath]
bcmath.scale = 0
[browscap]
;browscap = extra/browscap.ini
[Informix]
ifx.default_host =
ifx.default_user =
ifx.default_password =
ifx.allow_persistent = On
ifx.max_persistent = -1
ifx.max_links = -1
ifx.textasvarchar = 0
ifx.byteasvarchar = 0
ifx.charasvarchar = 0
ifx.blobinfile = 0
ifx.nullformat = 0
[Session]
session.save_handler = files
;session.save_path = /var/lib/php5
session.use_cookies = 1
;session.cookie_secure =
; session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.serialize_handler = php
;session.gc_probability = 0
session.gc_divisor = 100
session.gc_maxlifetime = 1440
session.bug_compat_42 = 1
session.bug_compat_warn = 1
session.referer_check =
session.entropy_length = 0
session.entropy_file =
;session.entropy_length = 16
;session.entropy_file = /dev/urandom
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 4
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldse t="
[MSSQL]
mssql.allow_persistent = On
mssql.max_persistent = -1
mssql.max_links = -1
mssql.min_error_severity = 10
mssql.min_message_severity = 10
mssql.compatability_mode = Off
;mssql.connect_timeout = 5
;mssql.timeout = 60
;mssql.textlimit = 4096
;mssql.textsize = 4096
;mssql.batchsize = 0
;mssql.datetimeconvert = On
mssql.secure_connection = Off
;mssql.max_procs = -1
;mssql.charset = "ISO-8859-1"
[Assertion]
;assert.active = On
;assert.warning = On
;assert.bail = Off
;assert.callback = 0
;assert.quiet_eval = 0
[COM]
;com.typelib_file =
;com.allow_dcom = true
;com.autoregister_typelib = true
;com.autoregister_casesensitive = false
;com.autoregister_verbose = true
[mbstring]
;mbstring.language = Japanese
;mbstring.internal_encoding = EUC-JP
;mbstring.http_input = auto
;mbstring.http_output = SJIS
;mbstring.encoding_translation = Off
;mbstring.detect_order = auto
;mbstring.substitute_character = none;
;mbstring.func_overload = 0
[FrontBase]
;fbsql.allow_persistent = On
;fbsql.autocommit = On
;fbsql.show_timestamp_decimals = Off
;fbsql.default_database =
;fbsql.default_database_password =
;fbsql.default_host =
;fbsql.default_password =
;fbsql.default_user = "_SYSTEM"
;fbsql.generate_warnings = Off
;fbsql.max_connections = 128
;fbsql.max_links = 128
;fbsql.max_persistent = -1
;fbsql.max_results = 128
[gd]
;gd.jpeg_ignore_warning = 0
[exif]
;exif.encode_unicode = ISO-8859-15
;exif.decode_unicode_motorola = UCS-2BE
;exif.decode_unicode_intel = UCS-2LE
;exif.encode_jis =
;exif.decode_jis_motorola = JIS
;exif.decode_jis_intel = JIS
[Tidy]
tidy.clean_output = Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
extension=imagick.so
extension=json.so
extension=memcache.so
[memcache]
memcache.dbpath=/var/lib/memcache
memcache.maxreclevel=0
memcache.maxfiles=0
memcache.archivememlim=0
memcache.maxfilesize=0
memcache.maxratio=0




ps -fe
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 12:10 ? 00:00:02 init [2]
root 2 1 0 12:10 ? 00:00:00 [migration/0]
root 3 1 0 12:10 ? 00:00:00 [ksoftirqd/0]
root 4 1 0 12:10 ? 00:00:00 [migration/1]
root 5 1 0 12:10 ? 00:00:00 [ksoftirqd/1]
root 6 1 0 12:10 ? 00:00:00 [migration/2]
root 7 1 0 12:10 ? 00:00:00 [ksoftirqd/2]
root 8 1 0 12:10 ? 00:00:00 [migration/3]
root 9 1 0 12:10 ? 00:00:00 [ksoftirqd/3]
root 10 1 0 12:10 ? 00:00:00 [migration/4]
root 11 1 0 12:10 ? 00:00:00 [ksoftirqd/4]
root 12 1 0 12:10 ? 00:00:00 [migration/5]
root 13 1 0 12:10 ? 00:00:00 [ksoftirqd/5]
root 14 1 0 12:10 ? 00:00:00 [migration/6]
root 15 1 0 12:10 ? 00:00:00 [ksoftirqd/6]
root 16 1 0 12:10 ? 00:00:00 [migration/7]
root 17 1 0 12:10 ? 00:00:00 [ksoftirqd/7]
root 18 1 0 12:10 ? 00:00:00 [events/0]
root 19 1 0 12:10 ? 00:00:00 [events/1]
root 20 1 0 12:10 ? 00:00:00 [events/2]
root 21 1 0 12:10 ? 00:00:00 [events/3]
root 22 1 0 12:10 ? 00:00:00 [events/4]
root 23 1 0 12:10 ? 00:00:00 [events/5]
root 24 1 0 12:10 ? 00:00:00 [events/6]
root 25 1 0 12:10 ? 00:00:00 [events/7]
root 26 1 0 12:10 ? 00:00:00 [khelper]
root 27 1 0 12:10 ? 00:00:00 [kthread]
root 37 27 0 12:10 ? 00:00:00 [kblockd/0]
root 38 27 0 12:10 ? 00:00:00 [kblockd/1]
root 39 27 0 12:10 ? 00:00:00 [kblockd/2]
root 40 27 0 12:10 ? 00:00:00 [kblockd/3]
root 41 27 0 12:10 ? 00:00:00 [kblockd/4]
root 42 27 0 12:10 ? 00:00:00 [kblockd/5]
root 43 27 0 12:10 ? 00:00:00 [kblockd/6]
root 44 27 0 12:10 ? 00:00:00 [kblockd/7]
root 45 27 0 12:10 ? 00:00:00 [kacpid]
root 135 27 0 12:10 ? 00:00:00 [kseriod]
root 174 27 0 12:10 ? 00:00:00 [pdflush]
root 175 27 0 12:10 ? 00:00:00 [pdflush]
root 176 27 0 12:10 ? 00:00:00 [kswapd0]
root 177 27 0 12:10 ? 00:00:00 [aio/0]
root 178 27 0 12:10 ? 00:00:00 [aio/1]
root 179 27 0 12:10 ? 00:00:00 [aio/2]
root 180 27 0 12:10 ? 00:00:00 [aio/3]
root 181 27 0 12:10 ? 00:00:00 [aio/4]
root 182 27 0 12:10 ? 00:00:00 [aio/5]
root 183 27 0 12:10 ? 00:00:00 [aio/6]
root 184 27 0 12:10 ? 00:00:00 [aio/7]
root 328 1 0 12:10 ? 00:00:00 [kirqd]
root 688 27 0 12:10 ? 00:00:00 [khubd]
root 1045 27 0 12:10 ? 00:00:00 [kjournald]
root 1258 1 0 12:10 ? 00:00:00 udevd --daemon
root 1607 27 0 12:10 ? 00:00:00 [kpsmoused]
root 1893 27 0 12:10 ? 00:00:00 [kmirrord]
daemon 1985 1 0 12:10 ? 00:00:00 /sbin/portmap
root 2252 1 0 12:10 ? 00:00:00 /sbin/syslogd
root 2258 1 0 12:10 ? 00:00:00 /sbin/klogd -x
bind 2270 1 0 12:10 ? 00:00:00 /usr/sbin/named -n 1 -u bind
root 2351 1 0 12:10 ? 00:00:00 /bin/sh /usr/bin/mysqld_safe
mysql 2388 2351 0 12:10 ? 00:00:00 /usr/sbin/mysqld --basedir=/usr
root 2389 2351 0 12:10 ? 00:00:00 logger -p daemon.err -t mysqld_s
root 2521 1 0 12:10 ? 00:00:00 /usr/sbin/acpid -c /etc/acpi/eve
clamav 2601 1 0 12:10 ? 00:00:00 /usr/bin/freshclam -d --quiet
root 2609 1 0 12:10 ? 00:00:00 /usr/sbin/courierlogger -pid=/va
root 2610 2609 0 12:10 ? 00:00:00 /usr/lib/courier/courier-authlib
root 2619 1 0 12:10 ? 00:00:00 /usr/sbin/courierlogger -pid=/va
root 2620 2619 0 12:10 ? 00:00:00 /usr/sbin/couriertcpd -address=0
root 2622 2610 0 12:10 ? 00:00:00 /usr/lib/courier/courier-authlib
root 2623 2610 0 12:10 ? 00:00:00 /usr/lib/courier/courier-authlib
root 2624 2610 0 12:10 ? 00:00:00 /usr/lib/courier/courier-authlib
root 2625 2610 0 12:10 ? 00:00:00 /usr/lib/courier/courier-authlib
root 2626 2610 0 12:10 ? 00:00:00 /usr/lib/courier/courier-authlib
root 2636 1 0 12:10 ? 00:00:00 /usr/sbin/courierlogger -pid=/va
root 2637 2636 0 12:10 ? 00:00:00 /usr/sbin/couriertcpd -address=0
root 2642 1 0 12:10 ? 00:00:00 /usr/sbin/couriertcpd -pid=/var/
root 2644 1 0 12:10 ? 00:00:00 /usr/sbin/courierlogger courierp
root 2655 1 0 12:10 ? 00:00:00 /usr/sbin/courierlogger -pid=/va
root 2656 2655 0 12:10 ? 00:00:00 /usr/sbin/couriertcpd -address=0
nagios 2662 1 0 12:10 ? 00:00:00 /usr/sbin/nrpe -c /etc/nagios/nr
root 2672 1 0 12:10 ? 00:00:00 /usr/sbin/inetd
root 2749 1 0 12:10 ? 00:00:00 /usr/sbin/saslauthd -a pam -c -m
root 2750 2749 0 12:10 ? 00:00:00 /usr/sbin/saslauthd -a pam -c -m
root 2751 2749 0 12:10 ? 00:00:00 /usr/sbin/saslauthd -a pam -c -m
root 2752 2749 0 12:10 ? 00:00:00 /usr/sbin/saslauthd -a pam -c -m
root 2753 2749 0 12:10 ? 00:00:00 /usr/sbin/saslauthd -a pam -c -m
snmp 2757 1 0 12:10 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/nu
root 2763 1 0 12:10 ? 00:00:00 /usr/sbin/sshd
statd 2812 1 0 12:10 ? 00:00:00 /sbin/rpc.statd
daemon 2822 1 0 12:10 ? 00:00:00 /usr/sbin/atd
root 2829 1 0 12:10 ? 00:00:00 /usr/sbin/cron
root 2863 1 0 12:11 ? 00:00:00 python2.4 /usr/bin/fail2ban-serv
root 2922 1 0 12:11 tty1 00:00:00 /sbin/getty 38400 tty1
root 2924 1 0 12:11 tty2 00:00:00 /sbin/getty 38400 tty2
root 2925 1 0 12:11 tty3 00:00:00 /sbin/getty 38400 tty3
root 2926 1 0 12:11 tty4 00:00:00 /sbin/getty 38400 tty4
root 2928 1 0 12:11 tty5 00:00:00 /sbin/getty 38400 tty5
root 2929 1 0 12:11 tty6 00:00:00 /sbin/getty 38400 tty6
root 2977 2763 0 12:15 ? 00:00:00 sshd: root@pts/0
root 2979 2977 0 12:16 pts/0 00:00:00 -bash
root 3365 1 0 12:56 ? 00:00:00 /usr/sbin/apache2 -k start
www-data 3370 3365 0 12:56 ? 00:00:00 /usr/sbin/apache2 -k start
www-data 3371 3365 0 12:56 ? 00:00:00 /usr/sbin/apache2 -k start
www-data 3372 3365 0 12:56 ? 00:00:00 /usr/sbin/apache2 -k start
www-data 3373 3365 0 12:56 ? 00:00:00 /usr/sbin/apache2 -k start
www-data 3374 3365 0 12:56 ? 00:00:00 /usr/sbin/apache2 -k start
www-data 3377 3365 0 12:56 ? 00:00:00 /usr/sbin/apache2 -k start
root 3417 2763 0 13:15 ? 00:00:00 sshd: root@pts/1
root 3419 3417 0 13:15 pts/1 00:00:00 -bash
root 3427 3419 0 13:17 pts/1 00:00:00 ps -fe




netstat -tap
Aktive Internetverbindungen (Server und stehende Verbindungen)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:5666 *:* LISTEN 2662/nrpe
tcp 0 0 localhost:mysql *:* LISTEN 2388/mysqld
tcp 0 0 *:sunrpc *:* LISTEN 1985/portmap
tcp 0 0 *:auth *:* LISTEN 2672/inetd
tcp 0 0 *:52373 *:* LISTEN 2812/rpc.statd
tcp 0 0 server1.inter:domain *:* LISTEN 2270/named
tcp 0 0 server1.tob3k.in:domain *:* LISTEN 2270/named
tcp 0 0 localhost:domain *:* LISTEN 2270/named
tcp 0 0 *:smtp *:* LISTEN 2672/inetd
tcp 0 0 localhost:953 *:* LISTEN 2270/named
tcp6 0 0 *:imaps *:* LISTEN 2637/couriertcpd
tcp6 0 0 *:pop3s *:* LISTEN 2656/couriertcpd
tcp6 0 0 *:pop3 *:* LISTEN 2642/couriertcpd
tcp6 0 0 *:imap2 *:* LISTEN 2620/couriertcpd
tcp6 0 0 *:www *:* LISTEN 3365/apache2
tcp6 0 0 *:domain *:* LISTEN 2270/named
tcp6 0 0 *:ssh *:* LISTEN 2763/sshd
tcp6 0 0 *:https *:* LISTEN 3365/apache2
tcp6 0 0 server1.inte:ssh ICH.tob3k.local.:4215 VERBUNDEN 2977/0




telnet mail 25
Trying 85.256.256.256... (<= Hier steht eigentlich die ServerIP)
Connected to server1.tob3k.info.
Escape character is '^]'.
220 server1 Sendmail ready.




/etc/hosts
127.0.0.1 localhost
192.256.256.256 server1.intern server1 # interne IP geändert
85.256.256.256 server1.tob3k.info server1 mail # externe IP geändert
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts




/var/log/mail.err
Jan 19 12:25:39 server1 postfix/postfix-script: fatal: the Postfix mail system is not running
Jan 19 12:28:07 server1 postfix/master[3197]: fatal: bind 0.0.0.0 port 25: Address already in use
Jan 19 12:28:11 server1 postfix/postfix-script: fatal: the Postfix mail system is not running
Jan 19 12:28:17 server1 postfix/master[3271]: fatal: bind 0.0.0.0 port 25: Address already in use
Jan 19 12:28:23 server1 postfix/postfix-script: fatal: the Postfix mail system is not running
Jan 19 12:34:01 server1 postfix/postqueue[3306]: fatal: Cannot flush mail queue - mail system is down
Jan 19 12:48:26 server1 smtpd[3340]: Read failed from client fd (Connection reset by peer) - Abandoning session
Jan 19 12:54:01 server1 postfix/postqueue[3342]: fatal: Cannot flush mail queue - mail system is down
Jan 19 13:14:01 server1 postfix/postqueue[3414]: fatal: Cannot flush mail queue - mail system is down
Jan 19 13:34:01 server1 postfix/postqueue[3438]: fatal: Cannot flush mail queue - mail system is down




/var/log/mail.info bzw /var/log/mail.log
Jan 19 12:28:23 server1 postfix/postfix-script: fatal: the Postfix mail system is not running
Jan 19 12:29:05 server1 smtpd[3277]: No reverse mapping for address 85.183.246.11 (1)
Jan 19 12:34:01 server1 postfix/postqueue[3306]: fatal: Cannot flush mail queue - mail system is down
Jan 19 12:35:58 server1 smtpd[3316]: No reverse mapping for address 85.256.256.256 (1)
Jan 19 12:48:26 server1 smtpd[3340]: Read failed from client fd (Connection reset by peer) - Abandoning session
Jan 19 12:48:26 server1 smtpd[3340]: write failed: (Broken pipe)
Jan 19 12:54:01 server1 postfix/postqueue[3342]: fatal: Cannot flush mail queue - mail system is down
Jan 19 13:14:01 server1 postfix/postqueue[3414]: fatal: Cannot flush mail queue - mail system is down
Jan 19 13:31:21 server1 smtpd[3434]: No reverse mapping for address 85.256.256.256 (1)
Jan 19 13:34:01 server1 postfix/postqueue[3438]: fatal: Cannot flush mail queue - mail system is down




lsof -i :25
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
inetd 2672 root 4u IPv4 6022 TCP *:smtp (LISTEN)




postfix start
postfix/postfix-script: starting the Postfix mail system

postfix reload
postfix/postfix-script: fatal: the Postfix mail system is not running

postfix check



Hat jemand ne Idee, nen Tipp oder sonst was konstruktives für mich??

LG,

tob

muell200
19.01.09, 13:34
tcp 0 0 *:smtp *:* LISTEN 2672/inetd




Jan 19 12:28:07 server1 postfix/master[3197]: fatal: bind 0.0.0.0 port 25: Address already in use
Jan 19 12:28:11 server1 postfix/postfix-script: fatal: the Postfix mail system is not running
Jan 19 12:28:17 server1 postfix/master[3271]: fatal: bind 0.0.0.0 port 25: Address already in use



ein anderer prozess laueft schon auf port 25
evt. initd

tob3k
20.01.09, 15:08
Problem erkannt:
Fehlender RDNS-Eintrag...wird vom Provider übernommen..