0
votes
0answers
19 views

Connecting to Postfix using Python or Telnet

I managed to configure a local postfix server, which works correctly when using the mail command (and I receive emails from the cron deamon), however, if I try to connect using telnet localhost 25 ...
0
votes
1answer
310 views

How can I send smtp mail via gmail and osx Lion mailx?

I would like to be able to send email from utility/batch/launchd scripts via my gmail account and the mailx client that is bundled in OS X Lion. I cannot find how to configure this. I found ...