POP3 problem

kan

New member
Joined
Apr 24, 2005
Messages
4
Dear sir,
I'm using DA with exim 4.60-1 x86_64 and vm-pop3d 1.1.7f-2 x86_64.

But i get a problem.
for example, a.com aa.com (admin domains), b.com bb.com (user domains), c.com cc.com (user domains)

Admin
a.com POP3 -> NO
a.com IMAP -> YES
aa.com POP3 -> NO
aa.com IMAP -> YES

b.com POP3 -> YES
b.com IMAP -> YES
bb.com POP3 -> YES
bb.com IMAP -> YES

c.com POP3 -> YES
c.com IMAP -> YES
cc.com POP3 -> YES
cc.com IMAP -> YES

only the Admin a/c can't receive the email via pop3
how to solve it?
thanks!
 
Hello,

For any issues with pop or imap, check your /var/log/maillog.
If it's a permission issue, run:
Code:
cd /usr/local/directadmin/scripts
./set_permissions.sh email
John
 
Running:

Code:
./set_permissions.sh email

Results in error messages like the following:

chmod: cannot access `/etc/virtual/[domain]/reply/*': No such file or directory
chown: cannot access `/etc/virtual/[domain]/reply/*': No such file or directory

What should I do about this?
 
No worries if you don't have a reply directory. I just means that domain has no autoresponders/vacation messages setup. No action required.

John
 
Back
Top