|
|
Sendmail not sending mails immediately
Hello,
We've got a Solaris 9 x86 box which sends notification mails and we
would like those mails to be sent immediately. Currently there are
sitting in the queue a few minutes and then they get sent. I didn't
configure anything differently no that box. And sendmail is running as
the following:
root 282 1 0 Dec 21 ? 0:01 /usr/lib/sendmail -bd -q15m
smmsp 283 1 0 Dec 21 ? 0:00 /usr/lib/sendmail -Ac -q15m
My question now is: how do I configure sendmail to send immediately mails ?
Regards
|
|
0
|
|
|
|
Reply
|
Syn
|
12/23/2003 1:14:40 PM |
|
> root 282 1 0 Dec 21 ? 0:01 /usr/lib/sendmail -bd -q15m
> smmsp 283 1 0 Dec 21 ? 0:00 /usr/lib/sendmail -Ac -q15m
Replace -q15m with -q1s
Sincerely,
Francesco
--
To contact me remove the "NOSPAM" part from my e-mail address.
|
|
0
|
|
|
|
Reply
|
Francesco
|
12/23/2003 5:46:50 PM
|
|
I should add that -q1s implies that sendmail will process the mail queue
every single second... so it's unnecessary overhead. I suggest you try
with -q1m so it's once every minute... it's not too bad, but it could
still be too much overhead for your system. Try to find a compromise
between response times and overhead.
I suggest you read the sendmail manual page for further information about
the command line options...
Sincerely,
Francesco
--
To contact me remove the "NOSPAM" part from my e-mail address.
|
|
0
|
|
|
|
Reply
|
Francesco
|
12/23/2003 5:52:31 PM
|
|
Syn <syn_NOSPAM_uw@hotmail.com> writes:
>We've got a Solaris 9 x86 box which sends notification mails and we
>would like those mails to be sent immediately. Currently there are
>sitting in the queue a few minutes and then they get sent. I didn't
>configure anything differently no that box. And sendmail is running as
>the following:
>My question now is: how do I configure sendmail to send immediately mails ?
Is the load average high? If the load average is within a certain range
sendmail will queue the mail rather than attempt to deliver immediately.
The range is defined in the sendmail.cf file.
Good luck
Mark Hittinger
bugs@pu.net
|
|
0
|
|
|
|
Reply
|
bugs
|
12/23/2003 10:16:03 PM
|
|
Syn <syn_NOSPAM_uw@hotmail.com> wrote in message news:<3FE83FC0.7040405@hotmail.com>...
> Hello,
>
> We've got a Solaris 9 x86 box which sends notification mails and we
> would like those mails to be sent immediately. Currently there are
> sitting in the queue a few minutes and then they get sent. I didn't
> configure anything differently no that box. And sendmail is running as
> the following:
>
> root 282 1 0 Dec 21 ? 0:01 /usr/lib/sendmail -bd -q15m
> smmsp 283 1 0 Dec 21 ? 0:00 /usr/lib/sendmail -Ac -q15m
>
> My question now is: how do I configure sendmail to send immediately mails ?
>
> Regards
Unless your notification system puts mail on the sendmail queue with the flag
for queue mode only " -Odq " , your mail delivery should be attempted
immediately . Try to increase the LogLevel in /etc/mail/sendmail.cf
to determine if you first delivery attempt is rejected and the mail sits in
the queue for that reason.
increase LogLevel to LogLevel=15 and study the /var/adm/messages
or /var/log/syslog file ( where ever you have configured syslog to
dump the sendmail messages ) and try to see why the initial delivery
attempt fails.
//Lars
|
|
0
|
|
|
|
Reply
|
lars
|
12/23/2003 10:40:03 PM
|
|
|
4 Replies
868 Views
(page loaded in 0.002 seconds)
Similiar Articles: Sendmail not sending mails immediately - comp.unix.solaris ...Hello, We've got a Solaris 9 x86 box which sends notification mails and we would like those mails to be sent immediately. Currently there are sitti... sending current record by email - comp.databases.filemaker ...Sendmail not sending mails immediately - comp.unix.solaris ... On backup server (with sendmail 8.14.3) I want accept mails only for ... m doing same > search right now ... Sendmail SMTP Host Name - comp.unix.solarisBut sendmail does not send mail out to my ISP for some reason, I keep ... ... Server Fault I haven't made any changes to sendmail and now it's failing to send any email ... mailx without sendmail? - comp.unix.solarisnow sendmail runs only on local host 127.0.0.1. but no running mta ... to that > central smtp server. > but if i disable sendmail on the hosts, no more emails are send. but ... setup sendmail to send email using SMTP server - comp.unix.solaris ...I need setup a sendmail to send emails using smtp server with auth sendmail ... Setting Up Email: A Sendmail HOWTO - RimuHosting Now configure Sendmail to use this ... sendmail: do not deliver locally when using virtusertable - comp ...... at the 'front door' immediately just ... sendmail: do not deliver locally when ... Yahoo ... can no longer send mail I >> >can recieve mail but not ... But when I send email ... timeout writing message to a.mx.mail.yahoo.com.: Broken pipe ...... them goes through immediately ... that they could not use Yahoo for company email. We run a POP server here as well as Sendmail and ... Answer : sendmail is sending hundreds ... Why do I have "host name lookup failure"? - comp.mail.sendmail ...But sendmail does not send mail out to my ISP for some reason, I keep getting ... > Since getting dovecot to work with sendmail, I am now receiving email on > my Windows ... unexpected sendmail error?? - comp.soft-sys.matlabI'm now getting this error: >> mySmtpClient.Send(myMail) ??? Message ... within Matlab via the Mathworks Tech. Solution 1-3PRRDV ("How do I use SENDMAIL to send email ... sendmail smart host in Solaris 10 - comp.unix.solarissetup sendmail to send email using SMTP server - comp.unix.solaris ..... sendmail to send emails using smtp server with auth sendmail version is 8.12.10+sun/8 ... setup ... Sendmail not sending mails immediately - comp.unix.solaris ...Hello, We've got a Solaris 9 x86 box which sends notification mails and we would like those mails to be sent immediately. Currently there are sitti... SendMail Not Sending, Messages Stuck In Queue As: Deferred: Connection... to manage most everything, sendmail is active and running. When I send an email via ... Site FAQ | Sitemap | Register Now ... local mail, and remember, sendmail will NOT send mail ... 7/22/2012 5:17:45 PM
|
|
|
|
|
|
|
|
|