Re: email loops back from localhost

2021-02-11 Thread Bastian Blank
Hi On Thu, Feb 11, 2021 at 01:14:59PM +0100, Zsombor B wrote: > Can you help me please why does this fall into a loop? > postfix > localhost:1 > localhost:1 > localhost:1 > etc. until > too much hops. > --- master.cf > 127.0.0.1:1 inet n - y - - smtpd >-o transport_maps=hash:/

email loops back from localhost

2021-02-11 Thread Zsombor B
Hi, Can you help me please why does this fall into a loop? postfix > localhost:1 > localhost:1 > localhost:1 > etc. until too much hops. --- main.cf: transport_maps = hash:/etc/postfix/transport --- /etc/postfix/transport: recipi...@domain.com smtp:[127.0.0.1]:1 --- master