Opened 11 years ago

Last modified 11 years ago

#366 new defect

Mail from scripts to scripts-hosted domain ignores MX record

Reported by: andersk Owned by:
Priority: normal Milestone:
Component: mail 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.

Change History (1)

comment:1 Changed 11 years ago by quentin

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.

Note: See TracTickets for help on using tickets.