Aurora Corporate documentation

Getting "Unexpected failure, please try later" error

The following applies to all-in-one package of Aurora Corporate, but may also be useful if you run Aurora with your existing Exim SMTP server - file paths may differ, though.

If you encounter "Unexpected failure, please try later" error when sending mail out, the first thing to check is /opt/afterlogic/var/log/exim/eximmain.log file. It may contain the following records:

failed to open /opt/afterlogic/etc/exim/sender_local_domain.list when checking "/opt/afterlogic/etc/exim/sender_local_domain.list": No such file or directory

Should that be the case, please try running the following commands:

mkdir -p /opt/afterlogic/lib/exim/lookups/
mkdir -p /opt/afterlogic/etc/exim/
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:

sudo service exim4 restart