Windows Mail Server - How To Clear Queue
Mar 27, 2009
i'm running a windows 2003 server to host a number of websites.
unfortunatly it looks like i didn't correctly protect the SMTP mail server
i checked the 'badmail' folder in the inetpub and found there were upwards of 250,000 bounced mails there... some spammers were obviously having a field day with my smtp server...
i've now changed the settings so that realys are only accepted from 127.0.0.1 and anonymous access is now disallowed.
my problem is that when i start up the SMTP server again spam is continuing to be sent out because the Queue folder is apparently full of junk waiting to go out...
i've tried entering this folder but the computer hangs, presumably because there are so many there...
i've tried deleting and renaming the folder but even with the smtp server turned off i get an 'Access Denied' error...
what can i do to flush or empty the queue folder ?
View 1 Replies
ADVERTISEMENT
Jun 15, 2015
Version 12.0.18. Using QMail.
If I attempt to remove even a small message from the mail queue, using the panel interface, the screen grays slightly but nothing happens. If I refresh the screen after several minutes, I'll sometimes get the following message:
"This operation is taking too long. Check the results in a few minutes."
Switching to Postfix eliminated the problem. But with Postfix, all of my Mailman lists (scores of them) broke, so I had to switch back -- and the problem reappeared.
View 3 Replies
View Related
Jul 17, 2008
I have been seeing so many exim mail queue on server. I would like to clear for every one hour throuh crontab entry. So that I have used following script to run.
file path : /root/eximQueue.sh
Script:
#!bin/bash
exim -bpu |awk '{print $3}'|xargs exim -Mrm
crontab entry:
0 * * * * /bin/bash /root/eximQueue.sh
but the crontab is running every 1 hour but no mails cleared. Please guide to work this.
View 4 Replies
View Related
Apr 24, 2008
Due to spammer activity, I find myself with 20,000 messages in the queue and I'd really like to remove those emails from the queue as it is causing delays to good messages.
Can you give me the SSH command to remove messages by subject line please?
I have already used
exim -bpru|grep frozen|awk {'print $3'}|xargs exim -Mrm
and
exiqgrep -i -f '<>' | xargs exim -Mrm
and
exim -bpu |awk '/nobody/ {print $3} ' |xargs exim -Mrm
But there are still 11,000 messages left in the queue.
The spammer messages have the following subject lines:
IS THIS TRUE?
PAYMENT UPDATE
Online Banking Account Is Locked !
Online Banking has been locked
ARE STILL ALIVE /THIS A SAD NEWS ABOUT YOU
View 3 Replies
View Related
Mar 7, 2007
I have made any test with PHP x high volume sent with mail() and with direct STMP connection
I monitoring under WHM of my server the QUEUE (under mail queue manager)
With the first (mail()) I see only 20% in the queue, other is sent immediately
With the SMTP I see 100% on the queue and I must send manually (with delivery now) and sent is really slowly
View 13 Replies
View Related
May 21, 2009
Today my server started to go off-line and each time i restarted it went down within couple minutes. So i looked into it and found that i had over 7000 emails in Exim Mail Queue. All of them are spam. I deleted them through WHM and now everything seems good again but....
My question is how can i check what caused this problem? Has one of my domains been compromised with and sending out spam? What can i do?
View 6 Replies
View Related
Jun 24, 2008
I'm having some problems with my exim. The mail queue backs up constantly and now my server load is increasing like crazy when exim is running.
I ran this command tail -f /var/log/exim_mainlog and the log has been listing for probably 15 minutes now and its still not done.
View 2 Replies
View Related
Nov 19, 2013
How can I configure "Backup manager" to clear checkbox "During the backup process, website visitors will be redirected to the custom error document page with the search engine friendly 503 HTTP code" for default (for subscribers, customers, etc.)
View 1 Replies
View Related
Oct 7, 2009
I wonder if is it possible to clean Queue for specific client on my box. For example: "if queue for specific email is too long clear it".
Got sendmail, spamassasin, spamdyke, plesk
onboard.
View 10 Replies
View Related
Feb 9, 2007
Getting alot of these on one domain, two email accounts (quota nearly 0 used out of 50MB)
2007-02-08 19:26:17 1HFKWm-0008Rw-0a => emily@sendingdomain.com <Emily@sendingdomain.com> F=<matthew@receivingdomain.com> P=<matthew@receivingdomain.com> R=lookuphost T=remote_smtp S=17049 H=smtp.sendingdomain.com [198.203.146.90]:25 X=TLSv1:AES256-SHA:256 CV=no DN="/emailAddress=postmaster@sendingdomain.com/C=US/ST=TEXAS/L=HOUSTON/O=CORPORATE SERVICES/OU=CORPORATE SERVICES/CN=USHOUXCF01.sendingdomain.COM" C="250 +OK message queued for delivery." QT=1s DT=1s
View 3 Replies
View Related
May 19, 2007
I notice that in my WHM Mail Queue Manager I get a few emails pointing to something that looks like this:
Quote:
Everyone looks like this,
1FnPkc-0000rR-VQ 516 22h Delete Deliver Now
root@host.mydomain.com
and also some emails going to root about backup etc.
I don't have any email addresses set in the "Change System Mail Preferences" options, I left it blank. Should I set a valid email address or is there any way to stop these emails being sent in the first place?
View 3 Replies
View Related
Aug 12, 2008
I get an alert that The exim delivery queue size currently has 3000 emails in it waiting to be processed.
View 5 Replies
View Related
May 7, 2008
Recently, I keep getting an email from my dedicated server company (godaddy, plesk 8.2 windows) that I've reached my daily limit of 1000 emails when I only send like 20-40 a day max.
So I want to take a look at whats going on, what emails have been sent/received and are still in queue?
Can can I access my mail queue using Plesk? And then how can I delete them?
View 14 Replies
View Related
Jun 26, 2009
where to check mail-queue in cPanel ??
my friend has an vps and he has some trouble sending mail to 1 particular host such as hotmail, all the remaining hosts the mails are sent, but only to tht particular mail host the mails are not sent regularly, some times they recv it some times they don't
checked webmail, couldn't see any failed/bounced mail mail msg, so not sure why this is happening, so I want to check the mail-queue for him to check the status of tht particular host, if I could try to sort them out directly with the mail server for him.
View 9 Replies
View Related
Nov 4, 2009
I had this spam problem on my server. Some perl scripts uploaded to /tmp folder were generating lots of spam email. We stopped sendmail, cleaned the server from all the bugs and erased all the messages in /var/spool/mqueue. Yet when I start sendmail again I begin receiving lots of autoresponders and returned emails. Where are those incoming mails located? In which queue?
View 3 Replies
View Related
Jun 29, 2008
My VPS load high because of much mails in mail queue. And when I mails it gone to normal. Is there any script which delete mails in queue in every hour or any other solution for this?
View 4 Replies
View Related
Apr 20, 2008
i am having a one issue, that in my server 2003 i was installed the cdonts dll. whole configuration is fine and port number 17 is also responding to the esmtp service. But when i am testing a email from the asp or any script it always send the email to queue then bad mail folder.
I have done all the configurations correctly..
data center is softlayer.
View 1 Replies
View Related
May 7, 2008
I contacted the guys who I pay to watch over my linux Cpanel server and I do not think they know how to fix the problem. When I look in my mail queue manager in WHM I always see these spam type emails. I also see that my site IP gets blacklisted on:
[url]
I delist and then it appears again a couple of days later. My server is only used to send emails such as registrations and user notifications that they have subscribed to. Could anyone please tell me how to get rid of the spam?
View 8 Replies
View Related
Nov 17, 2008
How can I set a command that it will delete all bounce and frozen emails every 12 hours?
View 10 Replies
View Related