[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] sendmail (i really need an answer asap)
- Subject: Re: [cobalt-users] sendmail (i really need an answer asap)
- From: "David Black" <DavidBlack@xxxxxxxxxxxxxxx>
- Date: Wed Dec 27 08:39:09 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi Tarren
What opsys / version of sendmail are you running?
Are you using multiple caches? I tried to manually
edit sendmail.cf (v.8.9.3 / linux) to add multiple
queues like this:
O QueueDirectory=/var/spool/mqueue/q*
but when I tried to run sendmail, I received an error
stating "can't find /var/spool/mqueue/q*", even though
I had already created several directories, i.e.,
/var/spool/mqueue/q1
/var/spool/mqueue/q2
/var/spool/mqueue/q3... etc.
Any feedback would be greatly appreciated. I'm getting
so tired of shuffling queue files around. Thank you very
much for your time.
Regards,
David Black
Houston, TX
----- Original Message -----
From: "Tarren" <tarren@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, December 27, 2000 9:46 AM
Subject: Re: [cobalt-users] sendmail (i really need an answer asap)
>
> >I know it's bad form to request about a topic long gone, but I haven't
> >seen
> >the answer I'm looking for specifically. Our sendmail crashes every other
> >day.
>
> This is what we have in our /etc/sendmail.cf file :
>
> # load average at which we just queue messages
> #O QueueLA=15
> O QueueLA=25
>
> # load average at which we refuse connections
> #O RefuseLA=20
> O RefuseLA=40
>
> # maximum number of children we allow at one time
> #O MaxDaemonChildren=12
> O MaxDaemonChildren=24
>
> # timeouts (many of these)
> O Timeout.initial=5m
> O Timeout.connect=5m
> O Timeout.iconnect=5m
> O Timeout.helo=5m
> O Timeout.mail=10m
> #O Timeout.rcpt=1h
> O Timeout.rcpt=10m
> O Timeout.datainit=5m
> #O Timeout.datablock=1h
> O Timeout.datablock=10m
> #O Timeout.datafinal=1h
> O Timeout.datafinal=10m
> O Timeout.rset=5m
> O Timeout.quit=2m
> O Timeout.misc=2m
> #O Timeout.command=1h
> O Timeout.command=10m
> O Timeout.ident=30s
> O Timeout.fileopen=60s
> O Timeout.queuereturn=5d
> O Timeout.queuereturn.normal=5d
> O Timeout.queuereturn.urgent=2d
> O Timeout.queuereturn.non-urgent=7d
> O Timeout.queuewarn=4h
> O Timeout.queuewarn.normal=4h
> O Timeout.queuewarn.urgent=1h
> O Timeout.queuewarn.non-urgent=12h
> O Timeout.hoststatus=30m
>
> You can see the changes that I've made, and it works for us, but there's
no
> guarrantees it'll work for you. Make a backup of the file first! <smile>
>
> Regards,
>
> Tarren.
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>