Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Server replied: 421 Unexpected failure, please try later  (Read 7889 times)

0 Members and 2 Guests are viewing this topic.

Aby

  • Guest
Server replied: 421 Unexpected failure, please try later
« on: January 17, 2014, 02:32:45 pm »
 If Imap returns this error, then there might be something wrong with the smtp server.   Check the /var/log/exim/mainlog (or /var/log/exim/exim_mainlog).

Errors seen before:

Code: [Select]
Failed to open /etc/virtual/pophosts for linear search: No such file or directory
Fix:
Code: [Select]
touch /etc/virtual/pophosts
That would also imply that da-popb4smtp isn't running, so popb4smtp wouldn't work.  To start it, run:
Code: [Select]
service da-popb4smtp start
or FreeBSD:
Code: [Select]
/usr/local/etc/rc.d/da-popb4smtp start