Email with qmail

I am trying to set up domain name aliases in qmail (I'm on a Plesk server). What should happen is that emails sent to user@myalias.com are sent to user@realdomain.com (regardless of the user). I would like it to happen without the need for redirection and mess with it.

I followed the details of this forum post with limited success. I was only making changes to the qmail config as all other settings already exist and are fixed as myalias.com domain is configured through Plesk ...

  • modify / var / qmail / control / virtualdomains
  • add myalias.com:60 ("60" corresponds to an integer realdomain.com in one file)
  • restart qmail service

The logs show that qmail accepts an incoming email to @ myalias.com and then routes it to @ realdomain.com. Then the letter goes missing and is never delivered.

Any thoughts on where / how could I dig deeper to figure out what's going on with the email?

Thank.

0


source to share


2 answers


Just following this old question of mine. Everything is working well now. I checked the NOC server and they fixed it for me. Had something to do with the remotehosts file.



+1


source


Is there a realdomain.com log file that it even accepts or sees incoming redirects?

Try redirecting the email to a different domain. If they end up on a different domain, then the problem is with the domain you are trying to send it to.



If they don't show up at all, then they fall back to how they are being redirected and you can focus on that part.

0


source







All Articles