Re: tcpserver & stunnel

2000-07-11 Thread Jamie Heilman
Bradey Honsinger wrote: > I'm not currently blocking normal POP3 connections, but as I understand > it you use tcpserver to only accept pop3 traffic from localhost (which > limits it to accepting connections forwarded from the s-pop3 port to the > pop3 port using stunnel), in much the same way yo

About qmailadmin

2000-07-11 Thread Mulin Alexander \"Ambal\" S.
Hi, All Could you say me where I can find qmailadmin and what it can do (briefly)

Re: About qmailadmin

2000-07-11 Thread Irwan Hadi
At 01:26 PM 7/11/00 +0400, Mulin Alexander \"Ambal\" S. wrote: >Hi, All > >Could you say me where I can find qmailadmin and what it can do www.inter7.com/qmailadmin To manage your qmail based system more easily, but you have to install first EZMLM, Vpopmail and autorespond packages. >(briefly)

speeding up smtp?

2000-07-11 Thread TAG
Hi, Does anyone have an idea on how to spead up the smtp side of qmail?? I have tcpserver installed and with the following parameters set - tcpserver -R -H -t5 -v -x/etc/tcp.smtp.cdb -u$USERID -g$GROUPID 0 25 is this where I must look at?? Thanks Tonino

about fastforward....

2000-07-11 Thread caldron
Hi.. I want to use /etc/aliases for sendmail. I installed fastforward but can't use /etc/aliases... plz, give me detail manual for fastforward.

qmail Digest 11 Jul 2000 10:00:00 -0000 Issue 1059

2000-07-11 Thread qmail-digest-help
qmail Digest 11 Jul 2000 10:00:00 - Issue 1059 Topics (messages 44451 through 44506): inodes & maximum sub dir limit 44451 by: kapil sharma 44452 by: jedi.claranet.fr 44455 by: richard.illuin.org 44496 by: James R Grinter One question about memory!!

Re: qmail-inject not fully RFC822 compliant.

2000-07-11 Thread Petri Kaukasoina
On Mon, Jul 10, 2000 at 03:51:50PM +0200, Magnus Bodin wrote: > > I use qmail-inject as my mutt mail queuing agent as this: > in my .muttrc: > set sendmail = '/var/qmail/bin/qmail-inject -f [EMAIL PROTECTED]' I use this: set sendmail='/usr/local/sbin/muttqmail' where muttqmail is compiled fro

need help with vpopmail

2000-07-11 Thread Simo Lakka
I installed vpop mail, and added domain / user. But now i cant login to POP3. Wrong password, etc ... I can send mail to blabla@myhost and i can see that mail in ../thatdomain/user/Maildir/new.. butbut just cant login to pop3 zrx

Re: need help with vpopmail

2000-07-11 Thread Marco Leeflang
How did you start the pop3 server, pop3 username for vpopmail : user.name%domain.com the % sign replaces the @ greetings marco leeflang Simo Lakka wrote: > I installed vpop mail, and added domain / user. But now > i cant login to POP3. Wrong password, etc ... I can send > mail to blabla@myho

vpopmail+qmail+maildir

2000-07-11 Thread Jussi Salokangas
I have about 200 users on system. Everyone has a file called 'Mailbox' and I would like to change 'Maildir' so I could use qmail pop-3. Is this possible with some script, that root could change them to Maildir? I don't want to: su user , /var/qmail/bin/makemaildir, so I am just asking, is there ea

Re: need help with vpopmail

2000-07-11 Thread Simo Lakka
Hi i started pop3 like this .. what FAQ says pop3 stream tcp nowait root /var/qmail/bin/qmail-popup qmail-popup myhost /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir zrx

deferral: Unable_to_switch_to_/home/mailhome/s/simonyjh:_access_denied._(#4.3.0)/

2000-07-11 Thread spoon fork
Hi, I'm new to qmail so I don't know how to solve the problems above. We have about > 1000 users who access their mailboxes through qmail-pop3d. All this day, none of the e-mail go to their mailboxes which is in a mail directoy. maillog says: Jul 11 11:42:31 www qmail: 963286951.551808 deliv

Re: deferral: Unable_to_switch_to_/home/mailhome/s/simonyjh:_access_denied._(#4.3.0)/

2000-07-11 Thread Dave Sill
spoon fork <[EMAIL PROTECTED]> wrote: >Jul 11 11:42:31 www qmail: 963286951.576043 delivery 8: deferral: >Unable_to_switch_to_/home/mailhome/d/din91:_access_denied._(#4.3.0)/ What does: ls -ld / /home /home/mailhome /home/mailhome/d /home/mailhome/d/din91 show? -Dave

Re: speeding up smtp?

2000-07-11 Thread Dave Sill
[EMAIL PROTECTED] wrote: >Does anyone have an idea on how to spead up the smtp side of qmail?? Allow more connections using the "-c N" option, where N is the maximum number of simultaneous connections allowed. THe default is 40. What symptoms are you seeing that lead you to believe that qmail-

Re: deferral: Unable_to_switch_to_/home/mailhome/s/simonyjh:_access_denied._(#4.3.0)/

2000-07-11 Thread spoon fork
Dave, Pardon my ignorance, but I get this: [root@www din91]# ls -ld / /home /home/mailhome /home/mailhome/d /home/mailhome/d/din91 4 drwxr-xr-x 18 root root 4096 Jul 5 05:56 // 4 drwxr-xr-x 27 root root 4096 Jul 11 17:39 /home/ 4 drwx-- 40 aliasno

RE: deferral: Unable_to_switch_to_/home/mailhome/s/simonyjh:_access_denied._(#4.3.0)/

2000-07-11 Thread Brett Randall
Make sure some freak program hasn't changed all the ownerships on those mailboxes (ie ls -l /home/mailhome/a or whatever and check the files are owned by their respective owners). Also try a killall -HUP tcpserver or inetd (depending on what you use), in case it is somehow managed to lock all the

qbiff.c

2000-07-11 Thread Theodor Milkov
Hello, I'm running qmail for a long time without any problems. Now I should run qbiff for a couple of users, but without success. Diging in the source I found this: if (!(st.st_mode & 0100)){ close (fdtty); continue; } I'm not a C programmer, so p

Re: deferral: Unable_to_switch_to_/home/mailhome/s/simonyjh:_access_denied._(#4.3.0)/

2000-07-11 Thread Dave Sill
spoon fork <[EMAIL PROTECTED]> wrote: >Pardon my ignorance, but I get this: > >[root@www din91]# ls -ld / /home /home/mailhome /home/mailhome/d >/home/mailhome/d/din91 > 4 drwxr-xr-x 18 root root 4096 Jul 5 05:56 // > 4 drwxr-xr-x 27 root root 4096 Jul 11 17:39 /h

want to leave

2000-07-11 Thread Jason L. Skoland
I want off of this D*MN List but it won't let me unsubscribe. can someone tell me how.. Thanks

Re: rblsmtpd

2000-07-11 Thread Aaron Nowalk
I've tried it both ways. Doesn't seem to make a difference :( -Aaron Nowalk =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | Systems Engineer - Stargate Industries, LLC | | mailto: [EMAIL PROTECTED] www.stargate.net | | 412.316.7827 412.316.7899 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

shortify bounce messages

2000-07-11 Thread reach_prashant
hello list installed qmail 1.02 with qmail-ldap-2601-patch on redhat 6.1 how can i shourtify ( limit the size) of bounce messages thansk in advance prashant

qmail ucspi-88 ident

2000-07-11 Thread Paul Farber
hello all I just had qmail 1.03 ucspi-88 on a RH box die on me again. Log files seem to indicate that ident was having problems: Jul 11 00:06:50 mail in.identd[19532]: request_thread: read(0, ..., 1023) failed: Connection reset by peer but there are other errors in the mail log, basically CNAM

Re: qmail ucspi-88 ident

2000-07-11 Thread James Raftery
On Tue, Jul 11, 2000 at 09:55:03AM -0400, Paul Farber wrote: > I just had qmail 1.03 ucspi-88 on a RH box die on me again. Could you elaborate on "die" ? > Log files seem to indicate that ident was having problems: > Jul 11 00:06:50 mail in.identd[19532]: request_thread: read(0, ..., 1023) > fai

Re: about fastforward....

2000-07-11 Thread Ben Beuchler
On Tue, Jul 11, 2000 at 06:53:27PM +0900, caldron wrote: > I want to use /etc/aliases for sendmail. > I installed fastforward but can't use /etc/aliases... > plz, give me detail manual for fastforward. Read the man pages that come with the package. They are very complete. If you *still* have qu

large problem with smtp

2000-07-11 Thread TAG
Hi, PLEASE help - I have a large problem with smtp. I get hung proccesses all over the place I have asked here bofore and gotten no reply - does no one know or am I not giving enough info or not explaining anything or what - please help here Thanks Tonino

Re: shortify bounce messages

2000-07-11 Thread jedi
[EMAIL PROTECTED] écrit: >how can i shourtify ( limitthe size) of bounce messages Look at my patch available from qmail.org or http://www.jedi.claranet.fr Best regards, -Jedi.

Re: large problem with smtp

2000-07-11 Thread Charles Cazabon
TAG <[EMAIL PROTECTED]> wrote: > > PLEASE help - I have a large problem with smtp. I get hung proccesses > all over the place > > I have asked here bofore and gotten no reply - does no one know or am I > not giving enough info > or not explaining anything or what - please help here We

Re: qmail ucspi-88 ident

2000-07-11 Thread Paul Farber
Die= could not telnet to port 25 nor port 110 while other services (ssh, http) worked fine. I did not see any process entries for qmail-local, qmail-remote, qmail-smtpd, etc. No supervise, no nothing. When I did a qmail.init start it said it was running. At 00:06:51 is did get several remote c

Re: large problem with smtp

2000-07-11 Thread TAG
Hi, Thanks for the reply - ALL i needed was a little direction - OK Qmail installed with mysql patch from Softagency - everything there work - ie pop3 and smtp works the sstem is running . > -how you installed qmail I followed the howto by Adam McKenna > -how you're running qmail (startup sc

Re: deferral: Unable_to_switch_to_/home/mailhome/s/simonyjh:_access_denied._(#4.3.0)/

2000-07-11 Thread spoon fork
Dave Sill wrote: > Are you using a virtual user set-up? Is "din91" listed in the > /etc/passwd? How is mail getting to /home/mailhome/d/din91? > > >From the error message and the ls output above, it seems that delivery > is *not* occuring as user "alias", which is the only user with access > to

Re: qmail ucspi-88 ident

2000-07-11 Thread James Raftery
On Tue, Jul 11, 2000 at 10:40:53AM -0400, Paul Farber wrote: > Die= could not telnet to port 25 nor port 110 while other services (ssh, > http) worked fine. These tcpserver processes generate their own log information and run independantly of qmail. Do their logs indicate why the processes stoppe

Re: large problem with smtp

2000-07-11 Thread Charles Cazabon
TAG <[EMAIL PROTECTED]> wrote: > > OK Qmail installed with mysql patch from Softagency - everything there > work - ie pop3 and smtp works the sstem is running . [...] > > -what behaviour you expected > seemless smtp - :) > > > -what behaviour you're actually seeing > lotsa smtp and qmail-queue

Re: qmail ucspi-88 ident

2000-07-11 Thread Paul Farber
I grepped the maillog and no exiting was found. As for tcpserver logs, I don't log that info to speed up the server I only get qmail messages. I'm not sure about the triggers, but no one was logged in (that I could find) and the only thing that I saw abnormal was the remote concurrency go fr

Re: qmail ucspi-88 ident

2000-07-11 Thread James Raftery
On Tue, Jul 11, 2000 at 11:20:37AM -0400, Paul Farber wrote: > I grepped the maillog and no exiting was found. Then I'm not certain qmail-send actually exited. > As for tcpserver logs, I don't log that info to speed up the server I > only get qmail messages. Fair enough, that's your choice.

problems concerning ldap & qmail

2000-07-11 Thread mslho
hi all, i am in the process of applying the ldap patch to qmail. but while i am looking at qmail-ldap.h, i don't know exactly what to put in the fields... like LDAP_MAIL, should i just put the ldap user's email account (meaning only one...)? and could anyone pls explain a little how qmail-ldap

Re: need help with vpopmail

2000-07-11 Thread Irwan Hadi
At 01:36 PM 7/11/00 +0300, Simo Lakka wrote: >I installed vpop mail, and added domain / user. But now >i cant login to POP3. Wrong password, etc ... I can send >mail to blabla@myhost and i can see that mail in >../thatdomain/user/Maildir/new.. butbut just cant login to pop3 have you read this ?

Re: deferral: Unable_to_switch_to_/home/mailhome/s/simonyjh:_access_denied._(#4.3.0)/

2000-07-11 Thread spoon fork
Hi, I think I found the problem. In our old machine, the lists of users are kept in a file assign. in /var/qmail/users. In the old system, the files look like this (a snapshot): =:alias:1000:1001:/home/mailhome/j/jimmy::: =0:alias:1000:1001:/home/mailhome/0/0::: =007:alias:1000:1001:

Re: qmail install problem

2000-07-11 Thread Paul Jarc
[EMAIL PROTECTED] writes: > Now, where is the mailbox I am supposed to look in? I use pine, and > even tried mutt, but no messages in either. I think I remember > seeing something on making some cahnges in these to to make work > with qmail. The instructions you're looking for are in INSTALL.mbox

Re: qmail ucspi-88 ident

2000-07-11 Thread Paul Farber
All the messages were going to different places, as farb as I can tell they were very large cc lists. Will wait for ti to happen again and get better logging... set up thanks. Paul Farber Farber Technology [EMAIL PROTECTED] Ph 570-628-5303 Fax 570-628-5545 On Tue, 11 Jul 2000, James Raftery w

diff between sunos and solaris

2000-07-11 Thread kapil sharma
Hi, I am confused with SunOS 5.6 and solaris8. Can anybody tell me the difference between these 2 Operating systems. Thank you --  Kapil Sharma Senior System Administrator DSF Internet Services Email: [EMAIL PROTECTED]    [EMAIL PROTECTED] Web  : http://www.dsfinternet.com  

RE: diff between sunos and solaris

2000-07-11 Thread John Steniger
SunOS 5.6 is otherwise known as Solaris 2.6. Solaris OS's progress since 2.6 like this: 2.6 -> 7 -> 8 As of release 7, they dropped the "2." off the front. So Solaris 8 is really just Solaris 2.8. 2.6 is 2 revs below 2.8. -Original Message- From: kapil sharma [mailto:[EMAIL PROTE

Redirect to multiple addresses

2000-07-11 Thread jca
IF I want to add redirection to multiple addresses in a user's .qmail, how would I go about doing that? If I separate them line by line will that work? eg: &[EMAIL PROTECTED] &[EMAIL PROTECTED] &[EMAIL PROTECTED] J

RE: deferral: Unable_to_switch_to_/home/mailhome/s/simonyjh:_access_denied._(#4.3.0)/

2000-07-11 Thread Chris Tolley
Try: sed s/\:1001\:/\:new_GUD\: assign. >assign.whatever It will go through and replace :1001: with :new_GID: and write the output to assign.whatever. If you don't redirect the output, it sends it to the terminal (screen). If this is a huge file, that's probably not something you want to

Re: qbiff.c

2000-07-11 Thread markd
On Tue, Jul 11, 2000 at 04:10:05PM +0300, Theodor Milkov wrote: > Hello, > > I'm running qmail for a long time without any problems. > Now I should run qbiff for a couple of users, but > without success. Diging in the source I found this: > > if (!(st.st_mode & 0100)){ >

Re: Redirect to multiple addresses

2000-07-11 Thread Charles Cazabon
jca <[EMAIL PROTECTED]> wrote: > IF I want to add redirection to multiple addresses in a user's .qmail, how > would I go about doing that? If I separate them line by line will that work? > > eg: > > &[EMAIL PROTECTED] > &[EMAIL PROTECTED] > &[EMAIL PROTECTED] Yes, just like it says in the manua

Re: tar and file size limit

2000-07-11 Thread Claudio Neves
This is absolutely off-topic. Anyway, Intel architeture has a 2GB file size limit. Regards, Claudio Neves At 21:53 11/07/00 +0530, you wrote: >Hi, >I want to take a backup of 2GB of data. I want to make a tar file of it. Now >when i am making a tar file it gives error after backing up 2GB of dat

Re: large problem with smtp

2000-07-11 Thread Charles Cazabon
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > TAG <[EMAIL PROTECTED]> wrote: > > > > > > OK Qmail installed with mysql patch from Softagency - everything there > > > work - ie pop3 and smtp works the sstem is running . [...] > > Meaning what? Individual messages take a while to complete?

a new kind of spam?

2000-07-11 Thread Mate Wierdl
Perhaps somebody can tell me how to deal with this: apparently a dynamic IP connected to my server and dropped a message in one of the mailinglists's mailbox. Or this is not a dynamic IP, but nonexistent one, and qmail got fooled somehow? Here is the header Return-Path: <[EMAIL PROTECTED]> M

Re: a new kind of spam?

2000-07-11 Thread James Raftery
On Tue, Jul 11, 2000 at 12:43:04PM -0500, Mate Wierdl wrote: > mailbox. Or this is not a dynamic IP, but nonexistent one, and qmail got > fooled somehow? It doesn't seem to have working reverse DNS. maybe [james] (~)> host 207.100.21.156 Host not found, try again. james -- James Raftery (J

queue rather large

2000-07-11 Thread Ben Beuchler
We recently converted our sendmail box to qmail. I've noticed that our queue is now typically 2 to 3 times larger than it was with sendmail. I believe much of that is related to using vpopmail, which doesn't bounce the message until it has been accepted by the smtpd daemon. This, of course, mea

Re: a new kind of spam?

2000-07-11 Thread Charles Cazabon
Mate Wierdl <[EMAIL PROTECTED]> wrote: > Perhaps somebody can tell me how to deal with this: apparently a dynamic > IP connected to my server and dropped a message in one of the mailinglists's > mailbox. Or this is not a dynamic IP, but nonexistent one, and qmail got > fooled somehow? [...] >

Re: rblsmtpd

2000-07-11 Thread Aaron Nowalk
I've been working on this all day again! Anyone out there have _any_ suggestions? Once again, heres the info: /usr/local/bin/tcpserver -u 102 -g 100 -x /usr/local/etc/ip/tcp.smt p.cdb 0 smtp /usr/local/bin/rblsmtpd -rrelays.radparker.com /var/qmail/bin/qmail-smtpd 2>&1 I'm running qmail1-03 on

phew..

2000-07-11 Thread spoon fork
phew... after a whole night learning/debugging/headsmashing... i get it to work... i ened reinstalling qmail - really i didn't know why the previous setup didn't work, then do the test over and over. i managed to eliminate the access denied error, but then x_bit set error came. this was funny - i

Re: rblsmtpd

2000-07-11 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11 Jul 00, at 14:02, Aaron Nowalk wrote: > I've been working on this all day again! Anyone out there have _any_ > suggestions? Once again, heres the info: > > /usr/local/bin/tcpserver -u 102 -g 100 -x /usr/local/etc/ip/tcp.smt > p.cdb 0 smtp /u

problem with virtual domains

2000-07-11 Thread Jens Georg
hello list, after running qmail for 8 weeks now without any trouble so far, qmail starts driving me crazy today ! i am running a webserver with qmail as mailsystem. furthermore i am running my own named. i set up mydomain.com correctly in named with the following subdomains: mx.mydomain.com IN

RE: tcpserver & stunnel

2000-07-11 Thread Bradey Honsinger
jamie sez: > The only downside to this that I can > see is that using stunnel in daemon mode I don't get concurrency limits > or any of the other tcpserver benefits for the initial ssl connections. > I could run stunnel out of xinetd I suppose but then I wouldn't get the > ssl caching hoo-ha that

Re: rblsmtpd

2000-07-11 Thread Aaron Nowalk
Hi. Thanks for responding! I'll answer your questions one at a time: > Hi, > > 1. Is all the stuff on one line? Yes. > 2. Does rblsmtpd really live in /usr/local/bin? Yes. > 3. Does "relays.radparker.com" really live? To me it seems it's > dead. I can ping it and I've tried changing the

tcpserver and dns

2000-07-11 Thread M.B.
from the tcpserver man pages... -llocalname Do not look up the local host name; use localname for TCPLOCALHOST. Does this mean that it queries our DNS server for the local host's name during inbound mail delivery? If so, an-l`hostname`would probably be quicker and

Re: rblsmtpd

2000-07-11 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11 Jul 00, at 14:31, Aaron Nowalk wrote: > > 3. Does "relays.radparker.com" really live? To me it seems it's > > dead. > I can ping it and I've tried changing the hostname to > maps.vix.com in the tcpserver rc script. Well yes, it pings, but do

Re: a new kind of spam?

2000-07-11 Thread Mate Wierdl
On Tue, Jul 11, 2000 at 11:56:48AM -0600, Charles Cazabon wrote: > Mate Wierdl <[EMAIL PROTECTED]> wrote: > > Perhaps somebody can tell me how to deal with this: apparently a dynamic > > IP connected to my server and dropped a message in one of the mailinglists's > > mailbox. Or this is not a dyn

RE: problem with virtual domains

2000-07-11 Thread Hubbard, David
That sounds like a problem in the home directory for the user 'georg' Those are the easiest ones to mess up too since they're not in the qmail config directory. Did you possibly remove or change any of your .qmail files? Like a .qmail-default? Try putting a .qmail-default in georg's home directo

Re: a new kind of spam?

2000-07-11 Thread Peter Green
also sprach lyx: > I do run rblsmtpd with dul. The IP (207.100.21.156) does not exist---this > is why I thought it is a dynamic IP. How do I figure out which domain owns > it? You can try ``whois [EMAIL PROTECTED]'': [whois.arin.net] Intermedia Communications of Florida, Inc. (NETBLK-ICIX

Re: a new kind of spam?

2000-07-11 Thread Ronny Haryanto
On 11-Jul-2000, Mate Wierdl wrote: > I do run rblsmtpd with dul. The IP (207.100.21.156) does not exist---this > is why I thought it is a dynamic IP. It does exist, it just doesn't have a reverse record. What makes you think it doesn't exist? > How do I figure out which domain owns it? [~]$ d

Re: a new kind of spam?

2000-07-11 Thread Charles Cazabon
Mate Wierdl <[EMAIL PROTECTED]> wrote: > > I do run rblsmtpd with dul. The IP (207.100.21.156) does not exist---this > is why I thought it is a dynamic IP. How do I figure out which domain owns > it? As others have pointed out, the IP address does exist. Two other gentlemen were kind enough

Re: rblsmtpd

2000-07-11 Thread Aaron Nowalk
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 11 Jul 00, at 14:31, Aaron Nowalk wrote: > > > 3. Does "relays.radparker.com" really live? To me it seems it's > > > dead. > > I can ping it and I've tried changing the hostname to > > maps.vix.com in the tcpserver rc script. > > Well y

Re: rblsmtpd

2000-07-11 Thread Peter Green
also sprach amnowalk: > Heres what I get when I try it without any options from the command line: > > root@xx:/usr/local/bin# env TCPREMOTEIP=127.0.0.2 rblsmtpd echo whoops > rblsmtpd: pid 6387: 451 Blackholed - see > http://mail-abuse.org/cgi-bin/lookup?127.0.0.2> > 220 rblsmtpd.local > quit

Re: want to leave

2000-07-11 Thread Russell Nelson
Jason L. Skoland writes: > I want off of this D*MN List but it won't let me unsubscribe. can someone > tell me how.. Thanks What have you tried, and what did the list server reply to you? -- -russ nelson <[EMAIL PROTECTED]> http://russnelson.com Crynwr sells support for free software | PGP

Re: vpopmail+qmail+maildir

2000-07-11 Thread Paul Jarc
Jussi Salokangas writes: > I have about 200 users on system. Everyone has a file called 'Mailbox' and > I would like to change 'Maildir' so I could use qmail pop-3. > Is this possible with some script, that root could change them to Maildir? There may be something useful at http://www.qmail.org/t

Re: New delayed mail notification setup

2000-07-11 Thread Peter van Dijk
On Mon, Jul 10, 2000 at 11:03:26AM -0600, Bruce Guenter wrote: > On Sat, Jul 08, 2000 at 04:15:45PM +0200, Peter van Dijk wrote: > > I admit I have not looked at qmail_bounce, but I have one question: where > > will you send the delayed notification? > > Envelope sender. Is there another place i

Re: want to leave

2000-07-11 Thread Paul Jarc
Jason L. Skoland writes: > I want off of this D*MN List but it won't let me unsubscribe. can someone > tell me how.. Thanks It's explained in the message you get when you first subscribe: send a message to [EMAIL PROTECTED] To unsubscribe a particular address (not necessarily the one you're sen

Re: New delayed mail notification setup

2000-07-11 Thread Bruce Guenter
On Tue, Jul 11, 2000 at 09:43:58PM +0200, Peter van Dijk wrote: > On Mon, Jul 10, 2000 at 11:03:26AM -0600, Bruce Guenter wrote: > > On Sat, Jul 08, 2000 at 04:15:45PM +0200, Peter van Dijk wrote: > > > I admit I have not looked at qmail_bounce, but I have one question: where > > > will you send t

RE: problem with virtual domains

2000-07-11 Thread Vladimir Horak
> i am running a webserver with qmail as mailsystem. furthermore i am running > my own named. i set up mydomain.com correctly in named with the following > subdomains: > > mx.mydomain.com IN CNAME mydomain.com > ftp.mydomain.com IN CNAME mydomain.com > www... What DNS records are for mydomai

Re: want to leave

2000-07-11 Thread John van V.
Hi, this list is so busy it can get scary !! I'm not sure who is moderating, but maybe a message at the bottom w/ the escape clause... --- Paul Jarc <[EMAIL PROTECTED]> wrote: > Jason L. Skoland writes: > > I want off of this D*MN List but it won't let me unsubscribe. can someone > > tell me

Re: rblsmtpd

2000-07-11 Thread Aaron Nowalk
On Tue, 11 Jul 2000, Peter Green wrote: > also sprach amnowalk: > > Heres what I get when I try it without any options from the command line: > > > > root@xx:/usr/local/bin# env TCPREMOTEIP=127.0.0.2 rblsmtpd echo whoops > > rblsmtpd: pid 6387: 451 Blackholed - see > > http://mail-abuse.org/

RE: want to leave

2000-07-11 Thread Hand, Brian C.
Thats nice except that IT DOES NOT WORK. I have patiently waited three weeks now. Brian -Original Message- From: Paul Jarc [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 2:56 PM To: [EMAIL PROTECTED] Subject: Re: want to leave Jason L. Skoland writes: > I want off of this D*

Re: tcpserver and dns

2000-07-11 Thread Peter van Dijk
On Tue, Jul 11, 2000 at 11:40:42AM -0700, M.B. wrote: > from the tcpserver man pages... > > -llocalname > Do not look up the local host name; use localname for > TCPLOCALHOST. > > Does this mean that it queries our DNS server for the local > host's name during inbound mail

Re: New delayed mail notification setup

2000-07-11 Thread Peter van Dijk
On Tue, Jul 11, 2000 at 02:02:03PM -0600, Bruce Guenter wrote: > On Tue, Jul 11, 2000 at 09:43:58PM +0200, Peter van Dijk wrote: > > On Mon, Jul 10, 2000 at 11:03:26AM -0600, Bruce Guenter wrote: > > > On Sat, Jul 08, 2000 at 04:15:45PM +0200, Peter van Dijk wrote: > > > > I admit I have not looke

Re: want to leave

2000-07-11 Thread Charles Cazabon
re: ezmlm's automatic subscribe/unsubscribe Hand, Brian C. <[EMAIL PROTECTED]> wrote: > Thats nice except that IT DOES NOT WORK. I have patiently waited three > weeks now. It does work. The biggest problem users have is when their mail system is rewriting the envelope sender and from addresse

Re: problem with virtual domains

2000-07-11 Thread Jens Georg
hi, > That sounds like a problem in the home directory > for the user 'georg' Those are the easiest ones to > mess up too since they're not in the qmail config directory. > Did you possibly remove or change any of your .qmail files? no, i didn't change anything. yesterday everything worked perf

Re: want to leave

2000-07-11 Thread Paul Jarc
John van V. writes: > I'm not sure who is moderating, but maybe a message at the bottom w/ > the escape clause... This list isn't moderated, and AFAIK, the list owner doesn't read it. paul

RE: deferral: Unable_to_switch_to_/home/mailhome/s/simonyjh:_access_denied._(#4.3.0)/

2000-07-11 Thread Paul Jarc
Chris Tolley writes: > sed s/\:1001\:/\:new_GUD\: assign. >assign.whatever ... > Just in case you didn't know, you use \ to "escape" the character so > that the command line doesn't try to interpret it. The : means "null" and > is used in shell scripting for "doing nothing" You don't need to esc

RE: deferral: Unable_to_switch_to_/home/mailhome/s/simonyjh:_acc

2000-07-11 Thread jca
Hello All, Are there any scripts out there that will convert from Imail type mailboxes (mbox) to Maildir, while keeping the message intact? I don't want emails with the message header as part of the body.. What are my options with using let's say, qmail-inject if I have the to:,cc:,bcc: could

Migrating Imail mbox to Qmail Maildir

2000-07-11 Thread jca
Anyone have any thoughts on the best way to convert between Imail-style mbox to Maildir? I want to keep the message header intact so that it doesn't appear as part of the email body. I'm open to writing a script that grabs the To:,Cc: & Subject: sections out of the header and using qmail-inje

.qmail file does not work

2000-07-11 Thread David
Hello, everyone. I'm using qmail+vpopmail+mysql I place a .qmail in ~vpopmail/domains/domainname/username/ directory (this is username's home directory) and write .qmail file like this !egerp -qw '(word1|word2|word3)' && exit 99; /Maildir/ But it does not work! any letter with word1 or without

Re: .qmail file does not work

2000-07-11 Thread jca
I may be mistaken, but isn't 99 the exit code that tells qmail to stop parsing .qmail? Also, you should put ./Maildir/, not /Maildir/ -- Original Message -- From: David <[EMAIL PROTECTED]> Date: Wed, 12 Jul 2000 8:50:10 +0800 >Hello, >everyone. > >I'm us

tar and file size limit

2000-07-11 Thread kapil sharma
Hi, I want to take a backup of 2GB of data. I want to make a tar file of it. Now when i am making a tar file it gives error after backing up 2GB of data. It says file is too large. Please help Thank you

.qmail file does not work (this is right one ,first i made some mistake in it)

2000-07-11 Thread David
Hello, everyone. 1st, sorry for my previous mail, I make a mistake in it. I'm using qmail+vpopmail+mysql I place a .qmail in ~vpopmail/domains/domainname/username/ directory (this is username's home directory) and write .qmail file like this [root@mail davidge]# cat .qmail |egrep -qw '(word1|

Re: .qmail file does not work (this is right one ,first i made some mistake in it)

2000-07-11 Thread Einar Bordewich
David writes: > Hello, > everyone. > > 1st, sorry for my previous mail, I make a mistake in it. > > > I'm using qmail+vpopmail+mysql > I place a .qmail in ~vpopmail/domains/domainname/username/ directory > (this is username's home directory) > and write .qmail file like this Try moving the d

Re: .qmail file does not work (this is right one ,first i made some mistake in it)

2000-07-11 Thread chuck
David, TRy putting the .qmail file into the ~vpopmail/domains/domainname/ directory instead. Hope this helps. Chuck Werbick, The Wirehouse David writes: > Hello, > everyone. > > 1st, sorry for my previous mail, I make a mistake in it. > > > I'm using qmail+vpopmail+mysql > I place a .qma

RE: want to leave

2000-07-11 Thread Russell Nelson
Hand, Brian C. writes: > Thats nice except that IT DOES NOT WORK. I have patiently waited three > weeks now. Perhaps the documentation has a bug? Could you explain what you have tried and what happened when you tried it? -- -russ nelson <[EMAIL PROTECTED]> http://russnelson.com Crynwr sell

Re: .qmail file does not work (this is right one ,first i made some mistake in it)

2000-07-11 Thread Peter Green
also sprach chuck: > > TRy putting the .qmail file into the ~vpopmail/domains/domainname/ > directory instead. Actually vpopmail supports putting a .qmail file in ~vpopmail/domains/dom/u BUT it only supports putting ``&[EMAIL PROTECTED]''. To do pipes and other .qmail tricks, you'll need to do t

No log being generated by Qmail

2000-07-11 Thread lkhanna
Hi Everyone This is real URGENT. We just installed a new qmail server with virtual domains... and now to our surprise no logs files are being generated ( in /var/log/qmail). Also In /var/log/qmail-smtpd the log file says... TCP server fatal error..unable to bind to address.. address alr

Re: .qmail file does not work (this is right one ,first i made some mistake in it)

2000-07-11 Thread asantos
From: David <[EMAIL PROTECTED]> >|egrep -qw '(word1|word2|word3)' && exit 99 || exit 0 >/Maildir/ First, its missing a dot before the /Maildir/... there's no Maildir in /, is there? Second, I'm not very familiar with egrep's regular expressions, but if I was to parenthise what you wrote it woul

.qmail file does not work 3

2000-07-11 Thread David
Hello, everyone. Now, It seemed worked but all emails (with or without word1 ...) are returned the returned email said <[EMAIL PROTECTED]>: Sorry, no mailbox here by that name. (#5.1.1) I had put it to ~vpopmail/domains/domainname directory and change name to qmail-davidge , It dose not work

Re: rblsmtpd

2000-07-11 Thread Eric Cox
Aaron Nowalk wrote: > > On Tue, 11 Jul 2000, Peter Green wrote: > > > also sprach amnowalk: > > > root@xx:/usr/local/bin# env TCPREMOTEIP=127.0.0.2 rblsmtpd -r > > > maps.vix.com echo whoops > > > whoops > > > > The zone is ``rbl.maps.vix.com'', NOT simply ``maps.vix.com''. :) > > > > Tri

Re: rblsmtpd

2000-07-11 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11 Jul 00, at 15:24, Aaron Nowalk wrote: > So that appears to work. Now, heres with the -r option: > > root@xx:/usr/local/bin# env TCPREMOTEIP=127.0.0.2 rblsmtpd -r > maps.vix.com echo whoops whoops > > So with the -r option, it looks like

RE: want to leave

2000-07-11 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11 Jul 00, at 23:19, Russell Nelson wrote: > Hand, Brian C. writes: > > Thats nice except that IT DOES NOT WORK. I have patiently waited > three > weeks now. That's a really easy way to unsubscribe: From your .qmail file, bounce every message

Re: want to leave

2000-07-11 Thread Russ Allbery
Petr Novotny <[EMAIL PROTECTED]> writes: > That's a really easy way to unsubscribe: From your .qmail file, bounce > every message you receive from the list. ezmlm will unsubscribe you > automatically, and pretty fast. Takes 20 days, actually, I believe. -- Russ Allbery ([EMAIL PROTECTED])