Opened 12 years ago
Last modified 12 years ago
#366 new defect
Mail from scripts to scripts-hosted domain ignores MX record
Reported by: | andersk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Keywords: | ||
Cc: |
Description ΒΆ
If you send mail from scripts to a scripts-hosted domain whose MX record points elsewhere, the mail gets misdelivered. Possible solutions include having postfix listen with different configurations on localhost and scripts-vhosts, or having the mail service be opt-in per-domain in Pony.
Note: See
TracTickets for help on using
tickets.
Couldn't we just configure Postfix to forward all local mail via SMTP?
(I guess this is roughly the "different configurations" thing.)
From some googling, it looks like we need to be careful that alias expansion happens on the second round through Postfix and not the first.