Quoting Amedeo Mantica ([email protected]): > Is possible to verify if an email address is valid (worldwide, not > local) via the exim command line?
You can only check if your Exim can route the message with address testing mode. Exim exits with an errorlevel > 0 if routing failed: | [sand...@dot:~] % exim4 -bt blah | [email protected] is undeliverable: Unrouteable address | [1] 18808 exit 2 exim4 -bt blah | | [sand...@dot:~] % exim4 -bt [email protected] | [email protected] is undeliverable: Cannot route to remote domain | [1] 18812 exit 2 exim4 -bt [email protected] | | [sand...@dot:~] % exim4 -bt [email protected] | [email protected] | router = remote_nobatv, transport = remote_smtp | host mx.freshdot.net [2001:7b8:3:47:2d0:b7ff:fe0e:1f31] MX=100 | host mx.freshdot.net [213.154.229.18] MX=100 HTH, -Sndr. -- | Those who get too big for their britches will be exposed in the end. | 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8 9BDB D463 7E41 08CE C94D -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
