POP3 doesn't work after upgrade

IT_Architect

Verified User
Joined
Feb 27, 2006
Messages
1,088
Hi,

FTP for the backup didn't work. As advised, I upgraded to the latest DA. It fixed that problem, but broke my e-mail. I can send messages but can no longer receive them. Exim and Dovecot are running. I reinstalled both Exim and Dovecot. No luck. Any ideas?

Thanks Tons!
 
Last edited:
Try:
Code:
patch -p0 < /usr/local/directadmin/custombuild/exim.conf.dovecot.patch
/etc/init.d/exim restart
 
Try:
Code:
patch -p0 < /usr/local/directadmin/custombuild/exim.conf.dovecot.patch
/etc/init.d/exim restart

server# patch -p0 < /usr/local/directadmin/custombuild/exim.conf.dovecot.patch
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- /etc/exim.conf.orig 2008-08-22 14:31:13.000000000 -0600
|+++ /etc/exim.conf 2008-08-22 16:38:34.479800272 -0600
--------------------------
Patching file /etc/exim.conf using Plan A...
Reversed (or previously applied) patch detected! Assume -R? [y] /etc/init.d/exim restarty
Hunk #1 succeeded at 613 (offset 5 lines).
Hunk #2 succeeded at 775 (offset 5 lines).
Hunk #3 succeeded at 787 (offset 5 lines).
done

/usr/local/etc/rc.d/exim restart

It didn't help. I even tried deleting and making up an e-mail account.

Thanks!
 
Back
Top