J
JouniN
Guest
Hi,
I stumbled into this problem when trying to solve why one of our webhosting users could not send emails with PHP mail() -function. I noticed that the domain had DNS service on with invalid settings (dns hosting is not ours). First I assumed that was the problem since MX-records pointed wrong. I removed DNS service from the domain and even removed nameservers from DNS settings tab but no luck.
When user tries to send email via www by using contactform (just a plain php mail form) I get this in my "psa/var/log/maillog":
For some reason the emails originally sent to [email protected] get redirected to _plesk_bounce_domain.tld -address. This goes for all email addresses for this domain.
- there are no email accounts set up for this domain in the system
- dns service is switched off
- I've tried removing the domain totally from plesk and recreating it
I stumbled into this problem when trying to solve why one of our webhosting users could not send emails with PHP mail() -function. I noticed that the domain had DNS service on with invalid settings (dns hosting is not ours). First I assumed that was the problem since MX-records pointed wrong. I removed DNS service from the domain and even removed nameservers from DNS settings tab but no luck.
When user tries to send email via www by using contactform (just a plain php mail form) I get this in my "psa/var/log/maillog":
Mar 24 08:31:39 machine before-remote[8602]: check handlers for addr: [email protected]omain
Mar 24 08:31:39 machine postfix/smtp[8505]: 5EA1148500: to=<[email protected]>, orig_to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10027, delay=0.1, delays=0.01/0/0.04/0.05, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 6A632484FF)
Mar 24 08:31:39 machine postfix/local[8516]: 6A632484FF: to=<[email protected]>, relay=local, delay=0.05, delays=0.04/0/0/0.01, dsn=5.2.1, status=bounced (This address no longer accepts mail. )
For some reason the emails originally sent to [email protected] get redirected to _plesk_bounce_domain.tld -address. This goes for all email addresses for this domain.
- there are no email accounts set up for this domain in the system
- dns service is switched off
- I've tried removing the domain totally from plesk and recreating it