Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: sendmail *grumble*

by perigeeV (Hermit)
on Nov 20, 2001 at 04:37 UTC ( [id://126434]=note: print w/replies, xml ) Need Help??


in reply to sendmail *grumble*

sendmail -q

from the command line causes it to process the queue once, then exit. Add the -v switch to make sendmail chattier while it does it. Normally a sendmail daemon only queues under difficulty, it should process the mail immediately without queuing unless it has been configured to do so. You can add a time argument to -q:

sendmail -q1h

processes the queue every hour.

Check out sendmail.org for further documentation. You may have to invoke the -d debugging switch to see what sendmail sees.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://126434]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-29 09:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found