Re: qmail and IP addresses.....

2000-08-21 Thread James Raftery
On Sat, Aug 19, 2000 at 11:57:47PM -0400, Russell Nelson wrote: It could be done for outgoing, but nobody has written such a patch. http://www.qmail.org/outgoingip.patch ? :) For what it's worth, Dan Bernstein says that it's frivolous. FWIW, I disagree :) Regards, james -- James Raftery

Re: qmail and IP addresses.....

2000-08-21 Thread Pavel Kankovsky
On Sat, 19 Aug 2000, Russell Nelson wrote: It could be done for outgoing, but nobody has written such a patch. Chuck Foster DID write such a patch 2.5 years ago. (If you want a version that works with 1.03 and you cannot find any, ask me.) For what it's worth, Dan Bernstein says that it's

Re: qmail and IP addresses.....

2000-08-19 Thread Russell Nelson
Steve Wolfe writes: On a machine with multiple IP addresses bound to one NIC, is it possible to control which IP address qmail will use for incoming and/or outgoing SMTP connections? For POP3? Only for incoming, by handing the IP address to tcpserver. It could be done for outgoing,

Re: qmail and IP addresses.....

2000-08-16 Thread Sean C Truman
replace the /usr/local/bin/tcpserver -v 0 smtp /var/qmail/bin/qmail-smtpd with something like this /usr/local/bin/tcpserver -v 199.111.111.111 smtp /var/qmail/bin/qmail-smtpd same with your pop3 startup file. Sean Truman www.prodigysolutions.com [EMAIL PROTECTED] - Original Message -

Re: qmail and IP addresses.....

2000-08-16 Thread Sean C Truman
PROTECTED] To: Sean C Truman [EMAIL PROTECTED] Cc: Steve Wolfe [EMAIL PROTECTED]; qmail list [EMAIL PROTECTED] Sent: Wednesday, August 16, 2000 6:04 PM Subject: Re: qmail and IP addresses. On Wed, 16 Aug 2000, Sean C Truman wrote: replace the /usr/local/bin/tcpserver -v 0 smtp /var/qmail

Re: qmail and IP addresses.....

2000-08-16 Thread Paul Jarc
Vince Vielhaber [EMAIL PROTECTED] writes: On Wed, 16 Aug 2000, Sean C Truman wrote: /usr/local/bin/tcpserver -v 199.111.111.111 smtp /var/qmail/bin/qmail-smtpd That will only allow hosts with the address 199.111.111.111 to connect, not connections to that address. You have that backwards.

Re: qmail and IP addresses.....

2000-08-16 Thread Vince Vielhaber
On Wed, 16 Aug 2000, Sean C Truman wrote: Please read up on your programs.. tcpserver opts host port prog opts is a series of getopt-style options. host is one argument. port is one argument. prog consists of one or more arguments. tcpserver waits for connections from TCP clients. For

RE: qmail and IP addresses.....

2000-08-16 Thread M.B.
On Wed, 16 Aug 2000, Sean C Truman wrote: replace the /usr/local/bin/tcpserver -v 0 smtp /var/qmail/bin/qmail-smtpd with something like this /usr/local/bin/tcpserver -v 199.111.111.111 smtp /var/qmail/bin/qmail-smtpd could I then change this to the following?