I have a problem with emails...
My scenario...
I have the domain myDomain.de.
On the server with this domain are different advisors which get a subdomain of the domain myDomain.de.
For a better overview i add every subdomain as a customer:
- Berater_A.meineDomain.de (IP: XXX.XXX.XXX.2)
- Berater_B.meineDomain.de (IP: XXX.XXX.XXX.2)
- Berater_C.meineDomain.de (IP: XXX.XXX.XXX.2)
Then there are 2 subdomains with a ssl cert and every subdomin has his own ip.
- SSLDomain_A.meineDomain.de (IP: XXX.XXX.XXX.3)
- SSLDomain_B.meineDomain.de (IP: XXX.XXX.XXX.4)
imscp creates for every customer the deafult emailadresses...
Everything works fine.
If i send an email to webmaster@Berater_A.meineDomain.de i can see in the log "mail.log" this error:
Quote
Jul 30 21:35:42 srv04 postfix/smtpd[16669]: connect from mailout-de.gmx.net[213.165.64.22]
Jul 30 21:35:42 srv04 postfix/smtpd[16669]: NOQUEUE: reject: RCPT from mailout-de.gmx.net[213.165.64.22]: 554 5.7.1 <webmaster@Berater_A.meineDomain.de>: Relay access denied; from=<meineEmail@gmx.de> to=<webmaster@Berater_A.meineDomain.de> proto=SMTP helo=<mailout-de.gmx.net>
Jul 30 21:35:42 srv04 postfix/smtpd[16669]: disconnect from mailout-de.gmx.net[213.165.64.22]
The emailadress ((webmaster@Berater_A.meineDomain.de) is forwarded to a t-online emailadress.
But if i send an email to a domain with SSL webmaster@SSLDomain_A.meineDomain.de the email will arrive...
I don't know where i made a mistake