Re: bind smtpd to UNIX socket

2017-09-08 Thread postfix-user
> I think this is not supported. > Try using type 'inet', bound to 127.0.0.1. Thank you. I was able to run smtpd on a UNIX socket. The problem was in the policies smtpd_relay_restrictions and smtpd_recipient_restrictions, which can not be set as "permit".

Re: bind smtpd to UNIX socket

2017-09-07 Thread Wietse Venema
postfix-user: > Hello everybody. > I want to start the another smtpd process, binded to a UNIX socket, and > configure this smtpd with maximally relaxed policies. > I added a line to master.cf: > lsmtp unix n y n - - smtpd -o smtpd_tls_security_level=none -o > mynetworks_style=host -o smtpd_relay

bind smtpd to UNIX socket

2017-09-06 Thread postfix-user
Hello everybody. I want to start the another smtpd process, binded to a UNIX socket, and configure this smtpd with maximally relaxed policies. I added a line to master.cf: lsmtp unix n y n - - smtpd -o smtpd_tls_security_level=none -o mynetworks_style=host -o smtpd_relay_restrictions=permit_myn