Hallo, ich habe ein Postfix Problem. Fetchmail holt bei mir die Mails ab und sendet die dann automatisch an Postfix weiter. Dieser soll die dann an Dovecot übergeben und darüber soll das ganze dann in meiner INBOX landen. Die Zustellung der Emails benötige ich nur lokal. Gesendet wird über die jeweiligen smtp's meiner Provider.
Das System ist Debian 5.0.
Hier mal das Logfile:
Sep 4 19:23:54 hostname fetchmail[2028]: erweckt um Sa 04 Sep 2010 19:23:54 CEST Sep 4 19:23:54 hostname fetchmail[2028]: 1 Nachricht für mail_addr1 bei pop.example.com (1196 Bytes). Sep 4 19:23:54 hostname postfix/smtpd[3250]: connect from localhost[127.0.0.1] Sep 4 19:23:54 hostname postfix/smtpd[3250]: 7D46B8214F: client=localhost[127.0.0.1] Sep 4 19:23:54 hostname postfix/cleanup[3253]: 7D46B8214F: message-id=<201009041922.57155.absender@example.com> Sep 4 19:23:54 hostname fetchmail[2028]: Nachricht mail_addr1@pop.example.com:1 von 1 wird gelesen (1196 Bytes) gelöscht Sep 4 19:23:54 hostname postfix/qmgr[3243]: 7D46B8214F: from=<absender@example.com>, size=1505, nrcpt=1 (queue active) Sep 4 19:23:54 hostname deliver(user): postmaster_address setting not given Sep 4 19:23:54 hostname postfix/local[3254]: 7D46B8214F: to=<user@localhost>, relay=local, delay=0.08, delays=0.06/0.01/0/0.01, dsn=5.3.5, status=bounced (local configuration error) Sep 4 19:23:54 hostname postfix/smtpd[3250]: disconnect from localhost[127.0.0.1] Sep 4 19:23:54 hostname fetchmail[2028]: Sa 04 Sep 2010 19:23:54 CEST: schlafe 60 Sekunden lang Sep 4 19:23:54 hostname postfix/cleanup[3253]: 93BCB82151: message-id=<20100904172354.93BCB82151@hostname> Sep 4 19:23:54 hostname postfix/bounce[3256]: 7D46B8214F: sender non-delivery notification: 93BCB82151 Sep 4 19:23:54 hostname postfix/qmgr[3243]: 93BCB82151: from=<>, size=3232, nrcpt=1 (queue active) Sep 4 19:23:54 hostname postfix/qmgr[3243]: 7D46B8214F: removed Sep 4 19:23:54 hostname postfix/error[3257]: 93BCB82151: to=<absender@example.com>, relay=none, delay=0.03, delays=0.02/0/0/0, dsn=5.0.0, status=bounced (example.com) Sep 4 19:23:54 hostname postfix/qmgr[3243]: 93BCB82151: removed
und hier meine main.cf:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # line of that file to be used as the name. The Debian default # is /etc/mailname. #myorigin = /etc/mailname smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no # appending .domain is the MUA's job. append_dot_mydomain = no # Uncomment the next line to generate "delayed mail" warnings #delay_warning_time = 4h readme_directory = no # TLS parameters #smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem #smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key #smtpd_use_tls=yes #smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache #smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for # information on enabling SSL in the smtp client. myhostname = hostname alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = ip, hostname, localhost.localdomain, localhost relayhost = mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all #loopback-only default_transport = error relay_transport = error home_mailbox=Maildir/ mailbox_command = /usr/lib/dovecot/deliver -e
Mails versenden funktioniert über telnet auch nicht, weshalb das Problem irgendwo zwischen postfix und dovecot liegen muss. So langsam bin ich aber ratlos, was das noch sein könnte...
vielen Dank für eure Hilfe!
mfg dubitat