I'am setting up a mail server with Postfix 2.0.14 + cyrus 2.2.3 + MySQL.
I can send mails from my virtual domains haubold-int.de, but I can't receive them.
/var/log/mail says:
#####
Mar 22 14:08:49 lighthouse postfix/lmtp[18168]: 9BFF038D702: to=<[EMAIL PROTECTED]>, relay=/var/imap/socket/lmtp[/var/imap/socket/lmtp], delay=1, status=bounced (host /var/imap/socket/lmtp[/var/imap/socket/lmtp] said: 550-Mailbox unknown. Either there is no mailbox associated with this 550-name or you do not have authorization to see it. 550 5.1.1 User unknown (in reply to RCPT TO command))
#####
....and my /var/log/imap.log:
####
Mar 22 14:08:49 lighthouse master[18169]: about to exec /usr/cyrus/bin/lmtpd
Mar 22 14:08:49 lighthouse lmtpunix[18169]: executed
Mar 22 14:08:49 lighthouse lmtpunix[18169]: accepted connection
Mar 22 14:08:49 lighthouse lmtpunix[18169]: lmtp connection preauth'd as postman
Mar 22 14:08:49 lighthouse lmtpunix[18169]: append_check() of 'haubold-int.de!user.test' failed (Mailbox does not exist)
#####
But the mailbox [EMAIL PROTECTED] exists:
[EMAIL PROTECTED]:~> cyradm cyradm> connect mail.haubold.de IMAP Password: mail.haubold.de> lm user/info.com-job.de (\HasChildren) user/info.com-job.de/Drafts (\HasNoChildren) user/info.com-job.de/Sent (\HasNoChildren) user/info.com-job.de/Trash (\HasNoChildren) user/test.haubold-int.de (\HasChildren) user/test.haubold-int.de/Drafts (\HasNoChildren) user/test.haubold-int.de/Sent (\HasNoChildren) user/test.haubold-int.de/Trash (\HasNoChildren) ######
Here is my /etc/imap.conf: ##### lighthouse:/etc/postfix # cat /etc/imapd.conf virtdomains: yes defaultdomain: haubold.de postmaster: postmaster configdirectory: /var/imap partition-default: /var/spool/imap admins: cyrus admin allowanonymouslogin: no allowplaintext: yes sasl_mech_list: PLAIN servername: mail.haubold.de autocreatequota: 10000 reject8bit: no quotawarn: 90 timeout: 30 poptimeout: 10 dracinterval: 0 drachost: localhost sasl_pwcheck_method: saslauthd sievedir: /usr/sieve sendmail: /usr/sbin/sendmail sieve_maxscriptsize: 32 sieve_maxscripts: 5 unixhierarchysep: yes tls_ca_file: /var/imap/server.pem tls_cert_file: /var/imap/server.pem tls_key_file: /var/imap/server.pem lmtp_downcase_rcpt: yes ########
Any ideas please?
Rodolfo Longo
--- Home Page: http://asg.web.cmu.edu/cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html