Besides my mail receiving messages from invalid users, such as, having a domain named mydomain.com it will accept [email protected] even though fred is not a valid user. Shouldn't it bounce the mail?
Also, instead of mail being delivered to /mail/box/$user/mbox everything is going to /mail/queue/none. In /mail/lib/rewrite I added:\l\.mydomain\.com!(.*) alias \1\l\.anotherdomain\.net!(.*) alias \1 In /mail/lib/names.local I added:[email protected] glenda In smtpd.conf I added:norelay onournets 192.168.2.0/24 192.168.1.0/24ourdomains *.mydomain.com *.anotherdomain.net Thanks for any help.
