Re: SV: Tcpserver quiz

1999-01-06 Thread Sam
Roger O. Svenning writes: > Ok .. lets see if I've got this right, .. so if a client makes a smtp connection >trough > tcpserver and it's host (ip) does not exist in the tcp.smtp.cdb it will be passed to > qmail-smtpd without the RELAYCLIENT which compares the recipient to rcpthosts > and denies

Re: SV: Tcpserver quiz

1999-01-06 Thread Mate Wierdl
Relay control works fine for you: $ telnet pop.intrafish.no 25 Trying 195.204.144.43... Connected to pop.intrafish.no. Escape character is '^]'. 220 pop.intrafish.no ESMTP mail from: [EMAIL PROTECTED] 250 ok rcpt to: [EMAIL PROTECTED] 553 sorry, that domain isn't in my list of allowed rcpthosts (

SV: Tcpserver quiz

1999-01-06 Thread Roger O. Svenning
>the problem is with netscape and eudora. > >You can see from the logs that the domain was being stripped, because those >email clients assume you are stupid and strip off the @domain. > >lucky for you that vchkpw supports user%domain and user_domain as well. >Tell your client to switch to one of

Re: Tcpserver quiz

1999-01-06 Thread Adam D. McKenna
. --Adam -Original Message- From: Roger O. Svenning <[EMAIL PROTECTED]> To: Adam D. McKenna <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, January 06, 1999 12:40 PM Subject: SV: Tcpserver quiz >Usually when having POP3 errors the b

SV: Tcpserver quiz

1999-01-06 Thread Roger O. Svenning
>Usually when having POP3 errors the best thing to do is to telnet into the >pop3 port and issue the commands manually. > >Are you sure he was using the right password? Perhaps when you were >changing your cdb, he realized that he was using the wrong password, and >fixed it, and was then too emba

Re: Tcpserver quiz

1999-01-06 Thread Adam D. McKenna
From: Roger O. Svenning <[EMAIL PROTECTED]> :One down, one to go ... :What about that strange pop3 error? .. how is it possible that he couldn't open that account until :I altered the tcp.smtp ? .. He actually tested it on two different computers with no luck. :I had no problems accessing that ac

SV: Tcpserver quiz

1999-01-06 Thread Roger O. Svenning
>> Ok .. lets see if I've got this right, .. so if a client makes a smtp connection >trough >> tcpserver and it's host (ip) does not exist in the tcp.smtp.cdb it will be passed to >> qmail-smtpd without the RELAYCLIENT which compares the recipient to rcpthosts >> and denies it if it doesn't exist

Re: SV: Tcpserver quiz

1999-01-06 Thread Timothy L. Mayo
On Wed, 6 Jan 1999, Roger O. Svenning wrote: > >You don't need (or want) any deny entries. You're not trying to deny anyone a > >connection to your SMTP server; you're just trying to set RELAYCLIENT for > >certain clients. > > > Ok .. lets see if I've got this right, .. so if a client makes a s

SV: Tcpserver quiz

1999-01-06 Thread Roger O. Svenning
>You don't need (or want) any deny entries. You're not trying to deny anyone a >connection to your SMTP server; you're just trying to set RELAYCLIENT for >certain clients. Ok .. lets see if I've got this right, .. so if a client makes a smtp connection trough tcpserver and it's host (ip) does no

RE: Tcpserver quiz

1999-01-06 Thread Soffen, Matthew
> -- > From: Chris Johnson[SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, January 06, 1999 11:04 AM > To: Roger O. Svenning; [EMAIL PROTECTED] > Subject: Re: Tcpserver quiz > > On Wed, Jan 06, 1999 at 03:34:19PM +0100, Roger O. Svenning wrote: >

Re: Tcpserver quiz

1999-01-06 Thread Chris Johnson
On Wed, Jan 06, 1999 at 03:34:19PM +0100, Roger O. Svenning wrote: > I installed tcpserver for use with qmail 1.03 yesterday so > I could allow and restrict relaying. (According to the instrucions in FAQ 5.4) > After setting up the tcp.smtp file and rebuilding the cdb, mail relaying worked > ... f

Re: SV: Tcpserver quiz

1999-01-06 Thread Timothy L. Mayo
Then we can't help you. Sorry. On Wed, 6 Jan 1999, Roger O. Svenning wrote: > >My guess is a DNS problem since there are no DNS records for > >fab.foobar.com or fib.foofub.no that I can find and only an MX record for > >foobar.com. > > > > > Sorry .. those two entries was just examples cause

SV: Tcpserver quiz

1999-01-06 Thread Roger O. Svenning
>My guess is a DNS problem since there are no DNS records for >fab.foobar.com or fib.foofub.no that I can find and only an MX record for >foobar.com. > Sorry .. those two entries was just examples cause I don't want to give away hosted domains to the whole world. -Roger

Re: SV: Tcpserver quiz

1999-01-06 Thread Timothy L. Mayo
My guess is a DNS problem since there are no DNS records for fab.foobar.com or fib.foofub.no that I can find and only an MX record for foobar.com. On Wed, 6 Jan 1999, Roger O. Svenning wrote: > >What is in your rcpthosts file? That is the FIRST point that needs to be > >in place to prevent rela

Qmail 2.0 request - Was Re: Tcpserver quiz

1999-01-06 Thread Adam D. McKenna
Please make relaying disabled if there is no rcpthosts file :) --Adam -Original Message- From: Timothy L. Mayo <[EMAIL PROTECTED]> To: Roger O. Svenning <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, January 06, 1999 9:54 AM Subject:

SV: Tcpserver quiz

1999-01-06 Thread Roger O. Svenning
>What is in your rcpthosts file? That is the FIRST point that needs to be >in place to prevent relaying. RELAYCLIENT overrides the rcpthosts file, >it does not replace it. > localhost fab.foobar.com fib.foofub.no In other words .. Localhost, the local domain and all virtual domains RELAYCLIEN

Re: Tcpserver quiz

1999-01-06 Thread Timothy L. Mayo
What is in your rcpthosts file? That is the FIRST point that needs to be in place to prevent relaying. RELAYCLIENT overrides the rcpthosts file, it does not replace it. On Wed, 6 Jan 1999, Roger O. Svenning wrote: > I installed tcpserver for use with qmail 1.03 yesterday so > I could allow and

Tcpserver quiz

1999-01-06 Thread Roger O. Svenning
I installed tcpserver for use with qmail 1.03 yesterday so I could allow and restrict relaying. (According to the instrucions in FAQ 5.4) After setting up the tcp.smtp file and rebuilding the cdb, mail relaying worked ... for everyone :) I tried to just make a test tcp.smtp with the following con