Deferred mail and transports and retries

2013-07-25 Thread Abhijeet Rastogi
Hi all, 1. If a mail is temporarily deferred from a remote MTA, postfix should back-off instantly for some time but I observed this today. Jul 24 06:40:16 server.name postfix-smtp4/smtp[6204]: DEC8B4F0185: host mta6.am0.yahoodns.net[98.138.112.35] refused to talk to me: 421 4.7.0 [GL01] Message

Re: Deferred mail and transports and retries

2013-07-25 Thread Michael P. Demelbauer
On Thu, Jul 25, 2013 at 12:16:15PM +0530, Abhijeet Rastogi wrote: Hi all, 1. If a mail is temporarily deferred from a remote MTA, postfix should back-off instantly for some time but I observed this today. Jul 24 06:40:16 server.name postfix-smtp4/smtp[6204]: DEC8B4F0185: host

Re: Deferred mail and transports and retries

2013-07-25 Thread Abhijeet Rastogi
Hi Micheal, Thanks for your reply. Actually, the issue was I was just writing the mail and it got Sent by mistake. (But, then reading the mail I thought that the message was conveyed.) The issue is, why does postfix retry the second time instantly (within 1 sec)? Shouldn't postfix wait till the

Invitation to connect on LinkedIn

2013-07-25 Thread Naval saini
LinkedIn Wietse, I'd like to add you to my professional network on LinkedIn. - naval naval saini part time job for studentts,employes and for all at part time jobe Noida Area, India Confirm that you know naval saini:

Invitation to connect on LinkedIn

2013-07-25 Thread Naval saini
LinkedIn Wietse, I'd like to add you to my professional network on LinkedIn. - naval naval saini part time job for studentts,employes and for all at part time jobe Noida Area, India Confirm that you know naval saini:

Invitation to connect on LinkedIn

2013-07-25 Thread Naval saini
LinkedIn Wietse, I'd like to add you to my professional network on LinkedIn. - naval naval saini part time job for studentts,employes and for all at part time jobe Noida Area, India Confirm that you know naval saini:

Invitation to connect on LinkedIn

2013-07-25 Thread Naval saini
LinkedIn Wietse, I'd like to add you to my professional network on LinkedIn. - naval naval saini part time job for studentts,employes and for all at part time jobe Noida Area, India Confirm that you know naval saini:

Re: Deferred mail and transports and retries

2013-07-25 Thread Wietse Venema
Abhijeet Rastogi: The issue is, why does postfix retry the second time instantly (within 1 sec)? Shouldn't postfix wait till the next deferred queue scan happens? No, this is not required. If you disagree, please point out in the SMTP standard, RTFM RFC 5321, where Postfix is in error.

Deliver to sender instead of recipient

2013-07-25 Thread Fernando Gozalo
Hi, How can I deliver the messages to the mailbox of the sender instead of the mailbox of the recipient? Explanation: Developers want to test their applications using a pre-production system. Their applications send mail. So I must configure a smtp server that receive the messages the same

Re: Deliver to sender instead of recipient

2013-07-25 Thread Wietse Venema
Fernando Gozalo: Hi, How can I deliver the messages to the mailbox of the sender instead of the mailbox of the recipient? /etc/postfix/main.cf: smtpd_sender_restrictions = pcre:/etc/postfix/sender_access /etc/postfix/sender_access: /.+/redirect $1 Documentation:

Re: Deferred mail and transports and retries

2013-07-25 Thread Abhijeet Rastogi
Hi Wietse, Thanks for you reply. I may be wrong but I just know what I read in http://tools.ietf.org/html/rfc5321#section-4.5.4 The sender MUST delay retrying a particular destination after one attempt has failed. In general, the retry interval SHOULD be at least 30 minutes; however,

Re: Deferred mail and transports and retries

2013-07-25 Thread Wietse Venema
Abhijeet Rastogi: Hi Wietse, Thanks for you reply. I may be wrong but I just know what I read in http://tools.ietf.org/html/rfc5321#section-4.5.4 The sender MUST delay retrying a particular destination after one attempt has failed. In general, the retry interval SHOULD be at

Throttling outbound email based on email provider

2013-07-25 Thread Roman Gelfand
Would any have or could point me to a postfix outbound mail trottling configuration based on email provider. For instance, to Yahoo I would like to send out only 10 emails per hour and to gmail 100 emails per hour, etc... Thanks in advance

Re: Throttling outbound email based on email provider

2013-07-25 Thread Wietse Venema
Roman Gelfand: Would any have or could point me to a postfix outbound mail trottling configuration based on email provider. For instance, to Yahoo I would like to send out only 10 emails per hour and to gmail 100 emails per hour, etc... This would involve a delivery agent in master.cf for

Re: DSPAM Integration

2013-07-25 Thread Marko Weber | ZBF
hello, Am 2013-07-23 10:19, schrieb Phil Daws: Hello, I would love to integrate DSPAM with AmaViS and read somewhere that the best way for retraining would be to use a custom hook. My thinking is that the custom hook should check the SA score and if that believes it is SPAM then it would pass

Mail Bounces

2013-07-25 Thread Roman Gelfand
I am using postfix as outgoing mail gateway. Outside of non-delivery notification, is there a way to produce a report of email addresses and the reason for the bounce of all emails, that were, in conclusion, rejected. Thanks in advance

Re: Mail Bounces

2013-07-25 Thread Wietse Venema
Roman Gelfand: I am using postfix as outgoing mail gateway. Outside of non-delivery notification, is there a way to produce a report of email addresses and the reason for the bounce of all emails, that were, in conclusion, rejected. Postfix and Sendmail delivery reports are formatted

Re: Deliver to sender instead of recipient

2013-07-25 Thread Ralf Hildebrandt
* Wietse Venema wie...@porcupine.org: Fernando Gozalo: Hi, How can I deliver the messages to the mailbox of the sender instead of the mailbox of the recipient? /etc/postfix/main.cf: smtpd_sender_restrictions = pcre:/etc/postfix/sender_access /etc/postfix/sender_access:

Re: Deferred mail and transports and retries

2013-07-25 Thread Peer Heinlein
Am 25.07.2013 09:52, schrieb Abhijeet Rastogi: The issue is, why does postfix retry the second time instantly (within 1 sec)? Shouldn't postfix wait till the next deferred queue scan happens? Because that's best Postfix can do. Because Postfix SHOULD do that: *) Because if on MX is down, the

Re: Deliver to sender instead of recipient

2013-07-25 Thread /dev/rob0
On Thu, Jul 25, 2013 at 08:26:24PM +0200, Ralf Hildebrandt wrote: * Wietse Venema wie...@porcupine.org: Fernando Gozalo: How can I deliver the messages to the mailbox of the sender instead of the mailbox of the recipient? /etc/postfix/main.cf: smtpd_sender_restrictions =

Re: Deliver to sender instead of recipient

2013-07-25 Thread Viktor Dukhovni
On Thu, Jul 25, 2013 at 03:03:57PM -0500, /dev/rob0 wrote: Doesn't this require ()? /(.+)/ redirect $1 Yes, it does. or are the () implied if there's only one match group So no, apparently you are right. Or this might vary with different PCRE implementations? No, this behaviour

Re: Mail Bounces

2013-07-25 Thread Stan Hoeppner
On 7/25/2013 11:53 AM, Roman Gelfand wrote: I am using postfix as outgoing mail gateway. Outside of non-delivery notification, is there a way to produce a report of email addresses and the reason for the bounce of all emails, that were, in conclusion, rejected. I believe the Logwatch Postfix

Re: allow some senders, but block everyone else

2013-07-25 Thread Florin Andrei
I solved my routing problem... by switching to Exim. :) Arbitrary routing decisions can be implemented by simply daisy-chaining routers in a config file. It's actually surprising how easy it is to read the whole logic at once just by glancing at one file. Almost like pseudo-code. Their

RE: Mail Bounces

2013-07-25 Thread Roman Gelfand
The logwatch does exactly what I was looking for. Thanks a lot From: Stan Hoeppner Sent: 7/25/2013 5:52 PM To: postfix-users@postfix.org Subject: Re: Mail Bounces On 7/25/2013 11:53 AM, Roman Gelfand wrote: I am using postfix as outgoing mail gateway. Outside of non-delivery notification, is

Postfix with Error: timeout exceeded

2013-07-25 Thread Nguyen Nang. Thang
Hi everyone, I have deployed ASSP to improve Anti-Spam feature for our mail systems (running Zimbra). I have an issue related to SMTP connections between ASSP and Zimbra's Postfix. After receiving EHLO command from one host running ASSP, another host running Postfix cannot continue to