Adding CR to bare LFs

2000-11-18 Thread Casey Allen Shobe
Hi there, I run a webmail service, and am having some trouble. It appears that not all web browsers send CRLF, but instead send LF only when I compose (this is the fault of the widget used for entering email). Both Netscape 6 for Linux and Konqueror 2 have this problem, as well as a bundle of

Re: secrets and lies

2000-11-18 Thread Adam McKenna
On Fri, Nov 17, 2000 at 10:43:50PM -0500, Al wrote: > Don't care. What I care about is what the words mean in an actual language. > In this case English. I do not recognize OSI as a standards body and do not > care what definition of Open Source can be found at opensource.org or the > FSF. When I

Re: secrets and lies

2000-11-18 Thread Andre Oppermann
Mate Wierdl wrote: > > On Wed, Nov 15, 2000 at 08:48:31AM +0100, Andre Oppermann wrote: > > Another possible qmail attack is it's late bouncing for non-existent > > users. Using a false envelope sender address you could fill up the > > queue with double bounces. I consider this a more serious pro

qmail Digest 18 Nov 2000 11:00:01 -0000 Issue 1187

2000-11-18 Thread qmail-digest-help
qmail Digest 18 Nov 2000 11:00:01 - Issue 1187 Topics (messages 52371 through 52435): QRECEIPT 52371 by: Daniel POGAC Re: secrets and lies 52372 by: D. J. Bernstein 52407 by: Mate Wierdl 52412 by: Russell Nelson 52413 by: Russell Nelson 52414

qmail-smtp slow!

2000-11-18 Thread Gan
Hello, I'm using qmail for several domains for relaying , i went into trouble since few days ago when i moved my server to another network , the thing is when i'm telneting to smtp port of my server there is a latency (more than 30 sec) before qmail answers me 220 xyz.xom ESMTP the only thing

Re: qmail-smtp slow!

2000-11-18 Thread Angel Krustev
Do you have a firewall betwin your host and SMTP server? Angel - Original Message - From: Gan <[EMAIL PROTECTED]> To: Qmail mailing list <[EMAIL PROTECTED]> Sent: Saturday, November 18, 2000 1:55 PM Subject: qmail-smtp slow! > Hello, > > I'm using qmail for several domains for relay

Using /var/spool/mail/$USER

2000-11-18 Thread Jon
Hi, I am trying to install qmail, it installed ok and started fine. I want all mail to be delivered to /var/spool/mail/$USER, so I used this rc script - #!/bin/sh # Using splogger to send the log through syslog. # Using binmail to deliver messages to /var/spool/mail/$USER by default. # Using S

Re: qmail-smtp slow!

2000-11-18 Thread Gan
no ! server has only global IP address Angel Krustev wrote: > Do you have a firewall betwin your host and SMTP server? > > Angel > > - Original Message - > From: Gan <[EMAIL PROTECTED]> > To: Qmail mailing list <[EMAIL PROTECTED]> > Sent: Saturday, November 18, 2000 1:55 PM > Subject: qma

Re: qmail-smtp slow!

2000-11-18 Thread Stanislav Grozev
On Sat, Nov 18, 2000 at 10:14:21PM +0900, Gan wrote: > > > > > Hello, > > > > > > I'm using qmail for several domains for relaying , i went into trouble > > > since few days ago when i moved my server to another network , the thing > > > is when i'm telneting to smtp port of my server there is a

Re: qmail-smtp slow!

2000-11-18 Thread Philippe Lagente
I agree, it's probably a DNS problem. Check your DNS connectivity with nslookup commands. Stanislav Grozev wrote: > On Sat, Nov 18, 2000 at 10:14:21PM +0900, Gan wrote: > > > > > > > Hello, > > > > > > > > I'm using qmail for several domains for relaying , i went into trouble > > > > since fe

Re: qmail-smtp slow!

2000-11-18 Thread Gan
I also thought about DNS , server's resolv.conf looks for DNS server on another network, what whould be the exact problem with DNS? Philippe Lagente wrote: > I agree, it's probably a DNS problem. > > Check your DNS connectivity with nslookup commands. > > Stanislav Grozev wrote: > > > On Sat, No

Re: qmail-smtp slow!

2000-11-18 Thread Gan
Here is my qmail-smtpd run script ( as in Life With Queue Mail): #!/bin/sh QMAILDUID=`id -u qmaild` NOFILESGID=`id -g qmaild` exec /usr/local/bin/softlimit -m 200 \ /usr/local/ucspi-tcp/bin/tcpserver -c 128 -v -H -R\ -u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/ucspi-tcp/bin/rbl

Re: secrets and lies

2000-11-18 Thread Russell Nelson
Ian Lance Taylor writes: >From: "Al" <[EMAIL PROTECTED]> >Date: Fri, 17 Nov 2000 22:43:50 -0500 > >Don't care. What I care about is what the words mean in an actual language. Oh, so "Microsoft" means small software? And "Ian Lance Taylor" is someone who sews with a really long n

[Announce] oMail-webmail 0.95pre1 released!

2000-11-18 Thread Olivier M.
Bonjour! A prerelease of oMail-webmail 0.95 is ready to be downloaded! Main changes since last release in May 2000: * added spanish [rp] * added danisk [te] * patch for References: & In-Reply-To: fields support [sk] * added support for Japanese (big patch) [sk]

Re: qmail-smtp slow!

2000-11-18 Thread Chris Johnson
On Sat, Nov 18, 2000 at 11:37:32PM +0900, Gan wrote: > Here is my qmail-smtpd run script ( as in Life With Queue Mail): > > > #!/bin/sh > QMAILDUID=`id -u qmaild` > NOFILESGID=`id -g qmaild` > exec /usr/local/bin/softlimit -m 200 \ > /usr/local/ucspi-tcp/bin/tcpserver -c 128 -v -H -R\ >

Re: Temporary long delay (Qmail and Real -Time )

2000-11-18 Thread Chris Johnson
On Fri, Nov 17, 2000 at 12:43:55PM +0600, Kornyakov Yevgeniy wrote: > I have strange delay -- > If clients (or other servers) d't use my > SMTP server during 10 (or more) minutes > appear timaut about 1 min. > After this timeout all working OK - without > some timeout till next pause from work SMT

Virtual Domains

2000-11-18 Thread Chris Olson
Hi all, I tyring to get qmail to recognize a virtual domain. In /var/qmail/contol/virtualdomains I have: astcomm.net:chris This should make me the owner of the domain, and mail sent to [EMAIL PROTECTED] should be routed to my mailbox. I have a /home/chris/.qmail-default to catch all possibliti

Re: Virtual Domains

2000-11-18 Thread Chris Johnson
On Sat, Nov 18, 2000 at 10:39:21AM -0600, Chris Olson wrote: > I tyring to get qmail to recognize a virtual domain. > In /var/qmail/contol/virtualdomains I have: > > astcomm.net:chris > > This should make me the owner of the domain, and mail sent to > [EMAIL PROTECTED] should be routed to my mai

Re: Virtual Domains

2000-11-18 Thread Chris Olson
Chris Olson wrote: > I tyring to get qmail to recognize a virtual domain. > In /var/qmail/contol/virtualdomains I have: OOPS! I forgot: 'What Do The Logs Say (TM)' I get deliver 16: sorry: no mailbox here by that name. -- Chris Olson

qmail and /var/spool/mail

2000-11-18 Thread Jon
Hi, Is there any guides to setting up qmail using /var/spool/mail, as all of the ones I have read just show you how to use ./Mailbox which I don't want to do. Any help? Thanks, Jon

RE: secrets and lies

2000-11-18 Thread Al
> -Original Message- > From: Russell Nelson [mailto:[EMAIL PROTECTED]] > Sent: Saturday, November 18, 2000 9:37 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: secrets and lies > > > Ian Lance Taylor writes: > >From: "Al" <[EMAIL PROTECTED]> > >Date: Fri, 17 Nov 2

Re: secrets and lies

2000-11-18 Thread Raul Miller
> > Nope. If it's not free, it's not OSI Certified Open Source Software. > > I'm on the board; you have my personal guarantee that that will > > remain the case as long as I am. On Fri, Nov 17, 2000 at 10:43:50PM -0500, Al wrote: > Don't care. What I care about is what the words mean in an actual

Re: customizable undeliverable email messages

2000-11-18 Thread David Dyer-Bennet
Troy Muller <[EMAIL PROTECTED]> writes on 17 November 2000 at 15:37:16 -0800 > Hi all, > > Being new to qmail, I thought this would be the appropriate place to ask > this question. > > How do I (or can I?) go about handling undeliverable email messages > differently than what is currently

Re: qmail, Mailbox and finger

2000-11-18 Thread Edward S. Marshall
On Sat, 18 Nov 2000, Neil Grant wrote: > now that I have symbolic links in /var/spool/mail pointing to the > /home//Mailbox, finger gives 'finger: /var/spool/mail/: > Permission denied' is there any way aroiund this error? Yes. Replace your finger client and daemon with ones that understand that

Re: secrets and lies

2000-11-18 Thread Michael T. Babcock
Raul Miller wrote: > On Fri, Nov 17, 2000 at 10:43:50PM -0500, Al wrote: > > Don't care. What I care about is what the words mean in an actual > > language. In this case English. > > Oh? And what does "OSI Certified Open Source Software" mean in an actual > language, in this case English? OSI =

Re: secrets and lies

2000-11-18 Thread Andy Bradford
Thus said "Michael T. Babcock" on Sat, 18 Nov 2000 13:41:20 EST: > OSI == "Open Source Initiative" I believe ... That's funny, I always thought that OSI was the _Open Systems Interconnection_ internet model proposed by the ISO. I guess this goes to show that context really does matter. :-) A

Re: Adding CR to bare LFs

2000-11-18 Thread Andy Bradford
Thus said "Casey Allen Shobe" on Sat, 18 Nov 2000 03:30:55 EST: > Hi there, I run a webmail service, and am having some trouble. It appears > that not all web browsers send CRLF, but instead send LF only when I > compose (this is the fault of the widget used for entering email). It has nothin

RE: secrets and lies

2000-11-18 Thread Al
> Oh? And what does "OSI Certified Open Source Software" mean > in an actual > language, in this case English? > It means that the software license conforms to the requirements put forth by the Open Source Initiative, an unincorporated nonprofit entity. [It is a good idea to use the full name b

RBL

2000-11-18 Thread Jon Griffin
Does anyone have a current list of domains to use for RBL that work with rblsmtp. I entered relays.: msci.memphis.edu dialups.mail-abuse.org relays.orbs.org dul.maps.vix.com rbl.maps.vix.com inputs.orbs.org And I still get mail that is ORBS and DUL blocked. Thanks.

qmail build problem under SuSE 7.0

2000-11-18 Thread David Benfell
Hello, I've already got qmail running on a couple machines so I was stunned when I hit this. My employer issued me a laptop. I'm putting qmail on it. So I get to "make setup check" and I get the attached output. I looked in the archive. The only thing I could find that seemed close was for a

Re: qmail build problem under SuSE 7.0

2000-11-18 Thread Jose AP Celestino
The make process fails to find the named (literally) functions. The functions raising the errors are located at the libresolv libs. At my system: /usr/lib/libresolv.so -> /lib/libresolv.so.2 -> /lib/libresolv-2.1.92.so. Hmmm, have you installed the glibc? Of course you have. So where are the li

RE: qmail and /var/spool/mail

2000-11-18 Thread Jose AP Celestino
Do chmod 777 /var/spool/mail chmod +s /var/spool/mail Edit the users .qmail to be /var/spool/mail/$USER (*change* $USER to be the user login) no / at the end or you will have a Maildir not a mailbox. Done. Any permission issues? japc. Jon wrote: >Hi, > >Is there any guides to setting up

Re: qmail build problem under SuSE 7.0

2000-11-18 Thread David Benfell
Thanks Jose, but... On Sat, Nov 18, 2000 at 09:40:42PM +, Jose AP Celestino wrote: > > The make process fails to find the named (literally) functions. The functions > raising the errors are located at the > > libresolv > > libs. At my system: /usr/lib/libresolv.so -> /lib/libresolv.so.2 ->

RE: secrets and lies

2000-11-18 Thread Russell Nelson
Al writes: > It means that the software license conforms to the requirements put forth by > the Open Source Initiative, an unincorporated nonprofit entity. Actually, we're incorporated. Not only that, but we're IRS-501(c)3-compatible. -- -russ nelson <[EMAIL PROTECTED]> http://russnelson.co

Multilog + Courier-imap Question

2000-11-18 Thread luby Gao
I have trouble combine these two. What I have done: 1. install daemontools, qmail and courier-imap successfully (all are newest version) 2. ./run file for courier-imap #!/bin/sh exec /usr/lib/courier-imap/libexec/imapd.rc start 3. ./log/run file #!/bin/sh exec multilog t /var/log/courier-imapd 4.