Hi,
thanks for your fast reply.
@Truth Seeker: I added the message_size_limit statement to the
definition in master.cf as I intended to increase the message size
only for mail sent from my local users and not for all messages.
> > > You can't change the size limit for the SMTP server alone.
>
Hi there,
I added a second listener in my master.cf. For this listener I added
the option message_size_limit=2048 to increase the maximum size
for emails sent via this additional listener.
192.168.xxx.xxx:25 inetn - n - - smtpd
-o content_filter=
> > The problem is, that I can send mail to the listener on
> > 192.168.xxx.xxx on port 25, but that it is passed to the
> > postfixfilter. My question is, how can I completely turn off
> > contentfiltering for all mail received on 192.168.xxx.xxx and why
> > does the "-o content_filter=" optio
> what exactly doesn't work? what do you mean by "the local smtp-port"? if
> you mean port 25 on localhost, then you need to add a listener
>
> localhost:25 -o content_filter=
Here is part of my master.cf
smtp inet n - n - 75 smtpd -o
content_filter=postf
Hi Wietse,
thank you for your very fast reply!
> > 192.168.xxx.xxx:25 inetn - n - -
> > smtpd -o content_filter=
> >
> > This also works fine besides the fact, that mail send to the local
> > smtp-port also is filtered by spamassassin. Can anyone point m
Hi,
I'm having a postfix installation that uses spamassassin for content
filtering. Therefore I have in my master.cf
smtp inet n - n - 75 smtpd -o
content_filter=postfixfilter
and
postfixfilter unix -n n - - pipe
flags=Rq user=f