Permissions problem
Posted: Sun Dec 10, 2017 4:27 pm
Hello guys,
I am trying to setup a webmail, but I am stuck. First of all, I checked my domain on intodns.com and everything seeems fine. I can login into roundcube without a problem, but when I try to send a mail, I get an error:
I do not receive mails either. Then, I tested my mail address on verifalia.com and I got an error: "The mailbox for the e-mail address does not exist", as if I didn't create that mail account at all!
/var/log/exim/main.log says:
Thank you!
I am trying to setup a webmail, but I am stuck. First of all, I checked my domain on intodns.com and everything seeems fine. I can login into roundcube without a problem, but when I try to send a mail, I get an error:
Code: Select all
SMTP Error (550): Failed to add recipient "[email protected]" (Verification failed for <[email protected]>
Unrouteable address
Sender verify failed).
/var/log/exim/main.log says:
Code: Select all
2017-12-10 17:21:30 failed to expand condition "${if exists{/etc/exim/domains/$domain/fwd_only}{${lookup{$local_part}lsearch{/etc/exim/domains/$domain/fwd_only}{true}{false}}}}" for localuser_fwd_only router: failed to open /etc/exim/domains/myaddress.com/fwd_only for linear search: Permission denied (euid=93 egid=93)
2017-12-10 17:21:30 failed to expand condition "${if eq {${if match{$h_X-Spam-Status:}{\N^Yes\N}{yes}{no}}} {${lookup{$local_part}lsearch{/etc/exim/domains/$domain/passwd}{yes}{no_such_user}}}}" for localuser_spam router: failed to open /etc/exim/domains/myaddress.com/passwd for linear search: Permission denied (euid=93 egid=93)
2017-12-10 17:21:30 failed to expand condition "${lookup{$local_part}lsearch{/etc/exim/domains/$domain/passwd}{true}{false}}" for localuser router: failed to open /etc/exim/domains/myaddress.com/passwd for linear search: Permission denied (euid=93 egid=93)
2017-12-10 17:21:30 H=myaddress.com (localhost) [5.2.64.201] sender verify fail for <[email protected]>: Unrouteable address
2017-12-10 17:21:30 H=myaddress.com (localhost) [5.2.64.201] F=<[email protected]> rejected RCPT <[email protected]>: Sender verify failed