Email To Queue Then Bad Mail Folder
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
ADVERTISEMENT
Feb 13, 2007
under server with WHM:
We have a customer that send newsletter from server
newsletter is managed with cron that send max X email any 10 minutes, delay any X email for X seconds..
We haven't any problem in the past
But now 20% or more of the emails go on mail queu manager and is not send..
mail server queue runs any 30 minutes but more emails is in the queue stay there x more than 1 hour?
IF we try to delivery with "delivery now" all emails is correctly send.. no error report..
View 14 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
Jul 8, 2015
I can receive email from all accounts and all domains.
The problem is that when sending an email to an external email (gmail., hotmail, outlook.com .... etc) this is sent to mail queue and do not leave that place.
View 10 Replies
View Related
Jun 29, 2009
How can I view the email que? I have no control panel using CentOS5
View 10 Replies
View Related
Aug 1, 2009
[1] Removing Bad Mail
for i in `exiqgrep -i -f nobody`; do exim -Mrm $i; done >> Removes Nobody Mail
for i in `exiqgrep -i -o 259200`; do exim -Mrm $i; done >> Removes Mail Older than 3 Days
for i in `exiqgrep -i -f "^<>$"`; do exim -Mrm $i; done >> Removes Mail with Weird Characters (Spam)
[2] Delete Mail by a Domain
for i in `exiqgrep -i -f domain.com`; do exim -Mrm $i; done
[3] Delete Mail for a Domain
for i in `exiqgrep -i -r domain.com`; do exim -Mrm $i; done
[4] Remove Whole Mail Queue
for i in `exiqgrep -i -f `; do exim -Mrm $i; done
[5] Run Mail Queue
runq -qqff&
View 3 Replies
View Related
Nov 17, 2014
I have a server(godaddy) with plesk. It was all working well till 8 - 10 days ago. I didnt notice it one week later where I started receiving a lot of failed mail notices. Then on investigation, there were more then 50K spam mails in the mail queue and the mails that were supposed to be sent(registration, forgot password) were also held up in the queue. I found the source of the spam and fixed that.
Also I cleared the mail-queue. Now when I try to send out a test message, it still gets held up in the mail queue. But I can send a test mail to the same domain (info@mydomain.com). All new user registration mails are also held up and this is greatly affecting the site.
View 1 Replies
View Related
May 19, 2014
How can I configure an event so when the number of emails in the queue exceeds a certain number then I am notified on the Mobile Plesk Server Monitor?
View 7 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
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
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