13 Apr
2013
13 Apr
'13
12:27 p.m.
Matthias Hofer schrieb:
postfix/lmtp[10994]: C2DF4C000DF: to=<user1@mydomain.org>, relay=mail.mydomain.org[private/dovecot-lmtp], delay=0.1, delays=0.05/0/0/0.04, dsn=5.1.1, status=bounced (host mail.mydomain.org[private/dovecot-lmtp] said: 550 5.1.1 <user1@mydomain.org> User doesn't exist: user1@mydomain.org (in reply to RCPT TO command))
# cat /etc/dovecot/mypasswd.file user1:{PLAIN}userpw1 user2:{PLAIN}userpw2 user3:{PLAIN}userpw3
You have to use full usernames like:
user1@mydomain.org user2@mydomain.org user3@mydomain.org
user1 != user1@mydomain.org
Patrick