mail delivery probs

stealth

New member
Joined
Jan 12, 2006
Messages
3
Hi, it's my first msgin this forum-
I've an italian VPS, where there are some sites.

So if I sent an email from my personal account I can see the email in VPS's directory -> vps:/var/spool/exim/input

but the emails cannot delivery on virtual directory....so I can't receive any email from pop3 protocol (outlook or webmail)

I think that there are some problems about mail shunt.

please help me!
thks a lot

Ste
 
Stealth,

Have you looked for error messages in /var/log/exim/mainlog? If the mail is stuck in the queue, that's where you'll find the error messages.

Jeff
 
Try sending an email, using your server, while tailing the log:

# tail -f /var/log/exim/mainlog

and you should see your mail delivery being attempted.

If you don't, then it's possible your VPS installation doesn't properly run exim as a daemon to search the queue directory.

Jeff
 
Back
Top