Am 23.04.2013 22:57, schrieb Jim Knuth:
am 23.04.13 22:48 schrieb Thore <[email protected]>:


Am 23.04.2013 22:30, schrieb Jim Knuth:
am 23.04.13 21:44 schrieb Thore <[email protected]>:

Moin, ich habe das hier in die dovecot.conf hinzugefügt:
http://wiki.dovecot.org/HowTo/PostfixAndDovecotSASL
anschließend hatte ich folgendes:
1: empfang von nachrichten war nicht möglich
2: senden von nachrichten war möglich
3: dovecot spuckte das hier aus:
  invoke-rc.d dovecot reload
doveconf: Warning: NOTE: You can get a new clean config file with:
doveconf -n > dovecot-new.conf
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:101:
add auth_ prefix to all settings inside auth {} and remove the auth {}
section completely
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:103:
passdb pam {} has been replaced by passdb { driver=pam }
doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:105:
userdb passwd {} has been replaced by userdb { driver=passwd }
[ ok ] Reloading IMAP/POP3 mail server: dovecot.

sind'n paar Sachen obsolet in deiner config.
Steht aber da z.Bsp.:
userdb passwd {} has been replaced by userdb { driver=passwd }

Welche Version von Dovecot. Der Link is von der 1er.
dovecot -n wäre schön ;)
# 2.1.7: /etc/dovecot/dovecot.conf

also die 2.1.7, da musst du das Wiki2 nehmen

# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.0 ext3
auth_debug = yes
mail_location = maildir:/var/mail/%u
namespace inbox {
   inbox = yes
   location =
   mailbox Drafts {
     special_use = \Drafts
   }
   mailbox Junk {
     special_use = \Junk
   }
   mailbox Sent {
     special_use = \Sent
   }
   mailbox "Sent Messages" {
     special_use = \Sent
   }
   mailbox Trash {
     special_use = \Trash
   }
   prefix =
}
passdb {
   args = scheme=PLAIN username_format=%u /etc/dovecot/users

sind deine user wirklich unter /etc/dovecot?

   driver = passwd-file

bist du sicher?
wieso?

}
protocols = " imap"
ssl_cert = </etc/dovecot/dovecot.pem
ssl_key = </etc/dovecot/private/dovecot.pem #das ist nicht die gleiche
datei, unklugerweise hat sie aber die gleichen namen
userdb {
   args = username_format=%u /etc/dovecot/users
   driver = passwd-file

bist du sicher?

Was ist das für'n OS?
Debian Wheezy

Zeig mal relevante Logs …

Apr 23 21:34:54 my-system postfix/smtpd[27039]: connect from ein.mail.server
Apr 23 21:34:54 my-system dovecot: auth: Debug: auth client connected (pid=0) Apr 23 21:34:55 my-system postfix/trivial-rewrite[27042]: warning: do not list domain meinedomain.tld in BOTH mydestination and virtual_mailbox_domains Apr 23 21:34:55 my-system postfix/smtpd[27039]: NOQUEUE: reject: RCPT from ein.mail.server: 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<ein.mail.server> Apr 23 21:34:55 my-system postfix/smtpd[27039]: disconnect from ein.mail.server

und halt noch die ausgabe von dovecot



_______________________________________________
postfix-users mailing list
[email protected]
http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

Antwort per Email an