Hi guys,
I have a series of webserver serving php web content.
Recently my root user account is building up at very fast speed... 500++MB in a matter of 10minutes.
Apparently, I see alot of mail from localhost to postmaster and apache.. which causes bounce back as there are no valid apache mailboxes.
Also, there is one particular legit email (the web application is sending out newsletter occassionally) that seems to have fused with a spam email.
Fused as in, there are 2 subjectline and 2 message body.
Its still received from the localhost.
But otherwise mainly its just the earlier problem I mentioned... localhost/postmaster/apache spamming each other.
q1: Is there anyway I can prevent mails to be send to root user?
q2: is there ways to create user accounts in the server without it having a mail account? I know error messages from cron etc also gets send to mail..
I'm pretty lost as to how I should investigate this problem, so any help would be appreciated
I have currently stop sendmail to prevent root mail account from exploding.
At the same time I realise my maillog are building up to very big size...
One particular line which repeated so often is:
Quote:
|
Jun 3 06:47:45 web2 sendmail[8668]: l4T3Y4vf005836: to=root, delay=4+09:55:37, xdelay=00:00:09, mailer=local, pri=7017700, dsn=4.0.0, stat=Deferred: local mailer (/usr/bin/procmail) exited with EX_TEMPFAIL
|
Thanks!