<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Hallo, ich havbe ein System aus Ubuntu/Postfix/Dovecot laufen. Plörtlich beobachte ich, dass keine Mails mehr eingehen. Ein Blick ins Logfile zeigt nun, dass Postfix die Mails ausliefert. Im IMAP-Verzeichnis auf dem Server kommen sie aber nicht an. Daher wundert es auch nicht, wenn Clients sie nicht finden.<br><br>Ausgabe postconf -n<br><br><div>alias_database = hash:/etc/aliases<br>alias_maps = hash:/etc/aliases<br>append_dot_mydomain = no<br>biff = no<br>broken_sasl_auth_clients = yes<br>config_directory = /etc/postfix<br>content_filter = smtp-amavis:[127.0.0.1]:10024<br>home_mailbox = Maildir/<br>inet_interfaces = all<br>mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -m "${EXTENSION}"<br>mailbox_size_limit = 0<br>mydestination = sf.sfricke.de, localhost,
 localhost.localdomain<br>myhostname = sf.sfricke.de<br>mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128<br>myorigin = sfricke.de<br>readme_directory = no<br>recipient_delimiter = +<br>relayhost =<br>smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache<br>smtp_use_tls = yes<br>smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)<br>smtpd_recipient_restrictions = reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination<br>smtpd_sasl_auth_enable = yes<br>smtpd_sasl_authenticated_header = yes<br>smtpd_sasl_local_domain = $myhostname<br>smtpd_sasl_path = private/dovecot-auth<br>smtpd_sasl_security_options = noanonymous<br>smtpd_sasl_type = dovecot<br>smtpd_sender_restrictions = reject_unknown_sender_domain<br>smtpd_tls_auth_only = yes<br>smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem<br>smtpd_tls_key_file =
 /etc/ssl/private/ssl-mail.key<br>smtpd_tls_mandatory_ciphers = medium<br>smtpd_tls_mandatory_protocols = SSLv3, TLSv1<br>smtpd_tls_received_header = yes<br>smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache<br>smtpd_use_tls = yes<br>tls_random_source = dev:/dev/urandom<br>virtual_alias_domains = ***********************************<br>virtual_alias_maps = hash:/etc/postfix/virtual<br>postconf: warning: /etc/postfix/master.cf: unused parameter: ns=n<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">Ausgabe Dovecot -n</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style:
 normal;"># 2.0.19: /etc/dovecot/dovecot.conf<br># OS: Linux 3.2.0-25-generic x86_64 Ubuntu 12.04.2 LTS <br>auth_debug = yes<br>lda_mailbox_autocreate = yes<br>lda_mailbox_autosubscribe = yes<br>mail_debug = yes<br>mail_location = maildir:~/Maildir<br>managesieve_notify_capability = mailto<br>managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave<br>passdb {<br>  driver = pam<br>}<br>plugin {<br>  sieve = ~/.dovecot.sieve<br>  sieve_dir = ~/sieve<br>}<br>protocols = imap pop3 sieve<br>service auth {<br>  unix_listener /var/spool/postfix/private/dovecot-auth {<br>    group = postfix<br>    mode = 0660<br>    user = postfix<br>  }<br>}<br>service managesieve-login {<br>  inet_listener sieve {<br>    port =
 4190<br>  }<br>}<br>ssl_cert = </etc/ssl/certs/dovecot.pem<br>ssl_cipher_list = ALL:!LOW:!SSLv2:ALL:!aNULL:!ADH:!eNULL:!EXP:RC4+RSA:+HIGH:+MEDIUM<br>ssl_key = </etc/ssl/private/dovecot.pem<br>userdb {<br>  driver = passwd<br>}<br>protocol imap {<br>  imap_client_workarounds = delay-newmail<br>  mail_max_userip_connections = 10<br>}<br>protocol pop3 {<br>  mail_max_userip_connections = 10<br>  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh<br>}<br>protocol lda {<br>  deliver_log_format = msgid=%m: %$<br>  mail_plugins = sieve<br>  postmaster_address = postmaster<br>  quota_full_tempfail = yes<br>  rejection_reason = Your message to <%t> was automatically rejected:%n%r<br>}<br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div></div></body></html>