Re: message_size_limit

2009-06-11 Thread Simon Schelkshorn
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. >

message_size_limit

2009-06-09 Thread Simon Schelkshorn
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=

Re: Disable content_filter (Solved!)

2009-05-27 Thread Simon Schelkshorn
> > 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

Re: Disable content_filter

2009-05-22 Thread Simon Schelkshorn
> 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

Re: Disable content_filter

2009-05-21 Thread Simon Schelkshorn
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

Disable content_filter

2009-05-20 Thread Simon Schelkshorn
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