Welkom email is sent from [email protected] instead of [email protected]

jamiemijac

New member
Joined
Aug 28, 2018
Messages
3
Hello,

I am new with Directadmin and after looking a lot of tuts I have found how to send correctly email from normal accounts that I create.
But the welcome email keeps sending from [email protected] instead of [email protected] (so nobody receives it) and I really can not find how to resolve this issue.
I am using exim with dkim.

Could you give me a hand ?

Thanks
 
Login to your admin panel. Then on the right upper side click on the text "Message System".
Now change the "Email a copy of all messages to" option to another (existing) e-mail address.

Then in /etc/exim.conf you could add:
local_from_check = false
local_sender_retain = true
untrusted_set_sender = *

However, it's better to use the newer spamblocker exim.conf files which already contain these lines and a lot more which saves you a ton of trouble.

Have a look at this:
https://help.directadmin.com/item.php?id=576

I'm sure after that everything should work fine.
 
better explanation of my problem

Hi Richard, thank you for your answer,
but I believe that it is a different issue.

Imagine that you are making a new Administrator or reseller, etc. So when after creating it, the system (da) should send an email to the new user with the login details,etc.

Well the problem is that is not sending it, When I check I see that from [email protected] << server.domain.com is my hostname and not the domain name. I believe that is not sending it because it should being sent from [email protected] (here I use domain.com instead of the real domain we are using)


when I see in the exim mainlog I get this ( I have changed the real domain also here next )



2018-08-30 23:12:12 1fvUEe-0005ua-GB remote host address is the local host: server.domain.com
2018-08-30 23:12:12 1fvUEe-0005ua-GB == [email protected] <[email protected]> R=lookuphost defer (-1): remote host address is the local host
2018-08-30 23:12:12 1fvUEe-0005ua-GB remote host address is the local host: server.domain.com
2018-08-30 23:12:12 1fvUEe-0005ua-GB == [email protected] <[email protected]> R=lookuphost defer (-1): remote host address is the local host
2018-08-30 23:12:12 1fvUEe-0005ua-GB ** [email protected] <[email protected]>: retry timeout exceeded
2018-08-30 23:12:12 1fvUEe-0005ua-GB ** [email protected] <[email protected]>: retry timeout exceeded
2018-08-30 23:12:12 1fvUEe-0005uf-IW <= <> R=1fvUEe-0005ua-GB U=mail P=local S=2405 T="Mail delivery failed: returning message to sender" from <> for [email protected]
2018-08-30 23:12:12 1fvUEe-0005ua-GB Completed
2018-08-30 23:12:12 1fvUEe-0005uf-IW remote host address is the local host: server.domain.com
2018-08-30 23:12:12 1fvUEe-0005uf-IW == [email protected] R=lookuphost defer (-1): remote host address is the local host
2018-08-30 23:12:12 1fvUEe-0005uf-IW ** [email protected]: retry timeout exceeded
2018-08-30 23:12:12 1fvUEe-0005uf-IW [email protected]: error ignored
2018-08-30 23:12:12 1fvUEe-0005uf-IW Completed
2018-08-30 23:17:00 SMTP protocol synchronization error (input sent without waiting for greeting): rejected connection from H=[IP ADDRESS] input="\026\003\001\001"\001"
 
Back
Top