Re: Deferred mail and transports and retries

2013-07-25 Thread Abhijeet Rastogi
Hi Wietse, This helps. Half reading is always bad. This clears everything about my doubt. One other thing still remains. I've multiple smtp services defined like this. (in master.cf, to use different IPs, selected randomly) ob-smtp1 unix- - n - - smtp -o smtp_

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 connec

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

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 users

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 Post

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 b

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 : > > 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 = pcre:/etc/p

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

Re: Deliver to sender instead of recipient

2013-07-25 Thread Ralf Hildebrandt
* 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: > /.+/

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 acco

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

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 fo

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

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

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: http://

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 w

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.

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: https://www.linkedin.com/e/6mopu-hjjqhege-4b/isd/15261975361/F

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: https://www.linkedin.com/e/tpiwn5-hjjqhda8-3f/isd/15261975316/

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: https://www.linkedin.com/e/tpiwn5-hjjqfw0b-1t/isd/15261975316/

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: https://www.linkedin.com/e/6mopu-hjjqfw4f-d/isd/15261975361/FM

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 n

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 > mta6.a