Re: need help to solve route loop

2021-08-10 Thread Илья Коскин
Great! Thank's for clarifying! Now i see! Thank you very much! вт, 10 авг. 2021 г. в 18:53, Thomas Bohl : > > Hello, > > > action "outbound" relay > > > > action "tomailer" relay host 172.16.2.5 > > > > match from local for local action "local_mail" > > match from local for any action

Re: need help to solve route loop

2021-08-10 Thread Thomas Bohl
Hello, > action "outbound" relay > > action "tomailer" relay host 172.16.2.5 > match from local for local action "local_mail" match from local for any action "outbound" match from any for domain "mydomain.here" action "tomailer" match from src for any action "outbound" The line "match from

need help to solve route loop

2021-08-10 Thread Илья Коскин
hello misc! I need to configure opensmtpd to be a relay between local mail server and world. Here is my conf: pki gater cert "/etc/ssl/local.crt" pki gater key "/etc/ssl/private/local.key" filter "rspamd" proc-exec "filter-rspamd" table mailer { 172.16.2.5 } table aliases file:/etc/mail/aliases