email not working

linuxlearner

Verified User
Joined
May 26, 2005
Messages
14
Hello,

I'm new to linux and directadmin. Now i'm playing with it, and so far i have a problem to get email pop3 to work. I noticed vm-pop3d stopped running.

How can i get vm-pop3d to run on SSH (root) ?


Thanks.
 
i got vm-pop3d dead but subsys locked when using

service vm-pop3d status

what's wrong with that?
 
I just checked the mail log:

vm-pop3d[24869]: Couldn't bind to socket: Address
already in use


any one has idea what's going on and how to fix it.:confused:
 
linuxlearner said:
I just checked the mail log:

vm-pop3d[24869]: Couldn't bind to socket: Address
already in use


any one has idea what's going on and how to fix it.:confused:

kill -9 24869
service vm-pop3d stop
service vm-pop3d restart
service vm-pop3d reload
service vm-pop3d start

try it.
 
ok, i found dovecot using 110 and i uninstalled it. vm-pop3d is running now.

however i can send an email as it says

SMTP Error: Recipient not accepted. Verify your relay rules

or 550 relay denied...

What should i change in the exim.conf ??

Current settings is:

domainlist local_domains = lsearch;/etc/virtual/domains
domainlist relay_domains = lsearch;/etc/virtual/domains : localhost
hostlist relay_hosts = net-lsearch;/etc/virtual/pophosts : 127.0.0.1

hostlist auth_relay_hosts = *


Sorry to bother you guys so much. This is my first day with linux
:D :p
 
Last edited:
I sent a few emails successfully via Outlook and Squirrel but it never reach Yahoo mail.

What's wrong with it:confused:
 
Back
Top