• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Interesting E-mail config problem

P

poker

Guest
Hi,

Situation:
Domain xyz.com on plesk server
Forms on that domain that send e-mail to [email protected]
MX records of xyz.com domain targets to other server


Problem:
User of a domain have an intern mailserver. MX op that domain targets to that internal mailserver.
But forms on that server will e-mail the filled in forms to a user of that domain. But the e-mail adres dosn't exist on that server because it is not responsible for e-mail.

Anyway how to fix this ?

T.i.a. P.
 
See if this fits your situation:
See this thread

should be right on. Basically you have to reconfigure a couple of Qmail's control files so it knows to send the email out to the external mail server (at your client's site).

The MX records only affect other SMTP servers trying to deliver to their domain. Since Qmail is 'local' to the Plesk server where their domain and script are located, you have to tell Qmail where to shovel the email to since it's not 'local' on the Plesk server.
 
thanks again.

Do i have to creat smtprouts, because I can't find it.
 
Any of the Qmail control files (in /var/qmail/control) which do not exist, then you would just create the file using a *nix editor such as pico/nano/vi/emacs

smtproutes is normally not present since it is normally not needed by default.
 
Back
Top