Hello,
I just set up a Courier-based mail server in my home network. All packages
are from latest Debian Sid:
$ dpkg -l | grep courier
ii courier-authda 0.47-13 Courier Mail Server - Authentication daemon
ii courier-base 0.47-13 Courier Mail Server - Base system
ii courier-faxmai 0.47-13 Courier Mail Server - Faxmail gateway
ii courier-imap 3.0.8-13 Courier Mail Server - IMAP server
ii courier-mta 0.47-13 Courier Mail Server - ESMTP daemon
ii courier-pop 0.47-13 Courier Mail Server - POP3 server
ii courier-webadm 0.47-13 Courier Mail Server - Web-based administrati
Most things are running fine, mail to external addresses is correctly
forwarded by courier-mta, POP3 and IMAP are working. But local mail (on the
mail server) is not delivered.
When I send a message from my client "bluebox" to my server "hugin",
user "hans", then I see this in mail.log:
Apr 20 23:15:04 hugin courierd: Waiting. shutdown time=Thu Apr 20 23:54:47
2006, wakeup time=Thu Apr 20 23:54:47 2006, queuedelivering=0, inprogress=0
Apr 20 23:16:19 hugin courieresmtpd: started,ip=[::ffff:192.168.208.130]
Apr 20 23:16:19 hugin courierd: newmsg,id=000D8047.4447FA23.00006527: dns;
bluebox.local (bluebox.local [::ffff:192.168.208.130])
Apr 20 23:16:19 hugin courierd:
started,id=000D8047.4447FA23.00006527,from=<ko...@hjk-az.de>,module=local,host=hans!!1000!1000!/home/hans!!,addr=<hans>
Apr 20 23:16:19 hugin courierd: Waiting. shutdown time=none, wakeup
time=none, queuedelivering=1, inprogress=1
Apr 20 23:16:19 hugin courierlocal:
id=000D8047.4447FA23.00006527,from=<ko...@hjk-az.de>,addr=<hans@hugin.local>,size=495,success:
Message delivered.
Apr 20 23:16:19 hugin courierd: completed,id=000D8047.4447FA23.00006527
Apr 20 23:16:19 hugin courierd: Waiting. shutdown time=Thu Apr 20 23:54:47
2006, wakeup time=Thu Apr 20 23:54:47 2006, queuedelivering=0, inprogress=0
Looks like the mail was delivered... But it never arrives in hans' maildir.
Could it be a problem that my domain name is just "local", without any dot in
it?
Any ideas?
Hans