[Mimedefang] stream_by_recipient takes too long

Paul Murphy pmurphy at ionixpharma.com
Wed Mar 24 06:36:30 EST 2004


> However there is one problem . Even in local delivery 
> it takes around an hour for the both users to get these 
> mails. 

Stream_by_recipient forces the system to resend messages entirely, so they get
submitted to the local queue again, as your log entries show:

> Mar 24 11:33:28 alpha sendmail[30044]: i2O9XSum030044: 
> to=<priviliged at domain.com>, delay=00:00:00, mailer=esmtp, 
> pri=40723, dsn=4.4.3, stat=queued

> Mar 24 11:33:30 alpha mimedefang.pl[30018]: i2O9XRJM030040: 
> streamed by domain or recipient and resent.

My suspicion is that your client mail queue is only being processed once an
hour, or longer.  Check the local queue using
			mailq -Ac
and then force it to run using 
			sendmail -Ac -q -v
and watch the queue clear.

If this is the case, change the interval for your submission queue in the
Sendmail startup script (usually /etc/init.d/sendmail) by editing the line which
starts the sm-msp part of sendmail as below:
			/usr/sbin/sendmail -L sm-msp-queue -Ac -q1&

Best Wishes,

Paul.
__________________________________________________
Paul Murphy
Head of Informatics
Ionix Pharmaceuticals Ltd
418 Science Park, Cambridge, CB4 0PA

Tel. 01223 433741
Fax. 01223 433788


_______________________________________________________________________
DISCLAIMER:
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to which they
are addressed.  If you have received this email in error please contact
the sender or the Ionix IT Helpdesk on +44 (0) 1223 433741
_______________________________________________________________________ 



More information about the MIMEDefang mailing list