smtp sending priorities depending on client IP address?

2014-05-29 Thread Микаел Бак
Hi list, I have one specific host sending LOTS of newsletters. I am slowing down the traffic with these parameters: default_destination_rate_delay = 2s slowsmtp_destination_rate_delay = 6s I have some big destination domains in a transport map like this: bigname.com slowsmtp: verybigname.com

Re: smtp sending priorities depending on client IP address?

2014-05-29 Thread Viktor Dukhovni
On Thu, May 29, 2014 at 01:35:45PM +0200, ?? ??? wrote: > I have one specific host sending LOTS of newsletters. I am slowing down the > traffic with these parameters: > default_destination_rate_delay = 2s > slowsmtp_destination_rate_delay = 6s > > I have some big destination domains in a tran

check_sender_access ignored by verify daemon

2014-05-29 Thread G H
I am trying to utilize Postfix to restrict the sending of mail from certain users based on the MAIL FROM command. However, it doesn't appear that Postfix-2.10.2 is paying attention to my check_sender_access restrictions at all. I have it before permit_mynetworks, but the verify daemon doesn't a

Re: check_sender_access ignored by verify daemon

2014-05-29 Thread Viktor Dukhovni
On Thu, May 29, 2014 at 08:08:45AM -0700, G H wrote: > I am trying to utilize Postfix to restrict the sending of mail > from certain users based on the MAIL FROM command. However, it > doesn't appear that Postfix-2.10.2 is paying attention to my > check_sender_access restrictions at all. I have it

Troubles with relay on VPN

2014-05-29 Thread Philippe Trottier
Hello, Been about 2 days of digging around the net and going trough the documentation and I am running out of ideas. I have this current situation: Both mail servers are Centos ( I didn't choose the OS ) Routing works very well ping all around to all around in and out of the vpn Machine 1: -

Re: Troubles with relay on VPN

2014-05-29 Thread li...@rhsoft.net
Am 30.05.2014 00:35, schrieb Philippe Trottier: > Been about 2 days of digging around the net and going trough the > documentation and I am running out of ideas. > > I have this current situation: > > Both mail servers are Centos ( I didn't choose the OS ) > Routing works very well ping all a

Re: Troubles with relay on VPN

2014-05-29 Thread li...@rhsoft.net
what about learning to use mailing-lists? * don't respond off-list * don't top post * don't post HTML mynetworks = 172.20.0.0/15, 192.168.12.0/24, 192.168.11.0/24, 127.0.0.0/8 is 172.18.10.1 in "mynetworks"? no it is not! http://jodies.de/ipcalc?host=172.20.0.0&mask1=15&mask2= HostMin: 172.2

Re: Troubles with relay on VPN

2014-05-29 Thread Philippe Trottier
Sorry for the reply at the wrong place. Using gmail because of this trouble. without the plain text checked. My fault... Thank you for the help here it's moving along. Now, probably going to black list myself on gmail with all the test mails that got unleashed -face plam- I definitively had tunnel

Re: Help with helo checks and pcre

2014-05-29 Thread Alex
Hi, Wanted to add to my previous post. > For compleness, here is my smtpd_recipient_restrictions: > > smtpd_recipient_restrictions = > reject_non_fqdn_recipient, > check_client_access hash:/etc/postfix/client_checks_special, > check_sender_access hash:/etc/postfix/sender_c

Postfix and BINARYMIME

2014-05-29 Thread tejas sarade
Hello, I am facing a problem where exchange server is sending mails in binary. content-transfer-encoding: binary. Even the postfix doesn't publish BINARYMIME as an extension. I just wanted to confirm if postfix supports BINARYMIME extension. rfc3030 is still a proposed standard. And I didn't see

Re: Postfix and BINARYMIME

2014-05-29 Thread Viktor Dukhovni
On Fri, May 30, 2014 at 10:12:38AM +0530, tejas sarade wrote: > I am facing a problem where exchange server is sending mails in binary. > content-transfer-encoding: binary. Apart from mislabeling what is most-likely in fact a CTE of "8bit" rather than binary, what problem does this actually cause

Re: Postfix and BINARYMIME

2014-05-29 Thread tejas sarade
> Apart from mislabeling what is most-likely in fact a CTE of "8bit" rather > than binary, what problem does this actually cause? The problem is that Postfix frequently dropping connection of connection exchange server with error 502 5.5.2 Error: command not recognized I checked from the tcpdump t