Hi. On Sun, Dec 15, 2024 at 04:18:40PM +0100, Andreas Barth via Exim-users wrote: > I'd like to have some kind of regression tests for my exim config (at > least the different delivery actions), so that I make sure to not > break working configurations. > > I.e. I want to have some tests defined like "mail to a@b should be > delivered to lmtp to c@d" (or whatever else makes sense).
Use "exim -C /path/to/new-config -bt a@b" for that. > (It's not > about the more complicated parts like greylisting, Use "exim -C /path/to/new-config -bhc ip-addr.port" to produce SMTP pseudo-session, in order to check greylisting, sender verify, dns and other things. Add debugging options (-d...) for details. -- Eugene Berdnikov -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
