On Mon, May 27, 2024 at 01:28:28AM -0400, Paul M Foster wrote:

> 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://pa...@yosemite.mars.lan: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, r...@buckaroo.mars.lan.
> 
> Any help would be appreciated.

Problem solved. Contents of /home/paulf/.forward:

pa...@yosemite.mars.lan

This would translate paulf into pa...@yosemite.mars.lan, which would *not*
be local, and thus would fail.


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

Reply via email to