Hi,
in update.py, UpdateBounce,
__todetail():
elif code in (500, 511, 550, 554):
detail = 500
then later in updateLine:
if detail in (510, 511, 512) or bouncetype in (3, 4, 6):
...update customer binding.
This prevents 'no mailbox' style reply messages being processed as hard bounces, even if ...
Search found 4 matches
- Tue Nov 08, 2011 3:11 pm
- Forum: Bounce Management
- Topic: soft/hard bounce and update.py question
- Replies: 4
- Views: 11253
- Thu Nov 03, 2011 10:54 am
- Forum: Suggestions
- Topic: mailer.sh sendmail timeouts hints
- Replies: 2
- Views: 7793
Re: mailer.sh sendmail timeouts hints
Right, one or four days timeout is arbitrary parameter; one needs to decide on maximum time to deliver the batch.
As for mailer.sh and sendmail.mc, note that mailer.sh does not run make on /etc/mail dir. Usually /etc/init.d/sendmail script does that. This simple difference may lead to confusion.
As for mailer.sh and sendmail.mc, note that mailer.sh does not run make on /etc/mail dir. Usually /etc/init.d/sendmail script does that. This simple difference may lead to confusion.
- Mon Sep 19, 2011 11:55 am
- Forum: Suggestions
- Topic: Going away from Sendmail
- Replies: 5
- Views: 14482
Re: Going away from Sendmail
My suggestion is JAMES:
http://james.apache.org/
... and get rid of sendmail and python smtp proxy, making OpenEMM really portable.
We could even run OpenEMM and MTA in the same JVM.
I will not vote on this for you're asking for wrong answers:)
http://james.apache.org/
... and get rid of sendmail and python smtp proxy, making OpenEMM really portable.
We could even run OpenEMM and MTA in the same JVM.
I will not vote on this for you're asking for wrong answers:)
- Mon Sep 19, 2011 10:13 am
- Forum: Suggestions
- Topic: mailer.sh sendmail timeouts hints
- Replies: 2
- Views: 7793
mailer.sh sendmail timeouts hints
Hi,
after (almost) successful sending a batch of 150k mails, here's the hint:
$sm -q1m -NNEVER -OQueueDirectory=$BASE/var/spool/QUEUE -OPidFile=$run/sendmail-openemm-queue.pid -OTimeout.connect=5s -OTimeout.queuereturn=1d -OMinQueueAge=5m
and the explanation:
5 sec connect timeout is quite ...
after (almost) successful sending a batch of 150k mails, here's the hint:
$sm -q1m -NNEVER -OQueueDirectory=$BASE/var/spool/QUEUE -OPidFile=$run/sendmail-openemm-queue.pid -OTimeout.connect=5s -OTimeout.queuereturn=1d -OMinQueueAge=5m
and the explanation:
5 sec connect timeout is quite ...
