Greg Sims via Postfix-users:
> On Thu, May 30, 2024 at 12:27?PM Greg Sims <g...@raystedman.org> wrote:
> >
> > I believe I am ready to capture the double-bounce locally.
> >
> > This is main.cf:
> >   # 24-05-30 save the bounces locally at bounce-local
> >   notify_classes = 2bounce, bounce, resource, software
> >   bounce_notice_recipient = bounce-local
> >   2bounce_notice_recipient = bounce-local
> >   virtual_alias_maps = hash:/etc/postfix/virtual
> >
> > This is virtual:
> >   bounce-local    bounce-local@localhost
> >
> > and ran postmap /etc/postfix/virtual.
> 
> This does not look good --
> 
>  May 30 11:30:40 mail01.raystedman.org postfix/t121/smtp[52641]: <<< NOTE SMTP
> 4FE9D3061EF0: to=<bounce-local@localhost>, orig_to=<bounce-local>,
> relay=none, delay=0, delays=0/0/0/0, dsn=5.4.6, status=bounced (mail
> for localhost loops back to myself)

You are delivering mail for localhost with the Postfix SMTP CLIENT.

Add localhost to main.cf:mydestination and do "postfix reload".

Then, Postfix will use the local delivery agent for localhost mail.

        Wietse

> 
>  May 30 11:30:40 mail01.raystedman.org postfix/bounce[52732]: warning:
> 4FE9D3061EF0: undeliverable postmaster notification discarded
> 
> The only changes were to set up the local mailbox.
> 
> Thanks, Greg
> _______________________________________________
> Postfix-users mailing list -- postfix-users@postfix.org
> To unsubscribe send an email to postfix-users-le...@postfix.org
> 
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to