SMTP Authentication

1999-09-01 Thread nsaravanan
Hi We have Installed Qmail and configured . It is Working fine. Now we need to Authenticate SMTP connections. How to go about? Is there any way to authenticate using unix password /etc/passwd While I was going through archives I saw SMTP authentication using RADIUS. Please give the detail

Re: Fact: Hotmail routes their email through the internet!

1999-09-01 Thread Sam
Magnus Bodin writes: > > Since we've discussed hotmail here before as they use qmail for the > secure part of their service (the outgoing mail), I just felt > that I had to share this utterly stupedious quote from yesterdays > Manchester Guardian: > > > "Email sent throught Hotmail differs fr

Fact: Hotmail routes their email through the internet!

1999-09-01 Thread Magnus Bodin
Since we've discussed hotmail here before as they use qmail for the secure part of their service (the outgoing mail), I just felt that I had to share this utterly stupedious quote from yesterdays Manchester Guardian: "Email sent throught Hotmail differs from most others emails because it is

Re: Mail.com blacklisting

1999-09-01 Thread Scott D. Yelich
-BEGIN PGP SIGNED MESSAGE- On Wed, 1 Sep 1999, Sam wrote: > "Beautiful boundaries between the different handler programs" sounds nice > in principle. In practice, however, sooner or later you reach the point > where further modularization adds nothing of value, but increases > obfuscat

Re: Mail.com blacklisting

1999-09-01 Thread Sam
David Harris writes: > > You can just do some "simple checking".. there's too much complexity in the way > that qmail handles the mail. Yes, you could toss all of this functionality into > qmail-smtpd, but then you break down the beautiful boundaries between the > different handler programs. I t

Re: How to queue messages for later delivery

1999-09-01 Thread Marco Leeflang
i use the holdremote patch for this and use a little script  started by cron look at :  qmail holdremote patch Filippos Slavik wrote: Hello, I'm searching the archives of the qmail list, but I can't find the correct answer. My problem is the following: I want my smtp server, which delivers my m

Re: Lobby mail.com

1999-09-01 Thread Russell Nelson
David Harris writes: > Test number seven on the http://maps.vix.com/tsi/new-rlytest.cgi (which you > cite as your reason for blocking this mail server) is fatally flawed. So are tests 6, 10, 12, 16, and 17. All of them presume a certain interpretation of the local part of the address -- an int

Re: Lobby mail.com

1999-09-01 Thread Russell Nelson
David Harris writes: > > On Thu Jul 15, we received a high volume of traffic from 206.246.140.165 > > (iq-ss5.iquest.net). Specifically, we got 472 messages in an hour. If you > > check http://maps.vix.com/tsi/new-rlytest.cgi?ADDR=iq-ss5.iquest.net you > > will see that this machine is an open

How to queue messages for later delivery

1999-09-01 Thread Filippos Slavik
Hello, I'm searching the archives of the qmail list, but I can't find the correct answer. My problem is the following:   I want my smtp server, which delivers my mails through big.isp smtp (** i use /var/qmail/control/smtproutes**), to queue all outgoing messages and try make a smtp connecti

Lobby mail.com

1999-09-01 Thread David Harris
Hi, I know there are a _bunch_ of mail administrators out there on this list, and we have worked very hard to create secure installations of qmail so that our machines will not be abused for spamming. By blocking a mail server based on a flawed test mail.com poses a threat to the Internet and (ev

Re: The word from Mail.com

1999-09-01 Thread Adam D . McKenna
On Wed, Sep 01, 1999 at 04:49:40PM -0400, Soffen, Matthew wrote: > It looks to me that many machines running qmail will die on test 6. > > I tried my personal email server, one I do consulting for, the one at > abuse.net, and muncher.math.uic.edu. It looks like all of them fail at > Test 6. > >

RE: The word from Mail.com

1999-09-01 Thread Soffen, Matthew
It looks to me that many machines running qmail will die on test 6. I tried my personal email server, one I do consulting for, the one at abuse.net, and muncher.math.uic.edu. It looks like all of them fail at Test 6. However when I ran the test on vix's mailer, it passed all the tests. The only

.qmail-ext deliver to recepient and another maildir

1999-09-01 Thread Stephen C. Comoletti
I know this has been asked before, however I've been unable to find it in the archives. I need to be able to deliver incomming mail for user A to the maildir for both user A and user B. I've tried a few things with the .qmail-A file, and ended up with a few mail loops and undeliverable errors. An

Re: The word from Mail.com

1999-09-01 Thread Justin Bell
On Wed, Sep 01, 1999 at 12:44:22PM -0700, Ben Kosse wrote: # > > From: "Mail.com Abuse" <[EMAIL PROTECTED]> # > > Date: Tue, 31 Aug 1999 22:09:54 -0400 # > > To: Justin Bell <[EMAIL PROTECTED]> # > > Subject: Re: blacklisted? # > > # > > Justin # > > # > > On Thu Jul 15, we received a high volum

Re: The word from Mail.com

1999-09-01 Thread Justin Bell
On Wed, Sep 01, 1999 at 01:22:32PM -0400, Russell Nelson wrote: # A friend with some clout contacted mail.com and reports: # # > They claim that they do not block based on relaytest, but they do refer to it # > and some people may mistakenly believe that's the reason. # # So there you have it.

Re: Mail.com blacklisting

1999-09-01 Thread Einar Bordewich
We build the virtualuserdomains,locals,rcpthosts and assign file from an Informix SQL database that we authenticate the users against. It's an easy match to generate a list of legal addresses that qmail-smtpd could check against. Anyway I think the database should be build from assign and virt

The word from Mail.com

1999-09-01 Thread Russell Nelson
A friend with some clout contacted mail.com and reports: > They claim that they do not block based on relaytest, but they do refer to it > and some people may mistakenly believe that's the reason. So there you have it. If you're being blocked by Mail.com, it's not because you failed rlytest b

RE: Mail.com blacklisting

1999-09-01 Thread David Harris
Sam [mailto:[EMAIL PROTECTED]] wrote: > Russ Allbery writes: > > Doesn't Postfix also behave in the same way? Seems to me that pretty much > > any MTA whose port 25 listener is running unprivileged is going to have > > the same problem > > getpwnam() will tell you if a userid is valid, or not, n

Re: Mail.com blacklisting

1999-09-01 Thread Einar Bordewich
I'm very interested in this issue, specially since we recently started to check request to our mailservers against rbl.maps.vix.com and relays.orbs.org. I've missed that functionality in qmail to reject the user in the first session attempt, and not to mention all the bounces. Please let me kn

Re: Mail.com blacklisting

1999-09-01 Thread Sam
Russ Allbery writes: > Doesn't Postfix also behave in the same way? Seems to me that pretty much > any MTA whose port 25 listener is running unprivileged is going to have > the same problem I don't think so. getpwnam() will tell you if a userid is valid, or not, no matter what userid you're ru

Re: stack execution?

1999-09-01 Thread Russ Allbery
Fred Backman <[EMAIL PROTECTED]> writes: > Does qmail (1.00) execute any code on the stack? Not on Solaris, at least. I've been running qmail for quite some time with executable stack turned off and haven't seen any trouble. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~ea

Re: Mail.com blacklisting

1999-09-01 Thread Russ Allbery
Sam <[EMAIL PROTECTED]> writes: > The problem is not relay checking per se, but the real problem is that > qmail-smtpd does not check whether the local address is valid, before > accepting the message. Doesn't Postfix also behave in the same way? Seems to me that pretty much any MTA whose port

Cyrus deliver w/ wildcards in QMail

1999-09-01 Thread Angus Robertson
Hey, Anyone know how I could deliver to Cyrus-IMAP using wildcards? Is this the right approach, or is there a better way? - /var/qmail/control/virtualdomains: mail.foo.com:mail-foo-com /var/qmail/users/assign: =mail-foo-com-fred:cyrus:100:10:/qmail-cyrus::: . /qmail-cyrus/.qmail: |preli

qmail-pop3d

1999-09-01 Thread Philip Jocks
I want to run qmail-pop3d under tcpserver and when i try to fetch mail from qmail-pop3d, i get the message "-ERR unable to scan $HOME/Maildir" can someone tell me, which qmail-user tries to access the Maildir, or what else i could have forgot? Thanks! Philip Jocks Q-Seven Systems

Re: Mail.com blacklisting

1999-09-01 Thread David Dyer-Bennet
Jay D. Dyson <[EMAIL PROTECTED]> writes on 31 August 1999 at 19:47:44 -0700 > -BEGIN PGP SIGNED MESSAGE- > > On Tue, 31 Aug 1999, Justin Bell wrote: > > > OK, so Mail.com and all it's domains have in their infinite wisdon have > > decided to blacklist me due to the fact that > >

Re: tcpserver

1999-09-01 Thread Anand Buddhdev
On Wed, Sep 01, 1999 at 09:28:52AM -0400, Daniluk, Cris wrote: >What is the max connections you can set for tcpserver? Currently we >are running about 500, but we are going to turn it up to 1000 today to >increase performance. Does tcpserver have any objections to this? >Also, p

tcpserver

1999-09-01 Thread Daniluk, Cris
Title: tcpserver What is the max connections you can set for tcpserver? Currently we are running about 500, but we are going to turn it up to 1000 today to increase performance. Does tcpserver have any objections to this? Also, perhaps foremost, from a scalability standpoint--will it hit a per

RE: email postage

1999-09-01 Thread Daniluk, Cris
Title: RE: email postage "Back in the day," most services charged for email by the line. I remember on a few systems (Compuserve being one) they started to let you have the subject line for free. To exploit their generosity, we would type our entire email messages in the subject line. Not very

Re: Absolutely no bouncing...

1999-09-01 Thread Stefan Paletta
Jaye Mathisen wrote/schrieb/scribsit: > I want to deliver to a program, but regardless of whether or not the > program exists, is executable, or accessible, or crashes, or whatever, I > don't want any kind of bounce message returning. It should be sufficient to do an "exit 0" after your program

Re: Qmail Null??

1999-09-01 Thread Tomasz Papszun
On Tue, 31 Aug 1999 at 7:58:38 -0400, [EMAIL PROTECTED] wrote: > > can anyone shed a bit of light on why I would get the following error while > trying to send mail through my Qmail SMTP server from an SMTP client- "SMTP > ERROR- Server responded (NULL) Contact your network admin for assistance.

Re: stack execution?

1999-09-01 Thread
Fred Backman ([EMAIL PROTECTED]) wrote: : Does qmail (1.00) execute any code on the stack? It is an OS issue if stack pages are marked executable. Normal user-land programs don't get a say in this. Your OS might or might not execute code on the stack, but regardless, it doesn't involve qmail co

qmail Digest 1 Sep 1999 10:00:00 -0000 Issue 746

1999-09-01 Thread qmail-digest-help
qmail Digest 1 Sep 1999 10:00:00 - Issue 746 Topics (messages 29640 through 29692): control/databytes meaning 29640 by: [EMAIL PROTECTED] 29642 by: Vince Vielhaber <[EMAIL PROTECTED]> 29647 by: [EMAIL PROTECTED] 29649 by: Vince Vielhaber <[EMAIL PROTECTED]>

Re: inetd or tcpserver or xinetd?

1999-09-01 Thread Marco Leeflang
use tcpserver, its secure fast etc. etc. for heavy smtp traffic don't use inetd which disables services for a while when the load on that service is high. marco leeflang Fred Backman wrote: > I've search through the qmail website and mailing list, but only grown > more confused, so here goes: >

stack execution?

1999-09-01 Thread Fred Backman
Does qmail (1.00) execute any code on the stack?