Page 1 of 1

not receiving emails

Posted: Sat Jul 18, 2015 10:11 am
by eugeniu
have installed vesta cp a couple of weeks ago to give it a test run. now i noticed that emails do not get delivered to some users (they get delivered to a forwarding mailbox if it is setup). looking at logs it seems to work, but no emails in inbox.

Code: Select all

2015-07-18 12:49:26 1ZGOkI-0003Fq-IA <= [email protected] H=mx.host1.eu [xxx.xxx.xxx.xxx] P=esmtp S=2130 id=c3a-55aa2100-d-3e9ace80@116508504
2015-07-18 12:49:26 1ZGOkI-0003Fq-IA => user2 <[email protected]> R=localuser_fwd_only T=devnull
2015-07-18 12:49:26 1ZGOkI-0003Fq-IA Completed
2015-07-18 12:52:15 1ZGOn0-0003KO-Vh DKIM: d=gmail.com s=20120113 c=relaxed/relaxed a=rsa-sha256 [verification succeeded]
2015-07-18 12:52:15 1ZGOn0-0003KO-Vh <= [email protected] H=mail-ig0-f175.google.com [209.85.213.175] P=esmtps X=UNKNOWN:AES128-GCM-SHA256:128 S=1693 id=CA+o8mNYC74vMpoVef5sTVtGgEUXwA5U_dt63MEetQPuGgDcfTA@mail.gmail.com
2015-07-18 12:52:15 1ZGOn0-0003KO-Vh => user2 <[email protected]> R=localuser_fwd_only T=devnull
2015-07-18 12:52:15 1ZGOn0-0003KO-Vh Completed
can someone help me figure it out?

Re: not receiving emails

Posted: Mon Jul 20, 2015 6:51 am
by eugeniu
Can someone help?

Re: not receiving emails

Posted: Sun May 13, 2018 7:27 pm
by devesa
To resolve, I edited the email in Vesta, I selected the option: "Do not store forwarded mail" and saved it, after that I edited again and then unselected the option "Do not store forwarded mail" and saved ... Now it is working!

And the changes that I noticed in the log when the email arrives, were 2 variables:

Code: Select all

cat /var/log/exim4/mainlog
Before
R=localuser_fwd_only T=devnull

Now
R=localuser T=local_delivery

I still don't know which file on the server to change manually.