Postfix smtp via socks5

2014-01-25 Thread Francina Oates
Francina Oates: > The lack of socks support is an increasingly serious shortcoming > of Postfix. You are welcome to donate code. Wietse --- I looked at the code in smtp_connect.c, it looked too complicated for me :) That's sad, because the socks protocol is very simple. Someone you em

Re: Postfix smtp via socks5

2014-01-25 Thread Andrzej A. Filip
On 01/25/2014 02:27 AM, Wietse Venema wrote: > Francina Oates: >> The lack of socks support is an increasingly serious shortcoming >> of Postfix. > > You are welcome to donate code. > > Wietse > As I understand it requires passing preset LD_PRELOAD environment variable. http://tsocks.sou

Postfix smtp via socks5 - SOLVED

2014-01-25 Thread Francina Oates
> From: moparisthebest (adminmoparisthebest.com) > > Just thought I'd mention that I accomplish this (running postfix at home > with a residential connection) via a server-to-server OpenVPN tunnel. > It gives me an IP on both ends to bind to and route traffic across, and > is just as secure as SSH

Re: Postfix smtp via socks5

2014-01-25 Thread li...@rhsoft.net
Am 25.01.2014 09:42, schrieb Francina Oates: > To clarify for lists()rhsoft.net: > Adding the socks protocol to smtp allows for end-to-end TLS encryption > despite that the email appears to be sent from an intermediate node TLS is also end-to-end TLS encryption > Socks removes the requirement t

Re: Postfix smtp via socks5

2014-01-25 Thread Wietse Venema
Andrzej A. Filip: > On 01/25/2014 02:27 AM, Wietse Venema wrote: > > Francina Oates: > >> The lack of socks support is an increasingly serious shortcoming > >> of Postfix. > > > > You are welcome to donate code. > > As I understand it requires passing preset LD_PRELOAD environment variable. > >

Re: Postfix smtp via socks5 - SOLVED

2014-01-25 Thread Wietse Venema
Francina Oates: > /etc/postfix/main.cf: > smtp_bind_address = 192.168.4.1 > smtp_tls_security_level = may > smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt > smtp_tls_loglevel = 1 > smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache > smtp_helo_name = [1.2.3.4] > # 1.2.3.4 i

local net boxes cannot mail to server

2014-01-25 Thread Patrick B. Shanahan
Recently I added two win boxes (7,8) to my local net and my apache log files immediately filled with "wpad.dat" entries. Solution was to disable wildcard dns for my account at no-ip.com. Since that time my root log files cannot be mail from local boxes to the server. I am at wit's end, cannot p

Re: local net boxes cannot mail to server

2014-01-25 Thread Wietse Venema
Patrick B. Shanahan: > > Recently I added two win boxes (7,8) to my local net and my apache log > files immediately filled with "wpad.dat" entries. Solution was to disable > wildcard dns for my account at no-ip.com. > > Since that time my root log files cannot be mail from local boxes to the > s

Re: local net boxes cannot mail to server

2014-01-25 Thread Patrick B. Shanahan
* Patrick B. Shanahan [01-25-14 14:10]: > > Recently I added two win boxes (7,8) to my local net and my apache log > files immediately filled with "wpad.dat" entries. Solution was to disable > wildcard dns for my account at no-ip.com. > > Since that time my root log files cannot be mail from lo

Re: local net boxes cannot mail to server

2014-01-25 Thread Patrick B. Shanahan
* Patrick B. Shanahan [01-25-14 14:10]: > > Recently I added two win boxes (7,8) to my local net and my apache log > files immediately filled with "wpad.dat" entries. Solution was to disable > wildcard dns for my account at no-ip.com. > > Since that time my root log files cannot be mail from lo

Re: local net boxes cannot mail to server

2014-01-25 Thread li...@rhsoft.net
Am 25.01.2014 21:18, schrieb Patrick B. Shanahan: > * Patrick B. Shanahan [01-25-14 14:10]: >> >> Recently I added two win boxes (7,8) to my local net and my apache log >> files immediately filled with "wpad.dat" entries. Solution was to disable >> wildcard dns for my account at no-ip.com. >> >

Re: local net boxes cannot mail to server

2014-01-25 Thread Wietse Venema
Patrick B. Shanahan: > Log entries added: > > http://paste.opensuse.org/10513899 > (host smtp-server.indy.rr.com[107.14.166.72] said: 451 4.1.8 - > Domain of sender address does not accept inbound mail [R0307001] > (in reply to MAIL FROM command)) A similar error message is documented at http:

Re: Postfix smtp via socks5

2014-01-25 Thread Andrzej A. Filip
On 01/25/2014 02:22 PM, Wietse Venema wrote: > Andrzej A. Filip: >> On 01/25/2014 02:27 AM, Wietse Venema wrote: >>> Francina Oates: The lack of socks support is an increasingly serious shortcoming of Postfix. >>> >>> You are welcome to donate code. >> >> As I understand it requires passi

Re: Postfix smtp via socks5

2014-01-25 Thread Wietse Venema
Andrzej A. Filip: > > You can try: > > > > /etc/postfix/main.cf: > > import_environment = LD_PRELOAD=/path/to/object remainder of default > > $import_environment settings > > > > I make no promises that this will be sufficient. For example, > > features such as mynetworks look at local