Web Hosting Talk







View Full Version : unable to receive emails?


mynewbox
12-10-2004, 01:10 AM
Hi all,
Got a new server and all is well apart from none of my domains can receive emails. They can send them out but none are coming in. I turned off my firewall, thinking it was that but no luck.

Using Redhat 9 all updated and WHM, Cpanel

Any ideas were to start looking?
Thanks

crucialx
12-10-2004, 02:31 AM
Check your exim queue, is it coming into the queue?

Angelo
12-10-2004, 06:27 AM
# tail -f /var/log/exim_mainlog

While tailing, try to send a mail and see what it writes to log.

mynewbox
12-10-2004, 02:18 PM
Hi crucialx, theys nothing in the exim queue however, fcarsenal I'm getting the following when sending an email into the server.


2004-12-10 18:15:29 1CcpIf-0006Jz-4Q => :blackhole: <webmaster@domain> R=virtual_aliases
2004-12-10 18:15:29 1CcpIf-0006Jz-4Q Completed

Thanks

mynewbox
12-11-2004, 11:13 AM
worked back over all my settings as per my old server and still have not luck. Anyone else got any ideas
Thanks

madguy24
12-11-2004, 12:10 PM
mynewbox..try

1. /scripts/exim4 and try sending mail.
2. If not working try sending a mail from outside to a domainhosted with you and simulateneously do a
a. tail -f /var/log/exim_mainlog
b. tail -f /var/log/exim_rejectlog
c. grep domainhosted.com /etc/localdomains
d. grep domainhosted.com /etc/userdomains
c. cat /etc/valiases/domainhostedwithyou.com and get us the resuts..

Sure I love helping you with this issue :-)
Maddy

crucialx
12-11-2004, 12:12 PM
Try:

/scripts/exim4
/scripts/buildeximconf
/scripts/upcp --force

We had a similar problem the other day, and I know our admins were working on it for about 10 hours or more. I think what they eventually found fixed the problem was the buildeximconf... Hope it helps :)

mynewbox
12-11-2004, 01:28 PM
Thanks for all your help.
Worked out the problem, I think.
All incoming emails were being sent to blackhole.
Don't know why but the default email address was set too.... guess what ... blackhole.

I now has incoming email.
Since getting my own box I've learnt so much (still not enough) most of which has come from post's on this board.

Again thanks to all.