View Single Post
  #1   (View Single Post)  
Old 15th August 2011
gpatrick gpatrick is offline
Spam Deminer
 
Join Date: Nov 2009
Posts: 245
Default OpenSMTPD 530 Recipient Rejected

I have a map setup for virtual that has:
Code:
me@mydomain.com:   mylocalaccount
But in /var/log/maillog it shows:
Code:
530 5.0.0 Recipient rejected
I'm running OpenBSD 4.8. In my smtpd.conf:
Code:
listen on lo0 port 25
listen on 192.168.1.2 port 25
map "virtual" { source db "/etc/mail/virtual.db" }
accept for local deliver to mbox
accept from all for domain "mydomain.com" alias "virtual" deliver to mbox"
What do I need to change?
Reply With Quote