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
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
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
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
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
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