> I wasn't able to find a mailing list archive to review at the URL: 
> https://www.opensmtpd.org/list.html  If there is an archive, please direct me 
> to it, so I can benefit from other's misfortune.  :)

For example https://www.mail-archive.com/[email protected]/


> No matter who I address inbound eMails to (local users or aliases), I always 
> get 550: Invalid recipient in response on the sending server and in 
> /var/log/maillog.

Stop the smtpd daemon and a look that really no other smtpd processes
are running. Then run
# smtpd -d -v
Does it provide any additional output that isn't in /var/log/maillog?


> # Reject troublemakers
> reject from source <blacklist>
> 
> # Add other filters here?  
> 
> # Accept from "whitelisted" IPs that are slightly misconfigured 
> accept from source <whitelist>

Comment the lines out for now.


> # Receive eMails to addresses in the aliases table.
> accept from any for domain <domains> alias <aliases> deliver to mbox
>
> # Receive eMails to addresses in the virtual account table.
> accept from any for domain <domains> virtual <account> deliver to mbox
>
> # Receive eMails for local users
> accept from any for local deliver to mbox

Lets remove complexity a little by removing "from any".

What is the format of your /etc/mail/domains and /etc/mail/account?

Does local delivery via
# sendmail user1
work?

-- 
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to