On Tue, Dec 31, 2024 at 06:28:25PM +0100, Gerd Hoerst via Postfix-users wrote:

> I deliver my email locally with procmail... i have 5 users... 4 are working
> and 1 always complains
> 
> the message is
> 
> virgo postfix/local[1137241]: EDC1B6102A: to=<g...@hoerst.net>, relay=local,
> delay=0.01, delays=0/0/0/0.01, dsn=5.1.1, status=bounced (unknown user: "g")

This probably means:

    - hoerst.net matches $mydestination (is a "local" domain)
        
        Please post "postconf -nf" output, as explained in
        https://www.postfix.org/DEBUG_README.html#mail

        It may also be helpful to provide more complete logging for the
        queue id in question, showing how the message came to exist.
        
    - The user "g" does not match either an account on the system,
      or an aliases(5) entry.

> also to insert user g in /etc/aliases like
> 
> g: g...@hoerst.net did not help

Is that the right file?  Did you (as root) run "newaliases",
a.k.a., postalias $(postconf -xh alias_database | tr ',' ' ')?

-- 
    Viktor.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to