Greetings,
I have a small LAN, on which I have a workstation, a desktop PC and a small
server. The server runs fetchmail, postfix and dovecot, and the desktop runs
Kmail. I had the setup right several years ago, but it isn't now.
When it receives an email addressed to prh@<desktop>, postfix insists on
forwarding it directly to <desktop>, and then failing name lookup. It should
instead accept the email itself and pass it to dovecot. And as far as I know,
the DNS is working fine.
This is part of my main.cf:
myhostname = <server>.prhnet
mydomain = prhnet
proxy_interfaces = 192.168.178.1
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
mail.$mydomain, www.$mydomain, ftp.$mydomain
unknown_local_recipient_reject_code = 450
mynetworks = 192.168.178.0/24, 127.0.0.0/8
relay_domains =
inet_protocols = ipv4
home_mailbox = .maildir/
body_checks_size_limit = 20480000
I haven't touched master.cf (I think).
--
Regards,
Peter.