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?

}
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?

Zeig mal relevante Logs …

--
Mit freundlichen Grüßen,
with kind regards,
Jim Knuth
---------
Nichts ist schwerer, als gar nichts zu machen.
(Walter Matthau)
_______________________________________________
postfix-users mailing list
[email protected]
http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

Antwort per Email an