My clientmqueue folder contains almost twice as many mails as what mailq -Ac shows as enqueued messages in that folder. When I look at them individually, it looks like the headers and the contents are stored in seperate files.
Is there a tool or different value to pass to mailq to where I can view the whole e-mails together? (especially the sender, receiver, subject and body)
I was wondering if you could please help me with what could be a simple problem but i cant seem to figure it out.
We have a few centos servers running sendmail (all internal servers on the local lan)- with a very simplistic sendmail configuration (all default) except for a relay everything to our exchange server option i.e DSourexchangeserver
Now what i want to do is have these centos servers sen
I have an old message stuck somewhere. The recipient's address is invalid and the system keeps trying to re-send despite mail output queue being supposedly empty.
On linux, ubuntu I have an old message stuck somewhere. The recipient's address is invalid and the system keeps trying to re-send despite mail output queue being supposedly empty.
I'm having trouble with the executing the command mailq and turning it's output into values in a multidimensional array.
$results = array();
exec('/usr/bin/mailq', $mailQresult);
foreach ($mailQresult as $key => $mailqLine) {
$res = preg_match('/^([A-Z0-9]{1,20})\s+([1-9][0-9]*)\s+((Mon|Tue|Wed|Thu|Fri|Sat|Sun)\s+[A-Za-z]{3}\s+[0-9]{2}\s+[0-9]{2}\:[0-9]{2}\:[0-9]{2})\s*$/', $
Quote:elucho02 wrote:Hi guys, I am currently having a problem with my sendmail. my sendmail will not send messages, and I cant seem to figure out the... [by milosb]
Hello everyone,
can anyone tell me how to disable sendmail on solaris 10?
I seem to have the sendmail process from hell. Did an SVCS | grep for mail and disabled the 2 processes it threw up.
Someone is using my server (probably from insecure form) to send out mass spam email.
I had a look at mailq but I cannot seem to find out where to look in order to solve this issue.
Is there a way to track down where these spam emails are coming from?
I'm using CentOS and Postfix
This is part of my main.cf file:
sendmail_path = /usr/sbin/sendmail.postfix
# newaliases_path: The full pathname
I am trying to write a bash e-mailer script on a host that has a bunch of CPUs and makes use of all of them.