HostOnNet Blog

Error – Mail Server Upgrade in Progress

Looking for Linux Server Admin or WordPress Expert? We can help.

Today i restored a Cpanel Server after OS reload.

Copying files from OLD HD to New HD take several hours, the work started at 11 PM and i have got the server up and running by 5 AM. All web sites, PHP, MySQL (web part) got working well.

The old cpanel was using mbox format for storing mails and new cpanel use maildir format. So i need to convert old mails to new format. This is done by running the command

/scripts/convert2maildir

After running this, i run /scripts/eximup –force

But server is not accepting mails. I checked maillog and found.

2007-04-11 01:58:26 1HbWmf-0002TO-UO == [email protected] R=temp_defer defer (-1): Mail Server Upgrade in Progress. Message Queued.

The problem is fixed by

1. Delete the file /usr/local/cpanel/etc/exim/cf/fail_remote_domains

rm -f /usr/local/cpanel/etc/exim/cf/fail_remote_domains

2. Now remove following lines from /etc/exim.conf.buildtest

temp_defer:
driver = redirect
allow_defer
data = :defer: Mail Server Upgrade in Progress. Message Queued.
verify = false

3. Upgrade exim with

/scripts/eximup –force

Posted in Cpanel Server

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.