preventing local delivery

2001-05-24 Thread David Young
What is the proper way to configure qmail so it does not attempt local delivery, even when a specific host is given in the email address? For example, if mail is sent to [EMAIL PROTECTED], I want it to actually be delivered to [EMAIL PROTECTED] (or [EMAIL PROTECTED]). I thought the proper way to

Re: how to send attaching in qmail using perl

2001-04-23 Thread David Young
it works fine. now, i want to know how to make this script send attachments. This is Perl question, not a qmail question. You probably want to use the MIME::Lite perl package. If you don't understand why you'd use this package, then http://pages.prodigy.net/michael_santovec/decode.htm is a good

Re: ScanMail Message: To Recipient virus found and action taken.

2001-04-23 Thread David Young
ScanMail is broken. Only about 1/3 are from ScanMail. And I'm not sure it's behavior is so broken... if you detect a virus from a list, is it better/worse to flood the list with warnings that the virus was found, or remain silent and risk more users flooding the list with more viruses? Either

Re: aliases issue !!!

2001-04-21 Thread David Young
Could he do something like use a .qmail file to pipe the message into a script that would examine headers and then only deliver if the message was from the local domain? I guess that the headers could be forged easily enough to get around this, but at least if could be a plausible attempt.

Re: store and forward incoming e-mail

2001-04-19 Thread David Young
do i need infront of email? My goodness, do you read the other posts on this list? This was answered just today: On 19 Apr 2001 Kris Kelley wrote: The ampersand is optional if the address begins with a letter or number, as it does in this case. "man dot-qmail"

Re: store and forward incoming e-mail

2001-04-19 Thread David Young
i just joined that list Huh? http://lists.omnipotent.net/qmail/200104/msg00039.html if you don't want to bothered unsubscribe from this list.. I thought I was pretty nice. I mean, I gave you the answer, and I didn't use a single swear word, call you any names, or do anything to imply you

Re: i just cant get it to work....

2001-04-18 Thread David Young
Are you sure you have the right IP range in your /etc/tcp.smtp? When we initially set qmail up, we put 192.168.254. in our /etc/tcp.smtp, but forgot that all our clients were actually going out through the firewall, so their IP wasn't 192.168 anymore. Stupid. Look in your smptd log

Re: qmail with ldap

2001-04-18 Thread David Young
http://www.lifewithqmail.com/ldap/ From: "Patrick Wayne Tan" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 19 Apr 2001 09:53:46 +0800 To: "qmail" [EMAIL PROTECTED] Subject: qmail with ldap Hi! I couldn't find this in the FAQs. Is it possible to implement qmail with ldap?

Re: TCPServer Error

2001-04-17 Thread David Young
From: Martin Marconcini [EMAIL PROTECTED] warning: dropping connection, unable to run /var/qmail/bin/qmail-smtpd: exec format error That would imply to me that the syntax of the "exec" command in your run script is wrong. If I run /var/qmail/supervise/run manually it seems to start w/no

Re: smtp auth problems

2001-04-17 Thread David Young
It is working. Authenticating is OPTIONAL, otherwise, how would the rest of the internet ever deliver mail to you? From: Lars Kirchhoff [EMAIL PROTECTED] Organization: IEB Reply-To: Lars Kirchhoff [EMAIL PROTECTED] Date: Tue, 17 Apr 2001 20:05:40 +0200 To: [EMAIL PROTECTED] Subject: smtp

Re: /var/spool/mail/rizwan

2001-04-16 Thread David Young
From: Charles Cazabon [EMAIL PROTECTED] Rizwan [EMAIL PROTECTED] wrote: how do i configure qmail to deliver mail to /var/spool/mail/username_file. Read the qmail documentation. Dan has instructions for /var/spool/mail delivery. Specifically, in the source, look at the file INSTALL.vsm.

Re: Relay test on abuse.net

2001-04-16 Thread David Young
Take a look at this -- be sure to look at the two "Follow-Ups" to the mesage: http://lists.omnipotent.net/qmail/200010/msg00817.html From: "Jairo Marciano Silva" [EMAIL PROTECTED] Date: Mon, 16 Apr 2001 13:37:11 -0300 To: [EMAIL PROTECTED] Subject: Relay test on abuse.net My server

Re: Maildir (dir) to file for /var/mail/$USR (Inbox) [imapd]

2001-04-15 Thread David Young
Could you share with us how to properly setup the client? From: "Tim Hunter" [EMAIL PROTECTED] Date: Sun, 15 Apr 2001 12:19:45 -0400 To: [EMAIL PROTECTED] Subject: Re: Maildir (dir) to file for /var/mail/$USR (Inbox) [imapd] Comments about Courier-IMAP. (note. I am biased for

Re: Maildir (dir) to file for /var/mail/$USR (Inbox) [imapd]

2001-04-15 Thread David Young
d] http://inter7.com/courierimap/README.imap.html - Original Message - From: "David Young" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 15, 2001 1:15 PM Subject: Re: Maildir (dir) to file for /var/mail/$USR (Inbox) [imapd] Could you share with us how to properly setup the client?

Re: reality check not working (was: smtp and pop not working)

2001-04-14 Thread David Young
Robin S. Socha, Bastard Consultant From Hell http://socha.net/ You're not kidding, huh? Your response to Al has nothing to do with qmail. There is enough traffic without this sort of nonsense. Please keep your flames off the list.

Re: qmail-pop3d and supervise

2001-04-14 Thread David Young
From: "Rehan Zaidi" [EMAIL PROTECTED] This is the same thing as I have in the /var/qmail/supervise/qmail-pop3d/run script... What if you run the /var/qmail/supervise/qmail-pop3d/run script from the command line? Maybe there is a syntax error in there? Is there anything in the logs? Also,

Re: outlook and outlook express

2001-04-11 Thread David Young
http://www.faqts.com/knowledge_base/view.phtml/aid/1167 http://www.faqts.com/knowledge_base/view.phtml/aid/1222 From: "Robin" [EMAIL PROTECTED] Date: Tue, 10 Apr 2001 16:25:56 -1000 To: [EMAIL PROTECTED] Subject: outlook and outlook express Hello everyone, We have recently changed to

Re: Some mail is getting to qmail, some others aren't

2001-04-10 Thread David Young
Those errors have nothing to do with your domain. They mean that the PC from where you did the nslookup has it's DNS server set to 206.111.47.3, and it is unable to reverse-lookup that 206.111.47.3 to a hostname. After complaining about that, it goes on to happily and correctly lookup the MX for

Re: Removing inetd (now smtp/tcpserver prob)

2001-04-10 Thread David Young
Well, exec is in /var/qmail/supervise/qmail-smtpd/run Have you double checked the syntax in this file? What exactly does it look like? From: Martin Marconcini [EMAIL PROTECTED] Date: Tue, 10 Apr 2001 04:10:47 -0300 To: Tim Legant [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Removing

smtpd not accepting some messages

2001-04-05 Thread David Young
We just put qmail in production use. All our clients are running Outlook, and most work fine. However some are unable to send mail if their SMTP server is set to the INSIDE interface of our mail server. If we change their SMTP server to the outside interface (ie, they go through the firewall)

Re: Mailing from script

2001-04-04 Thread David Young
And NO, you're not trying to pass the recip on the command line. Your're passing it on STDIN. I still don't understand your logic here -- script.pl [EMAIL PROTECTED] sent mail to [EMAIL PROTECTED] -- but that's not really relevant to this list, so don't worry about it. You are talking

Re: imap and Maildir

2001-04-02 Thread David Young
What IMAP server? From: "alexus" [EMAIL PROTECTED] Date: Mon, 2 Apr 2001 02:07:44 -0400 To: [EMAIL PROTECTED] Subject: imap and Maildir i start using qmail and I'm using Maildir i was able to make my imap to understand Maildir now i need imap to recognize Maildir as a inbox instead

Re: imap and Maildir

2001-04-02 Thread David Young
Did you install the UW Maildir patch? From: "alexus" [EMAIL PROTECTED] Date: Mon, 2 Apr 2001 02:55:43 -0400 To: "David Young" [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: imap and Maildir the one that comes with pine package.. i'd assume uw-imapd bash-2.04$

PAM-enabled checkpassword?

2001-03-29 Thread David Young
Is there a PAM-enabled checkpassword? www.qmail.org has a link to a patch for checkpassword-0.81, but the only version available now seems to be checkpassword-0.90.

Re: SOMEONE GET ME OFF THIS LIST

2001-01-29 Thread David Young
Title: Re: SOMEONE GET ME OFF THIS LIST >From http://www.lifewithqmail.org/lwq.html#support To specify a subscription/unsubscription address, say [EMAIL PROTECTED], send the message to: * listname[EMAIL PROTECTED] From: Medi Montaseri [EMAIL PROTECTED] Organization: PrePass Reply-To: [EMAIL