Re: forwarding mails with self-CC

1999-11-02 Thread Benjamin de los Angeles Jr .
Yup, it's my own address. Thanks, I was just assuming that qmail should deliver nicely with no loop errors, just like what procmail do. Never thought of your solution... ;) On Wed, Nov 03, 1999 at 08:57:43AM +0100, Magnus Bodin wrote: > "auto forwarding of e-mails with CC to myself" > > Is that

Who do I mail to remove myself from this list?

1999-11-02 Thread Miki Shapiro
Who do I mail to remove myself from this list?

QMail aliases with vchkpw (vpopmail)

1999-11-02 Thread Antonio Navarro Navarro
Hello ! How can I add mail aliases to a domain that has been installed using QMail and Vpopmail ? I can add and delete domains and users, but I don't know how to manage aliases... Thanks in advance ! Antonio Navarro Navarro BemarNet Management [EMAIL PROTECTED] http://www.bemarnet.es

Re: forwarding mails with self-CC

1999-11-02 Thread Magnus Bodin
On Wed, Nov 03, 1999 at 03:40:40PM +0800, Benjamin de los Angeles Jr . wrote: > How can I implement auto forwarding of e-mails with CC to myself? > If I put my own email address in .qmail, I get 2 loop errors and > 2 identical e-mails, and the e-mail address where mails should be > forwarded gets

forwarding mails with self-CC

1999-11-02 Thread Benjamin de los Angeles Jr .
How can I implement auto forwarding of e-mails with CC to myself? If I put my own email address in .qmail, I get 2 loop errors and 2 identical e-mails, and the e-mail address where mails should be forwarded gets 2 e-mails with no loop errors. Here's the .qmail file that I have experimented: [EMA

Re: Procmail.

1999-11-02 Thread Bruce Guenter
On Tue, Nov 02, 1999 at 04:48:02PM -0600, eric wrote: > What I have working is ... > > $ cat .procmailrc > PATH=/usr/bin:/usr/sbin:/bin:/sbin > UMASK=077 # umask > DATE=`date +%y%m` # date format > SHELL=/bin/sh

supervise/svscan/and qmail logging

1999-11-02 Thread Robert Wojciechowski Jr.
Hello, I am using the daemontools 0.61, and supervise on qmail, qmail-popup, and qmail-smtpd. Right now, I just start a normal supervise process to watch over those. I wanted to do logging for the qmail-popup and qmail-smtpd daemons, and created an SVC/log dir, set the sticky bit, etc. My qu

Re: General file location questions.

1999-11-02 Thread Markus Stumpf
On Tue, Nov 02, 1999 at 11:12:00PM -0500, Denis Voitenko wrote: > > Because most of the files under the qmail tree are host-specific. > > Obviously, the queue is, but even the binaries are since they have > > UID's built in. > > What does that have to do with the location of files? I run Squid pr

Re: General file location questions.

1999-11-02 Thread Denis Voitenko
> Because most of the files under the qmail tree are host-specific. > Obviously, the queue is, but even the binaries are since they have > UID's built in. What does that have to do with the location of files? I run Squid proxy as a user squid that is a member of squid group. And it is located in

Mailsubj Priority Question..

1999-11-02 Thread Mike
How can I make a message take priority over the ones in the queue. Like a system report ran from cron, I want it to take priority over the 4 messages in the queue with thousands of recipients? I want it to stop what its doing email the report, and then go back to the queue? Any ideas? Thanks,

Re: What is /var/qmail/queue/pid for?

1999-11-02 Thread Andy Bradford
Thus said Dave Sill on Tue, 02 Nov 1999 13:45:20 EST: > The files under queue/pid are empty. qmail-queue moves them to > queue/mess before writing the message to the file. This is all > documented in INTERNALS in the build directory: Thanks for quoting that for me... I could have read that myself

RE: I know i'm stupid

1999-11-02 Thread James Smallacombe
HUP qmail-send On Wed, 3 Nov 1999, [iso-8859-1] Andrés wrote: > The same thing happens to me :-( > > What's the solution? > > > How does one solve this problem (I know i'm an idiot, so don't laugh)... > > > > Hi. This is the qmail-send program at xxx.com. > > I'm afraid I wasn't able to d

Virus check through SMTP

1999-11-02 Thread Victor Regnér
Does anyone know of program that can scan incoming and outgoing mails from viruses? Victor

indent options for djb's code style

1999-11-02 Thread Kimmo Arola
What are the options for GNU indent for reformatting code with djb's style? --Kimmo

RE: I know i'm stupid

1999-11-02 Thread Andrés
The same thing happens to me :-( What's the solution? > How does one solve this problem (I know i'm an idiot, so don't laugh)... > > Hi. This is the qmail-send program at xxx.com. > I'm afraid I wasn't able to deliver your message to the following addresses. > This is a permanent error; I've

RE: qmail and RedHat 6.0

1999-11-02 Thread Andrés
- Original Message - From: <[EMAIL PROTECTED]> To: Andrés Méndez <[EMAIL PROTECTED]> Sent: Tuesday, November 02, 1999 6:45 PM Subject: Re: qmail and RedHat 6.0 > On Tue, Nov 02, 1999 at 03:34:34PM +0100, Andrés Méndez wrote: > > Hello. > > > > I've installed qmail using RPMs in my Linux

Re: Procmail.

1999-11-02 Thread eric
Apparently it is unclear that SOME people need procmail during the migration and the default delivery will be sent to the recipe posted before. jeez ; ; If all you're doing is delivering to $HOME/Maildir, I don't see why you ; need procmail. ; ; ;

Re: Procmail.

1999-11-02 Thread Eric Rahmig
> On Tue, 2 Nov 1999, eric wrote: > > > > Any other ideas are welcome. How about "safecat"? See http://www.nb.net/~lbudney/linux/software/safecat.html, especially the "safecat one-liners" page http://www.nb.net/~lbudney/linux/software/safecat/one-liners.html. Eric -+--

Re: Procmail.

1999-11-02 Thread Mikko Hänninen
eric <[EMAIL PROTECTED]> wrote on Tue, 02 Nov 1999: > MAILDIR=$HOME/Maildir For procmail, $MAILDIR is the default location of mail folders. Typically this is ~/Mail, or ~/mail. You probably do not want it to be pointing to ~/Maildir, unless you plan to having actual mail folders (mbox style or m

solution to procmail filtering and Maildir

1999-11-02 Thread nascheme
Here is a simple program to deliver a message to a maildir folder: http://www.ucalgary.ca/~nascheme/maildir.c You can use a rule like this: :0 | /home/user/bin/maildir incoming Sorry for creating a new thread. I deleted the old thread too quickly. Neil

Re: Procmail.

1999-11-02 Thread eric
Thanks, but we have to make a slow migration for the stupid users. What I have working is ... $ cat .procmailrc PATH=/usr/bin:/usr/sbin:/bin:/sbin UMASK=077 # umask DATE=`date +%y%m` # date format SHELL=/bin/sh

how do I accept mail for a given domain?

1999-11-02 Thread Bill Parker
Hello All, Running qmail v1.03, vpopmail, chkpasswd, tcpserver, etc...mail works well for the primary domain (smtpd/pop3d)...now what I am trying to is is accept mail for a domain foo.com, so if someone sends a mail to [EMAIL PROTECTED], it goes to an actual user in the primary domain. A

RE: Rejecting messages with more than X recipients.

1999-11-02 Thread Michael Boyiazis
At the qmail web site, in the "Yet More Qmail Addons" section there is the following: Michael Samuel has a patch that limits the number of RCPT TO: commands per message via SMTP. Real mailing list software will figure out how to deal w/ the bounce. Spammers generally don't. However, eventua

Procmail.

1999-11-02 Thread eric
Is there anyway to filter thru procmail and then write to a users Maildir ? The "patched" procmail from qmail.org site (and even the RPM) doesn't seem to do anything but deliver to /var/spool/mail/$USER. Thanks.

Flush out the mqueue

1999-11-02 Thread Subba Rao
How do I remove couple of notes in the queue? They have been in the queue for over 2 days. Now that Qmail is working fine, I have many other questions with my configuration. 1. How do I do address rewrite, for each seperate account? Each user on my system has seperate Internet accounts. (Plea

Re: I know i'm stupid

1999-11-02 Thread Gerry Jensen
Perhaps a long shot, but did you restart your qmail after you modified the locals file? Gerry On Tue, 2 Nov 1999, Bill Parker wrote: > How does one solve this problem (I know i'm an idiot, so don't laugh)... > > Hi. This is the qmail-send program at xxx.com. > I'm afraid I wasn't able to

I know i'm stupid

1999-11-02 Thread Bill Parker
How does one solve this problem (I know i'm an idiot, so don't laugh)... Hi. This is the qmail-send program at xxx.com. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : Sorry. Although I'm liste

Thanks, list!

1999-11-02 Thread David Clark
Thanks to Stefan Paletta, Robbie Walker and Dave Sill for their quick responses. Their advice was right on target - I corrected my /var/qmail/rc file and retried the test using valid SMTP, and everything works! Made a quick tweak to fetchmail, and my upgrade from sendmail is complete. Thanks ag

Re: General file location questions.

1999-11-02 Thread Dave Sill
"Denis Voitenko" <[EMAIL PROTECTED]> wrote: >I have been using qmail for quite a while and installed it on a number of >servers. I never understood why does qmail use /var/qmail as it's deafault >directory? What is wrong with /usr/local/qmail ? I know it is fixable and I >could do that, but is th

General file location questions.

1999-11-02 Thread Denis Voitenko
I have been using qmail for quite a while and installed it on a number of servers. I never understood why does qmail use /var/qmail as it's deafault directory? What is wrong with /usr/local/qmail ? I know it is fixable and I could do that, but is there a reason for such structure? Denis Voitenko

Rejecting messages with more than X recipients.

1999-11-02 Thread Ricardo Cerqueira
Hi there, everyone... I'm currently in charge of a large network (covering all portuguese schools, and most of the libraries), and I'm facing a spam problem... All mail is handled by us, not the schools, so it's actually my problem. So... what's happening is quite simple: Spamme

Re: What is /var/qmail/queue/pid for?

1999-11-02 Thread Dave Sill
Andy Bradford <[EMAIL PROTECTED]> wrote: >I see, so even if trigger isn't there it will check the queue and send out >the mail therein. Which doesn't help if nothing is in the queue. Right on both counts. >... I do know that all the files in queue/pid are 0 byte files though. >Does this ma

Re: What is /var/qmail/queue/pid for?

1999-11-02 Thread Andy Bradford
Thus said Dave Sill on Tue, 02 Nov 1999 13:32:55 EST: > >Hmm, well if it puts messages in there then it looks as if I have lost a > >lot of messages. Each file is 0 bytes in length and there are about 1 > >of them. Probably no way I can recover these... There were messages in > >/var/lo

Re: What is /var/qmail/queue/pid for?

1999-11-02 Thread Dave Sill
Andy Bradford <[EMAIL PROTECTED]> wrote: >Thus said Dave Sill on Tue, 02 Nov 1999 10:23:11 EST: > >> qmail-queue puts messages in queue/pid before moving them to >> queue/mess. If messages are staying in queue/pid, they're not being >> queued successfully. You should be seeing error messages when

Re: What is /var/qmail/queue/pid for?

1999-11-02 Thread Andy Bradford
Thus said Dave Sill on Tue, 02 Nov 1999 10:23:11 EST: > qmail-queue puts messages in queue/pid before moving them to > queue/mess. If messages are staying in queue/pid, they're not being > queued successfully. You should be seeing error messages when > qmail-queue is run, e.g., from qmail-inject.

Re: Mail relaying with QMail

1999-11-02 Thread John R. Levine
>> >>> RCPT TO:<"relaytest%abuse.net"> >> <<< 250 ok > >> Relay test result >> Uh oh, host appeared to accept a message for relay. > >The percent sign does not have any special meaning to qmail in >this case. The address given is an address without a host- >part, like e.g. a plain "root" is. In mo

Re: How to forward unrecognised mail to another host?

1999-11-02 Thread Tetsu Ushijima
Robin Bowes writes: > I'd like to modify this setup so that candace processes certain addresses in > the eoc.org.uk domain and forwards any it doesn't recognise to the ms-mail > system. This is essentially to allow mailing lists to run from the candace > box with an address like [EMAIL PROTECTED]

Re: How to forward unrecognised mail to another host?

1999-11-02 Thread Robin Bowes
Hi all, I've managed to come up with a workable solution for my "problem" without doing any serious coding. Basically, I have setup a virtualdomain and dump all unrecognised addresses into a default Maildir and then use maildirsmtp to transfer all the dumped messages to the ms-mail host. The cl

Local User Only!

1999-11-02 Thread Michael Schröder
Hi, one question. Is there a trick to allow a specific user to mail into the local domain only and not to the "outer space" *g*? Receiveing mail ditto ? tnx for replies Mike

Re: Problem receiving mail (long)

1999-11-02 Thread Mikko Hänninen
Dave Sill <[EMAIL PROTECTED]> wrote on Tue, 02 Nov 1999: > Probably should be ./Mailbox or ./Maildir/, but you've got a hybrid. Not that there's technically anything wrong with a having Maildir named "Mailbox", but it's confusing to humans. :-) And probably not what was intended. Mikko -- //

Re: qmail and RedHat 6.0

1999-11-02 Thread Dave Sill
=?iso-8859-1?B?QW5kculzIE3pbmRleg==?= <[EMAIL PROTECTED]> wrote: >I've installed qmail using RPMs in my Linux RedHat 6.0. > >I've installed too: >- daemontools >- functions What's "functions"? >-ucspi-tcp > >The problem is that wmail doesn't start (I think), because it hasn't >created any /etc/

Re: What is /var/qmail/queue/pid for?

1999-11-02 Thread Dave Sill
Andy Bradford <[EMAIL PROTECTED]> wrote: >I have a server that does not seem to want to send out any email. If I >start and stop the qmail daemons it will will send out bounced messages but >it doesn't send out any email that should be directed to mailing lists. >All the aliases are in place

Re: Problem receiving mail (long)

1999-11-02 Thread Dave Sill
[EMAIL PROTECTED] wrote: >My e-mail address is [EMAIL PROTECTED] My ~/.qmail contains the string >./Maildir/, Did you create a maildir in your home directory using maildirmake? >and qmail is run with the following rc file: > > exec env - PATH="/var/qmail/bin:$PATH" \ > qmail-start .

Re: Dear Ol' DOS (and POP3 clients for same)

1999-11-02 Thread Eric Dahnke
Hello. I've been down this road, and after trying mainly DOS pmail related solutions eventually settled on a packet driver, NCSA Telnet, and a maildir'd version of Pine. - Eric Barry Dwyer escribió: > > I've been asked to hang a DOS-based dialin PC on a client's LAN wherein > we have a Linux

Re: Problem receiving mail (long)

1999-11-02 Thread Robbie Walker
1] Look at how you start qmail, there's a problem. 2] See the other response. Robbie Walker At 01:38 AM 11/2/99 , you wrote: > >I'm having a problem with my newly installed qmail, and I hope someone >can help me. I'm a bit of a newbie, so I'm not sure what info you'll >need - I'll just include

qmail and RedHat 6.0

1999-11-02 Thread Andrés Méndez
Hello.   I've installed qmail using RPMs in my Linux RedHat 6.0.   I've installed too: - daemontools - functions -ucspi-tcp   The problem is that wmail doesn't start (I think), because it hasn't created any /etc/rc.d/init.d/qmail* file.   Do I have to do it by hand, is there any script I can

qmail Digest 2 Nov 1999 11:00:01 -0000 Issue 808

1999-11-02 Thread qmail-digest-help
qmail Digest 2 Nov 1999 11:00:01 - Issue 808 Topics (messages 32319 through 32364): Re: X-Face headers 32319 by: Dave Sill 32328 by: Florian G. Pflug 32335 by: Chris Garrigues 32336 by: Dave Sill 32337 by: Grant Edwards 32348 by: Russ Allbery

RE: QMail an MySQL or similar

1999-11-02 Thread Michael Boman
Oh, sorry. The correct URL is http://www.softagency.co.jp/mysql/qmail.en.html Can someone notify the maintainer of www.qmail.org and ask him to include the page? You can found this link on the mySQL.com homepage. Regards, Michael Boman > -Original Message- > From: Peter Gradwell [mailto

RE: QMail an MySQL or similar

1999-11-02 Thread Peter Gradwell
Hi, At 5:52 pm +0800 2/11/99,the wonderful Michael Boman wrote: >It's something simmular I just set up here. You need to grab the QMail+mySQL >patch from www.qmail.org and follow the instructions. If you need more help >from there feel free to contact me. i'm interested in this patch... i've jus

Re: NFS mounted /var/qmail/queue directory

1999-11-02 Thread Curtis Generous
According to Racer X: > > My conclusion - Mounting the queue dir over NFS may very well be possible > assuming you can count on certain things. However, there's no way I would > EVER do it, and you're probably asking for trouble if you do. > > I'm sure you've thought about this issue and have g

RE: QMail an MySQL or similar

1999-11-02 Thread Michael Boman
It's something simmular I just set up here. You need to grab the QMail+mySQL patch from www.qmail.org and follow the instructions. If you need more help from there feel free to contact me. Regards, Michael Boman > -Original Message- > From: Antonio Navarro Navarro [mailto:[EMAIL PROTECT

QMail an MySQL or similar

1999-11-02 Thread Antonio Navarro Navarro
Hi again ! Thanks for clarifiyng the matter with the abuse.net cgi. Now one more question. Where can I found a path for qmail that coul maintain the usernames/passwords in a RDBS like Oracle o MySQL compatible with vpopmail (I need several domains in a IP address). Thanks in advance ! Antonio

Re: Mail relaying with QMail

1999-11-02 Thread Stefan Paletta
Antonio Navarro Navarro wrote/schrieb/scribsit: > Relay test 9 > >>> RSET > <<< 250 flushed > >>> MAIL FROM:<[EMAIL PROTECTED]> > <<< 250 ok > >>> RCPT TO:<"relaytest%abuse.net"> > <<< 250 ok > Relay test result > Uh oh, host appeared to accept a message for relay. The percent sign does not have

Re: Problem receiving mail (long)

1999-11-02 Thread Stefan Paletta
David Clark wrote/schrieb/scribsit: > [david@a3a88198 david]$ telnet 127.0.0.1 25 > Trying 127.0.0.1... > Connected to 127.0.0.1. > Escape character is '^]'. > 220 a3a88198.bconnected.net ESMTP > helo dude > 250 a3a88198.bconnected.net > mail [EMAIL

Dear Ol' DOS (and POP3 clients for same)

1999-11-02 Thread Barry Dwyer
I've been asked to hang a DOS-based dialin PC on a client's LAN wherein we have a Linux server running Qmail. They need email access on this dialin so I need: 1. A freeware DOS TCP/IP stack; 2. A DOS-based POP3 client. Anyone have any ideas on these? (I've considered WATTCP + a packet driver f

Mail relaying with QMail

1999-11-02 Thread Antonio Navarro Navarro
Hi all ! I have been testing the mail relay cgi from abuse.net (http://www.abuse.net/relay.html) and after entering the name of the Qmail server that I am testing, one of the tests fails with the following message: (..xx is the name of the server) <<< 220 .xxx.xx ESMTP >>>