thanks i'll try that, I can also telnet on the server and see what I get if I
use that recipient. I'm using exim, not sure why it would have that restriction
--
https://mail.python.org/mailman/listinfo/python-list
thanks i'll try that, I can also telnet on the server and see what I get if I
use that recipient. I'm using exim, not sure why it would have that restriction
--
https://mail.python.org/mailman/listinfo/python-list
No need to do more troubleshooting, need to update the config. Found that exim
default config denies these so nothing to do with smptlib indeed:
What this statement is doing is to accept unconditionally all recipients in
messages that are submitted by SMTP from local processes using the standard
Its all in here for those using exim4
http://www.exim.org/exim-html-current/doc/html/spec_html/ch-the_default_configuration_file.html
I went into /etc/exim4 and ran this command to find where the deny message is
stored, which lead me to the regex variable CHECK_RCPT_LOCAL_LOCALPARTS. So I
searc