about users/assign

1999-05-04 Thread Yessure
Hi, I am writing a web mail system based on qmail. For the security reason,i am using users/assign(and hash table users/cdb) instead of system /etc/passwd and /etc/shadow. It works fine. But the problem is, if there is 10 or more users can it works fine still? I know users/cdb is an

Re: about users/assign

1999-05-04 Thread Dave Sill
Yessure [EMAIL PROTECTED] wrote: I am writing a web mail system based on qmail. For the security reason,i am using users/assign(and hash table users/cdb) instead of system /etc/passwd and /etc/shadow. It works fine. But the problem is, if there is 10 or more users can it works fine

why csh?

1999-05-04 Thread Marlon Anthony Abao
hello, am running qmail as follows : /bin/csh -cf '/usr/local/bin/supervise /var/run/qmail /var/qmail/rc ' but why csh? why not use the default shell (in my case, bash)? just wondering... -marlon

Re: why csh?

1999-05-04 Thread Dave Sill
Marlon Anthony Abao [EMAIL PROTECTED] wrote: am running qmail as follows : /bin/csh -cf '/usr/local/bin/supervise /var/run/qmail /var/qmail/rc ' but why csh? why not use the default shell (in my case, bash)? just wondering... Bash will work, too. Dan recommends csh

Re: Capture domains

1999-05-04 Thread Anand Buddhdev
On Tue, May 04, 1999 at 12:43:59PM +0100, Tom Furie wrote: I'm assuming you're talking about qmail-smtpd here. Hello, Okay, so I can set qmail to accept and queue mail for 'user@domain'. How do I allow mail to '[EMAIL PROTECTED]' to be captured by the same queue? Is there some wildcard I

Re: Capture domains

1999-05-04 Thread Dave Sill
"Tom Furie" [EMAIL PROTECTED] wrote: Okay, so I can set qmail to accept and queue mail for 'user@domain'. Good for you. :-) How do I allow mail to '[EMAIL PROTECTED]' to be captured by the same queue? What do you mean by "the same queue"? There's only one queue per qmail installation. Can't

qmail and smtp error messages

1999-05-04 Thread Jason
im running qmail 1.03 on a redhat 6.0 machine and was formerly running qmail 1.01 on redhat 5.2.. ive got a "dedicated" dial-up connection to the internet with dynamic dns to register my hostname (welsh.dynip.com) i can send and receive smtp mail just fine except to a few domains..

EZMLM

1999-05-04 Thread Julian L.C. Brown
Would someone be so kind as to write out quick and dirty instructions of how to set up a mail list. I have compiled / installed EZMLM but the instructions are for single domain machines and I have multiple domains. It's only 5 lines or so so if you one of you could do that for me I would

Re: qmail and smtp error messages

1999-05-04 Thread Timothy L. Mayo
The dynamic DNS registration is only mapping your forward lookup (name-IP). I believe the problem is that AOL and mindspring are doing reverse lookups (IP-name) which of course return the fact that you are sending from a dialup IP from sprint.net. The simple fix is to use Sprints SMTP server as

Re: qmail and smtp error messages

1999-05-04 Thread Dave Sill
Jason [EMAIL PROTECTED] wrote: [EMAIL PROTECTED]: Connected to 207.69.200.126 but sender was rejected. Remote host said: 550-MindSpring mail servers are unable to deliver this e-mail. 550-Please contact your Internet Service Provider to find out how 550-to send e-mail using the proper SMTP

Re: 'To:' header missing, mail not delivered

1999-05-04 Thread Sam
James McGlinn writes: When I tell their forms to send the email to my account with another ISP, the header of the email has no 'To:' field, but the 'Received' fields all end with: To: headers have absolutely nothing to do with a message's sender or list of recipients, and is completely

'To:' header missing, mail not delivered

1999-05-04 Thread James McGlinn
If anyone can help me with this it would be greatly appreciated: I can receive mail from users at InterNIC without problems, however mail automatically generated by their Domain Modification forms is causing problems with Qmail. The only difference in the two types of messages appears to be

qmail Digest 4 May 1999 10:00:01 -0000 Issue 630

1999-05-04 Thread qmail-digest-help
qmail Digest 4 May 1999 10:00:01 - Issue 630 Topics (messages 25152 through 25179): procmail-~/Maildir 25152 by: [EMAIL PROTECTED] Aliases and vchkpw 25153 by: Stefan Osterman [EMAIL PROTECTED] need help - the client cannot download mail 25154 by: Anand Buddhdev

Re: Next version of qmail?

1999-05-04 Thread Anand Buddhdev
On Tue, May 04, 1999 at 06:51:33AM -, John Conover wrote: No. You'll see it when Dan decides to release it, and he won't give us any schedules. Is there a planned target date for the next release of qmail? Thanks, John -- System Administrator See complete headers for

Re: EZMLM

1999-05-04 Thread Russell Nelson
Julian L.C. Brown writes: Would someone be so kind as to write out quick and dirty instructions of how to set up a mail list. I have compiled / installed EZMLM but the instructions are for single domain machines and I have multiple domains. It's only 5 lines or so so if you one of you

Re: Change the default inbox

1999-05-04 Thread Anand Buddhdev
On Mon, May 03, 1999 at 03:46:07PM -0500, S P Arif Sahari Wibowo wrote: Change your qmail-start invocation and set aliasempty to ./.INBOX, like this: exec env - PATH="/usr/local/qmail/bin:$PATH" \ qmail-start ./.INBOX splogger qmail Hi! Is it possible to have the default inbox not

Re: Read flag on message.

1999-05-04 Thread Sam
Andy Walden writes: What marks a message as read or new? I'm trying to reinstate the "You have new Mail" when people login and figured I would write a program to do it since I couldn't find one. I also need a program to just list new mail headers. Does anyone know the flag that gets set to

Re: Read flag on message.

1999-05-04 Thread Andy Walden
Andy Walden writes: What marks a message as read or new? I'm trying to reinstate the "You have new Mail" when people login and figured I would write a program to do it since I couldn't find one. I also need a program to just list new mail headers. Does anyone know the flag that

Re: Read flag on message.

1999-05-04 Thread Chris Johnson
On Tue, May 04, 1999 at 11:49:09AM -0500, Andy Walden wrote: Andy Walden writes: What marks a message as read or new? I'm trying to reinstate the "You have new Mail" when people login and figured I would write a program to do it since I couldn't find one. I also need a program

Re: Read flag on message.

1999-05-04 Thread Dave Sill
Andy Walden [EMAIL PROTECTED] wrote: I use maildirs, but I don't see what you are refering to on the man page. How about: Each file in new is a newly delivered mail message. And: Files in cur are just like files in new. The big difference is that files in cur are no longer new

Re: Read flag on message.

1999-05-04 Thread Andy Walden
Andy Walden [EMAIL PROTECTED] wrote: I use maildirs, but I don't see what you are refering to on the man page. How about: Each file in new is a newly delivered mail message. And: Files in cur are just like files in new. The big difference is that files in cur are no

Re: Read flag on message.

1999-05-04 Thread Dave Sill
Andy Walden [EMAIL PROTECTED] wrote: Except that using pine and mbox2maildir, the messages never hit the current directory and still maintain a read or unread flag. Sounds like mbox2maildir is broken, then. Pine uses the Status header field, as Sam said, in the mbox format mailbox. mbox2maildir

Re: EZMLM

1999-05-04 Thread Julian L.C. Brown
Assuming that you send your virtualdomains into alias-example ezmlm-make ~alias/list ~alias/.qmail-example-list list example.com Then modify ~alias/list/inlocal so it says "alias-example-list". Let me try to explain my setup. It's custom, not out of the box .. I really appreciate your help.

Qpopper?

1999-05-04 Thread John Gonzalez/netMDC admin
It appears that Qpopper has released a public beta and i missed the announcement. Is anyone out there running it? Good/bad, any exploits that are known, etc? ___ _ __ _ __ /___ ___ /__ John Gonzalez/Net.Tech __ __ \ __ \ __/_ __

Re: Read flag on message.

1999-05-04 Thread Andy Walden
I guess when its being converted from maildir to mbox its not maildir anymore. So status was the answer I was looking for. Thank you. andy -- --- Andy WaldenWork Email: [EMAIL PROTECTED] Network

Re: EZMLM

1999-05-04 Thread aram
Assuming you used Paul Gregg's 'Single-UID based POP3 box HOWTO' for [EMAIL PROTECTED] try: ezmlm-make ~popuser/domain-com/list ~popuser/domain-com/list/.qmail \ list domain.com chown -R popuser.popuser ~popuser/domain-com/list Aram On Tue, May 04, 1999 at 02:12:42PM -0400, Julian L.C. Brown

Re: EZMLM

1999-05-04 Thread Julian L.C. Brown
At 11:49 AM 5/4/99 -0700, [EMAIL PROTECTED] wrote: Assuming you used Paul Gregg's 'Single-UID based POP3 box HOWTO' for [EMAIL PROTECTED] try: ezmlm-make ~popuser/domain-com/list ~popuser/domain-com/list/.qmail \ list domain.com chown -R popuser.popuser ~popuser/domain-com/list This works

Acting as a middleman

1999-05-04 Thread Brett Borger
Hi there. Just as a warning, I'm new to the list, and have a question. I tried to check the FAQ and archives for the answer, but my lack of mailer-term knowledge stimied me. So, apologies if this question was asked before, but I don't know how to describe it. First, some background: We run

Re: Read flag on message.

1999-05-04 Thread Sam
Andy Walden writes: Andy Walden [EMAIL PROTECTED] wrote: I use maildirs, but I don't see what you are refering to on the man page. How about: Each file in new is a newly delivered mail message. And: Files in cur are just like files in new. The big difference

Re: Acting as a middleman

1999-05-04 Thread Scott Schwartz
Brett Borger [EMAIL PROTECTED] writes: | BTW, we attempted to simply "point" as we did before, but the mail did | not deliver. I'm afraid I don't have the log entries on hand, ... Unfortunately, qmail-smtpd does not *make* any log entries. This is a huge defect, as you can see. You'll have to