Folks:

I'm running OpenSMTPD 6.8.0p2-4+b4 on Debian 12. Here's my config:

---
#       $OpenBSD: smtpd.conf,v 1.10 2018/05/24 11:40:17 gilles Exp $

# This is the smtpd server system-wide configuration file.
# See smtpd.conf(5) for more information.

table aliases file:/etc/aliases
table secrets file:/etc/secrets

listen on localhost

# action "relay" relay host smtp+notls://[email protected]:25 auth 
<secrets>

match from local for any action "relay"
---

The machine's name is buckaroo. My desktop's name is yosemite. For any
recipient on buckaroo (root, paulf), I get a 550 rejection on that
recipient. Both those recipients are in the /etc/passwd file. The
/etc/aliases file contains a forward from root to paulf. By the way,
variations don't work either: root, root@localhost, [email protected].

Any help would be appreciated.

Paul

-- 
Paul M. Foster
Personal Blog: http://noferblatz.com
Company Site: http://quillandmouse.com
Software Projects: https://gitlab.com/paulmfoster

Reply via email to