16 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courier-mta and d...
FromSent OnAttachments
Michelle KonzackSep 30, 2003 4:12 pm 
Jeff JansenOct 1, 2003 2:02 am 
Michelle KonzackOct 1, 2003 5:09 pm 
Sam VarshavchikOct 1, 2003 7:35 pm 
Michelle KonzackOct 2, 2003 1:38 am 
Anand BuddhdevOct 2, 2003 3:32 am 
Jeff JansenOct 2, 2003 3:42 am 
Jeff JansenOct 2, 2003 4:11 am 
Anand BuddhdevOct 2, 2003 5:44 am 
Jon NelsonOct 2, 2003 6:52 am 
Gordon MessmerOct 2, 2003 9:14 am 
Jeff JansenOct 2, 2003 10:29 am 
Michelle KonzackOct 3, 2003 3:37 am 
Michelle KonzackOct 3, 2003 4:09 am 
Jeff JansenOct 3, 2003 7:08 am 
Michelle KonzackOct 3, 2003 10:39 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] courier-mta and dialupActions...
From:Jeff Jansen (ivb_@sil.org)
Date:Oct 1, 2003 2:02:41 am
List:net.sourceforge.lists.courier-users

On Tuesday 30 September 2003 23:09, Michelle Konzack wrote:

The courier-mta is sitting on my central fileserver and whenever I send a Mail it trys to send it directly to the smtp-relay of my ISP...

So I have an unknown number of dial-outs... ...and ich I switch to manual Dial-Out, courier-mta gives me tonns of logs (plus Error-E-Mails)

I like to send Mails only onec per hour, so I have setup a cronjob to flush courier but curently ther is nothing to flush :-/

I was looking for the options to queue all mails which must relayed to my ISP ! - Can anyone help me out ?

When courier receives mail it will try and send it immediately. If that fails then the retries are controlled by the files esmtpdelay, retryalpha, retrybeta, retrygamma, and retrydelta. You can find out about how these work in the courier man page ("man courier"). You could put a bigger number into retryalpha than your delay between dial-ups (1 hour you said) and then courier would only try to send the mail once. But I don't know of a way to have it not try to send at all. You could try putting a '0' into some of those files but I have no idea what would happen. Sam?

We do the same thing here - cron jobs to dial-up regularly and flush the courier queue and I know that you will get error messages in the logs for every mail that is deferred because courier can't send it to the smtp relay, but you shouldn't get error emails from courier. Do you mean that courier is sending "mail delayed" and "mail undeliverable" messages? These can be controlled by the "warntime" and the "queuetime" files. (See the courier man page again.)

I'm not sure if any of this answers your questions but if not then write again and we'll try and do better! :-)