PDA

View Full Version : Mail Log



hci
06-23-2004, 11:08 AM
Email does not seem to work on my box. Cannot send or receive but service monitor says all processes are running. I can pop3 also but nothing is there. Where are the log files located to tell me whats going on? Is there anyway to look at them or download them through the GUI?

Matt

nobaloney
06-23-2004, 12:01 PM
Has it ever worked?

Try this to see if the daemons are running:

$ service exim status

You should see something like this:

[jlasman@da1 jlasman]$ service exim status
exim (pid 20848 20731 20658 20100 20098 19692 9776) is running...
[jlasman@da1 jlasman]$
If all looks well, then try this:

$ telnet localhost 25

You should see something like this:

[jlasman@da1 jlasman]$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 da1.ns-one.net ESMTP Exim 4.24 Wed, 23 Jun 2004 12:02:13 -0700
Then type "quit" and press the enter key to get out of the test session.

If that works, then your firewall is most likely blocking your smtp port.

Your exim logs should be in the /var/log/exim directory.

Jeff

hci
06-23-2004, 01:06 PM
Have tried all that. Exim is running, shut firewall off.

Whats this mean?

2004-06-23 15:07:35 failed to open /etc/virtual/whitelist_from for linear search: No such file or directory
2004-06-23 15:07:36 failed to open /etc/virtual/whitelist_from for linear search: No such file or directory
2004-06-23 15:07:36 failed to open /etc/virtual/whitelist_from for linear search: No such file or directory
2004-06-23 15:07:55 failed to open /etc/virtual/whitelist_from for linear search: No such file or directory
2004-06-23 15:07:56 failed to open /etc/virtual/whitelist_from for linear search: No such file or directory

Matt

hci
06-23-2004, 02:19 PM
I think I fixed this. Had to create these 2 files.

/etc/virtual/use_rbl_domains
/etc/virtual/whitelist_from

Is this a bug?

Matthew

DirectAdmin Support
06-25-2004, 12:29 PM
Is it a new install, or an exim.conf upgrade? which OS are you running?

John

nobaloney
06-25-2004, 06:47 PM
Originally posted by hci
I think I fixed this. Had to create these 2 files.

/etc/virtual/use_rbl_domains
/etc/virtual/whitelist_from

Is this a bug?
It's not a bug; it's a feature :rolleyes: .

These files are required by my SpamBlocker version of exim.conf.

If you installed SpamBlocker, then yes, you should have created it (my SpamBlocker file is self-documenting if you read the comments); if no, then you've got the latest version of exim as offered by DA...

Please answer John so we'll know if it's a bug in the new exim version.

Thanks.

Jeff