Problem with account after upgrade.

zstpro

Verified User
Joined
Aug 2, 2017
Messages
9
Hello, yesterday I made an update on one of the servers on one of the servers. After updating, I have a problem with the mailbox whose address is the same as the username.

Mail: [email protected]
Username: user

When i try send message to [email protected] in paniclog i have:

2020-09-14 11:45:27 failed to expand "${if match {$local_part}{\N^\.*[^./][^/]*$\N}{${lookup{$local_part}lsearch,ret=key{/etc/virtual/$domain_data/passwd}{$value}{${lookup{$local_part}lsearch,ret=key{/etc/virtual/$domain_data/aliases}{$value}}}}}fail}" while checking a list: failed to open /etc/virtual/serverhostname.com/aliases for linear search: No such file or directory

Catalog /etc/virtual/serverhostname.com/ is empty.
 
Tested on the latest exim/conf and this should work fine. Try rebuilding exim config.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set eximconf yes
./build set eximconf_release 4.5
./build exim_conf
 
I've already tried compiling exim from scratch, it doesn't do anything.
 
Are you using spamblocking software? If so, could you try the following (if you have not yet done so)?

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set eximconf yes
./build set eximconf_release 4.5
./build set blockcracking yes
./build set easy_spam_fighter yes
./build set spamd spamassassin
./build set exim yes
./build exim
./build set dovecot_conf yes
./build dovecot_conf
./build spamassassin
./build update
./build exim_conf

See also: https://help.directadmin.com/item.php?id=576
 
Last edited:
Back
Top