Not Receiving Email After Exim 4 Restart
Aug 17, 2008
I made a change to one file in /etc/exim4/virtuals - all I did was to add a new line in a file like this:
mailbox: tony
Saved it and then did a
/etc/init.d/exim4 reload
All of sudden, all of my emails has stopped working!
I sent a test email to my address, never received it...
I looked at mainlog - nothing is being added to it.
Same with rejectlog
What am I missing?
Server is Ubuntu and this is a decidated server.
View 2 Replies
ADVERTISEMENT
Nov 19, 2007
my Exim mail outgoing queue is getting stuck and i cannot receive emails. Under WHM i have 50 odd emails, some 7 days old.
A small dump from /var/log/exim-mainlog is below:
2007-11-19 04:40:45 H=(H®) [202.57.142.156] sender verify defer for <jqyuehutmqluz@epilot.com>: could not connect to mail02.interchangeusa.com [63.251.210.81]: Connection timed out
2007-11-19 04:40:45 H=(H®) [202.57.142.156] F=<jqyuehutmqluz@epilot.com> temporarily rejected RCPT <morleyc@myemail.net>: Could not complete sender verify callout
2007-11-19 04:40:45 unexpected disconnection while reading SMTP command from (H®) [202.57.142.156]
2007-11-19 04:40:51 no IP address found for host 202.57.142.156.sta.isp-thailand.com (during SMTP connection from [202.57.142.156])
2007-11-19 04:40:57 no IP address found for host 202.57.142.156.sta.isp-thailand.com (during SMTP connection from [202.57.142.156])
2007-11-19 04:41:01 no IP address found for host 202.57.142.156.sta.isp-thailand.com (during SMTP connection from [202.57.142.156])
2007-11-19 04:41:04 no IP address found for host 202.57.142.156.sta.isp-thailand.com (during SMTP connection from [202.57.142.156])
2007-11-19 04:41:43 no host name found for IP address 77.94.106.13
2007-11-19 04:41:49 1ItxNu-0007E6-4s mail.global.frontbridge.com [207.46.51.86] Connection timed out
2007-11-19 04:41:49 1ItxNu-0007E6-4s == hmt@someaddress.com <HMT@someaddress.com> R=lookuphost T=remote_smtp defer (110): Connection timed out
2007-11-19 04:41:49 1ItxNu-0007E6-4s == jog@someaddress.com <JOG@someaddress.com> R=lookuphost T=remote_smtp defer (110): Connection timed out
2007-11-19 04:41:49 1ItxNu-0007E6-4s == mrl@someaddress.com <MRL@someaddress.com> R=lookuphost T=remote_smtp defer (110): Connection timed out
2007-11-19 04:42:29 H=(client-200.121.46.74.speedy.net.pe) [200.121.46.74] sender verify defer for <tecat@yahoo.de>: Could not complete sender verify callout
2007-11-19 04:42:29 H=(client-200.121.46.74.speedy.net.pe) [200.121.46.74] F=<tecat@yahoo.de> temporarily rejected RCPT <morleyc@myemail.net>: Could not complete sender verify callout
2007-11-19 04:42:29 unexpected disconnection while reading SMTP command from (client-200.121.46.74.speedy.net.pe) [200.121.46.74]
Everything was fine until about 7 days ago, i dont know why the config didnt change but since then its been dropping received emails and queueing on sends.
View 10 Replies
View Related
Nov 24, 2008
One of my clients is receiving spam from his email address. SpamAssassin is not marking it as spam. I have added an SPF record for the domain, but still gets these messages. Is there any workaround for this? I don't want to activate spambox for that.
Server is cPanel + CentOS 5.2
View 9 Replies
View Related
Nov 5, 2007
I have the latest whm/cpanel version installed.
I also have assp deluxe installed.
Here's my problem: I have a client that is having problems with his emails account. When someone sends him a mail from Brinkster.com, a rebound error is received:
Quote:
This is the Postfix program at host mta7.brinkster.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The Postfix program
<ramy@kellyetcie.com>: kellyetcie.com
This only happens to that specific client. I tried sending a brinkster email to another account on the server, and it works fine. The problem only happens with that specific client..
View 9 Replies
View Related
Jun 1, 2007
Is there anyway to capture emails sent using SMPT with exim? I need to find a way to monitor outbound email traffic, along with the subject, message, etc.
View 1 Replies
View Related
Feb 4, 2008
I going to develope website which allow users to register their anonymous email address.
Lets call that domain privateemail.com
so, user is able to register address: user@privateemail.com and he provides us his valid email, lets say user@gmail.com
From now, we want to redirect all emails sent to user@privateemail.com to user@gmail.com.
Is there any easy and fast method to add such redirection into Exim (or any other MTA)?
View 1 Replies
View Related
Mar 7, 2007
i have exim mail server + SpamAssassin + mail scanner.
i want to redirect a copy of all incoming mail to php script, or how i can save the emails in to mysql database not on hdd.
View 2 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
Jan 28, 2008
I just want to check my email. Unfortunately, my connection dropped while I was downloading mail and now exim wants me to wait for the previous open connection to timeout.
So where is the exim lock file stored by default? I just want to delete it and access my email NOW!
View 1 Replies
View Related
Jun 16, 2009
Just started to have problems sending emails out but no problem receiving.
Seems to be a exim problem.. tried updating it but the problem still exist but everytime I restart exim then it works for a few hours before the problem comes back.
View 8 Replies
View Related
Feb 14, 2007
For the last 5 days, exim has been retrying to resend email to a recipent every
1 millisecond.
As result, logs are huge, and load is being affected.
So I'd like to know how can I set/configure exim to ingore sending to any
email I'd tell it.
I mean is there any config file I can look into, to set a ignore list, or even
how to have it so that it retries sending every 1 hour, instead of every 1 millisecond.
View 9 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 2, 2007
I am having issues in receieving emails. For some reason, the rbl lists I had setup are causing the server to reject emails (retry - timeout). So, I need to take this rbl list completely. How can I do that? exim.conf is locked and using the advanced editor is no fun even though I tried it putting the dnslists without the rbl causing the problem.
View 3 Replies
View Related
Jul 18, 2009
So got my dedi the other day. Everything is perfect. However I'm running into some issues.
I have setup some forwarders in cPanel to redirect to my Gmail but unfortunatley I'm not getting them all.
I sent some emails from various address and only received one.
Now I can only think of 3 issues.
1. Something to do with DC/Network.
2. cPanel problem (DC set cpanel up)
3. DNS servers (DC set them)
I have used the mail troubleshooter in WHM and all seems to be fine, it says its sending mail to Gmail so not sure what the problem is.
View 5 Replies
View Related
Jun 21, 2008
I have postfix server on my linux server. I have configured it to use SSL on port 25. I can send mail to my yahoo account but when I reply to that mail from my yahoo account to my SMTP server the mail is bouncing back and its giving this error message.
Remote host said: 530 5.7.0 Must issue a STARTTLS command first
View 2 Replies
View Related
Aug 22, 2007
A few days ago I started having some people tell me that they can't send email to me. Basically, they get a permanent failure. It is very hit or miss though as I'm still getting some mail and not others.
There are a few things that I don't know if they could be contributing factors.
1.) I'm using GMail to check my POP accounts on my webserver.
2.) I have been receiving this message when CPanel runs it's updates at night. The version of perl you are running (v5.8.1) is too old. There are known problems that cannot be worked around with this version of perl. It is HIGHLY recommended that you upgrade to v5.8.5 or later. Any module install failures should be ignored until perl has been upgraded as some modules will not be able to install with this version of perl.
3.) I noticed the WHM interface is updated so maybe something upgraded and broke.
I'm running a Cpanel/Redhat server over at ThePlanet if it matters.
View 7 Replies
View Related
Dec 20, 2007
A client is not receiving some of her e-mails from one account she has on the server.
She receives most but some are getting lost (not being received or bouncing back)
All other e-mail accounts that she has on our server are receiving e-mail fine.
The missing emails are from different domains so it's not a problem with the people sending the emails.
I deleted and reinstalled the account on the server and got her to delete and reinstall the account in Outlook express.
That didnt work.
There are no spam filters in place either on the her server account or in her e-mail client and we are not using any RBLs to block email.
The missing emails are not in the mail queue either.
View 13 Replies
View Related
Jan 22, 2008
Hotmail not receiving any emails from my server nevertheless log files is ok no problem and messages sent every thing is ok recently i contacted with my server's provider to make a ptr record at dns to fix hotmail problem and i shoked when i notice that they put a wronge ip
My Q: is that ptr record is important and it could be the reason for making hotmail rejecting my emails
View 3 Replies
View Related
Sep 4, 2007
i recently changed host and after i changed host, i am unable to send emails to hotmail from my mail server. Gmail and yahoo are fine.
The error message from Hotmail:
SMTP error from remote mail server after MAIL FROM:<webmaster@joinmo.com> SIZE=3494:
host mx3.hotmail.com [65.54.244.200]: 550 Your e-mail was rejected for policy reasons on this gateway. Reasons for rejection may be related to content with spam-like characteristics or IP/domain reputation problems. If you are not an e-mail/network admin please contact your E-mail/Internet Service Provider for help. For e-mail delivery information, please go to [url]
I also ran a dnsreport and heres the result
[url]
I have contacted microsoft but really not sure when they will give me a reply .. meanwhile, if there is any solution to my problem, it would be greatly appreciated.
View 7 Replies
View Related
Oct 2, 2007
I moved to a new server today but I think there's one configuration setting causing some problems.
I'm receiving spam in my own mailbox, sent to other people's accounts. My own mailbox is the mailbox to which root and nobody and cpanel addresses are forwarded to. The target email of the spam mails don't exist, so the spam ends up in MY inbox. Any idea what's causing this? Maybe the accounts are not configured to use ":fail:" as catchall address? Though cPanel is configured to use that value as default.
My next question is: How can I change the catchall address of ALL my accounts and set them to ":fail:"? Is there a script I could use?
View 2 Replies
View Related