To run Exim in simulated SMTP mode, for debugging or configuration testing, use the “-bh” flag:
exim -bh 11.22.33.44
The IP address is the address you are simulating the connection from.
If you need Exim to do callouts, use the “-bhc” flag:
exim -bhc 11.22.33.44
Post a Comment