I use a SOCKS proxy server to send mail using sendmail in Linux and mailx to send mails from the command line.
To make use of the SOCKS server, I am using tsocks to send mails using mailx, for example like this
tsocks mailx -s "Test mail" valid_mail_address@gmail.com
But the mails I send are not going through the proxy. I don't know what I do wrong.
Any help please.
tsocks mailx -v -s "Test mail" valid_mail_address@gmail.com? That would help understand what's going on. – Frederik Deweerdt May 10 '12 at 14:24