Mailversand funtioniert nur teilweise, Postfix, Courier, Ama
Posted: 2011-06-27 09:13
Hallo Forum...
Ich habe unter Debian 6.0 Posfix und Courier als Mailserver und Amavisd als Mailfilter zu laufen.
Mailversand funktioniert soweit das die Mail beim Empfänger ordendlich ankommt aber die nach dem Versand obligatorische Einsortierung in die Imap-Stuktur funktioniert nicht. Die gesendete Mail kommt nicht im Sent Ordner des Mailaccounts an.
Hat jemand eine Idee woran das liegen könnte?
Für jeden Tip dankbar, Heiko
postconf -n
Auszug aus /var/log/mail.log
Ich habe unter Debian 6.0 Posfix und Courier als Mailserver und Amavisd als Mailfilter zu laufen.
Mailversand funktioniert soweit das die Mail beim Empfänger ordendlich ankommt aber die nach dem Versand obligatorische Einsortierung in die Imap-Stuktur funktioniert nicht. Die gesendete Mail kommt nicht im Sent Ordner des Mailaccounts an.
Hat jemand eine Idee woran das liegen könnte?
Für jeden Tip dankbar, Heiko
postconf -n
Code: Select all
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
body_checks = regexp:/etc/postfix/body_checks
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = amavis:[127.0.0.1]:10024
header_checks = regexp:/etc/postfix/header_checks
html_directory = /usr/share/doc/postfix/html
inet_interfaces = all
mailbox_size_limit = 0
message_size_limit = 0
mime_header_checks = regexp:/etc/postfix/mime_header_checks
mydestination = eq4.example.de, localhost, localhost.localdomain
myhostname = eq4.example.de
mynetworks = 127.0.0.0/8 [::1]/128
myorigin = /etc/mailname
nested_header_checks = regexp:/etc/postfix/nested_header_checks
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
readme_directory = /usr/share/doc/postfix
receive_override_options = no_address_mappings
recipient_delimiter = +
relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
relay_recipient_maps = mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf
relayhost =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/vmail
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_transport = maildrop
virtual_uid_maps = static:5000
Auszug aus /var/log/mail.log
Code: Select all
Jun 27 08:52:20 eq4 postfix/smtpd[18152]: connect from p5DDE153B.dip.t-dialin.net[93.222.21.59]
Jun 27 08:52:20 eq4 postfix/smtpd[18152]: 893A523D7D50: client=p5DDE153B.dip.t-dialin.net[93.222.21.59], sasl_method=PLAIN, sasl_username=mail@sender-example.de
Jun 27 08:52:20 eq4 postfix/cleanup[18153]: 893A523D7D50: message-id=<201106270852.20060.mail@sender-example.de>
Jun 27 08:52:20 eq4 postfix/qmgr[2479]: 893A523D7D50: from=<mail@sender-example.de>, size=639, nrcpt=1 (queue active)
Jun 27 08:52:20 eq4 postfix/smtpd[18157]: connect from localhost[127.0.0.1]
Jun 27 08:52:20 eq4 postfix/smtpd[18157]: BD46C23D7D53: client=localhost[127.0.0.1]
Jun 27 08:52:20 eq4 postfix/cleanup[18153]: BD46C23D7D53: message-id=<201106270852.20060.mail@sender-example.de>
Jun 27 08:52:20 eq4 postfix/smtpd[18157]: disconnect from localhost[127.0.0.1]
Jun 27 08:52:20 eq4 postfix/qmgr[2479]: BD46C23D7D53: from=<mail@sender-example.de>, size=1105, nrcpt=1 (queue active)
Jun 27 08:52:20 eq4 amavis[2707]: (02707-09) Passed CLEAN, [93.222.21.59] [93.222.21.59] <mail@sender-example.de> -> <empfaenger@gmail.com>, Message-ID: <201106270852.20060.mail@sender-example.de>, mail_id: Mn8Snr3CmHhs, Hits: -1, size: 639, queued_as: BD46C23D7D53, 155 ms
Jun 27 08:52:20 eq4 postfix/smtp[18154]: 893A523D7D50: to=<empfaenger@gmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.24, delays=0.08/0.01/0/0.16, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02707-09, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as BD46C23D7D53)
Jun 27 08:52:20 eq4 postfix/qmgr[2479]: 893A523D7D50: removed
Jun 27 08:52:22 eq4 postfix/smtp[18158]: BD46C23D7D53: to=<empfaenger@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.39.27]:25, delay=1.5, delays=0.01/0.01/0.05/1.5, dsn=2.0.0, status=sent (250 2.0.0 OK 1309157542 a19si6430489faa.136)
Jun 27 08:52:22 eq4 postfix/qmgr[2479]: BD46C23D7D53: removed
Jun 27 08:52:25 eq4 postfix/smtpd[18152]: disconnect from p5DDE153B.dip.t-dialin.net[93.222.21.59]
Jun 27 08:55:01 eq4 pop3d: Connection, ip=[::ffff:127.0.0.1]
Jun 27 08:55:01 eq4 pop3d: Disconnected, ip=[::ffff:127.0.0.1]
Jun 27 08:55:01 eq4 imapd: Connection, ip=[::ffff:127.0.0.1]
Jun 27 08:55:01 eq4 imapd: Disconnected, ip=[::ffff:127.0.0.1], time=0
Jun 27 08:55:01 eq4 postfix/smtpd[18239]: connect from localhost[127.0.0.1]
Jun 27 08:55:01 eq4 postfix/smtpd[18239]: lost connection after CONNECT from localhost[127.0.0.1]
Jun 27 08:55:01 eq4 postfix/smtpd[18239]: disconnect from localhost[127.0.0.1]