|
From: Ricardo S. <st...@ri...> - 2004-04-20 14:28:33
|
SamW wrote: > > I have sendmail dual-mata configured with amavisd-new as per > recommendations, on the document > > http://www.ijs.si/software/amavisd/README.sendmail-dual > > sendmail-tx is running with 15m queue time. > > /usr/lib/sendmail -L sm-mta-tx -bd -q15m > > Queue mode is enabled. (Following 3 lines from above document) > > define(`confDELIVERY_MODE',`q')dnl Delivery mode: queue only > (a must, > dnl ... otherwise the advantage of this setup of being able to > specify > dnl ... the number of queue runners is lost) > The above settings are for sendmail-rx !!! Which MUST be done on queue delivery only. TX doesn't have to. TX should be as your original sendmail settings, which usually is NOT in queue mode... |