MailSuite/Aurora email delivery issue

While we’re currently working on a new v8 release of MailSuite Pro as well as MTA edition of Aurora Corporate, we’re getting reports of an issue with email delivery in current version. And in the logs, ‘Unexpected failure, please try later‘ error is shown.

Fortunately, this is fixed with just a few commands:

mkdir -p /opt/afterlogic/lib/exim/lookups/
touch /opt/afterlogic/etc/exim/sender_local_domain.list

For both the directories created, adjust access permissions recursively:

chown afterlogic:afterlogic -R /opt/afterlogic/etc/exim
chown afterlogic:afterlogic -R /opt/afterlogic/lib/exim

And restart the service with:

/opt/afterlogic//etc/init.d/afterlogic.rc restart

By the way, if during restart you’re getting a message about outdated ClamAV database, you should update it with:

/opt/afterlogic/bin/freshclam

and restart the service.

Leave a comment