Re: Advanced content filter with Unix sockets

2022-01-30 Thread Christoph Pleger
Hello, > > The other way round, passing from the filter to postfix only using UNIX > > sockets, is working. > > You're mistaken. On input, Postfix provides no LMTP server, and no > support for receiving messages from external programs via unix-domain > sockets. I have the following line in mast

Advanced content filter with Unix sockets

2022-01-30 Thread Christoph Pleger
Hello, the advanced content filter documentation in http://www.postfix.org/FILTER_README.html describes how an email is passed to a content filter listening on a TCP port on localhost, but how is the email passed if the content filter is listening on a unix socket? I have tried the following in m

Re: mydomain and myhostname

2017-04-18 Thread Christoph Pleger
Hello, I have here two different postfix installations, one is postfix 2.11.3-1 from Debian 8, the other is postfix 3.1.0-3 from Ubuntu 16.04. /etc/postfix/ main.cf is the same on both machines, mydomain and myhostname are not set in main.cf . When I call postconf, I get mydomain = cs.uni-do

mydomain and myhostname

2017-04-18 Thread Christoph Pleger
Hello, I have here two different postfix installations, one is postfix 2.11.3-1 from Debian 8, the other is postfix 3.1.0-3 from Ubuntu 16.04. /etc/postfix/main.cf is the same on both machines, mydomain and myhostname are not set in main.cf . When I call postconf, I get mydomain = cs.uni-dor

Difference between reject_sender_login_mismatch and reject_known_sender_login_mismatch

2017-01-07 Thread Christoph Pleger
Hello, I do not understand the difference between reject_sender_login_mismatch and reject_known_sender_login_mismatch. The documentation says about reject_known_sender_login_mismatch: Apply the reject_sender_login_mismatch restriction only to MAIL FROM addresses that are known in $smtpd_send

Accepting / Rejecting mails

2010-11-05 Thread Christoph Pleger
Hello, I want to configure postfix so that mails to u...@localhost and u...@host.subdomain.domain are only accepted if the mail origins from an IP address in $mynetworks, but that mails to u...@subdomain.domain are always accepted. How can I do that? Regards Christoph