Jeff Lasman wrote: > > As far as I understand it, this router uses remote_smtp only for domains > that are not listed as local_domains. The problem is that someone logs > in to our configuration system and sets up a domain. They use their > email address at that domain as their contact address. > > They never get our welcome email and we lose a customer, often having to > refund a CC payment or accept a chargeback.
You're still skipping over the important part of the problem; does your automatic configuration system put the newly configured domain in local_domains immediately without user interaction? If so, then IMO the solution is to simply make inclusion in local_domains a separately configurable setting for your clients. At that point, when validating config settings in the web UI, you can check if your host is the primary MX for the domain, and if it isn't, refuse to configure it. - Marc -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
