[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Delayed smtp-delivery



As I see it:

You need two smtp clauses in your scheduler.conf:

 - one for the root domain.  This clause must specify that mail is to
   be queued, never scheduled on its own.  You probably need zmailer
   2.99.49p5 or something for this to work.  Alexis?

 - one for other mail hosts in your own domain.  This clause must
   specify that mail is to be sent at once.

Next, you may need a hack for ETRN so if you say "ETRN .", that
triggers everyone.  I don't know whether "ETRN no" would trigger mail
delivery for troll.no in zmailer; you must hack it so it does.

The final part is to trigger an ETRN when you want the scheduler to
send all the mail.

I'm sure there are other ways to do it.

--Arnt