Virtual domain How-to

2001-06-18 Thread Alex Tsang
Dear All   Do any one have some documents talking about creating virtual domain?   Regards   Alex Tsang

administrative copy of qmail mails

2001-06-18 Thread Raymond Hui
Dear Sir/Madam,     I have read the Life With Qmail in the web. I have found it very interested and i have set up my mail server using Qmail and i found it is very great!!   I have a problem here about Qmail, would you please kindly help me to find out the answer..??   I have set up my qmai

Re: qmail-remote (cry wolf?)

2001-06-18 Thread Mark Jefferys
On Mon, Jun 18, 2001 at 11:20:36PM -0400, Troy Settle wrote: % How would I need to go about building a dubug version of qmail-remote? I set conf-cc and conf-ld to 'gcc -g', edited timeoutread.c slightly to save the return value of the select in a variable, then built qmail-remote and put it in p

Re: restart without rebooting

2001-06-18 Thread arjen-qmail
On Mon, 18 Jun 2001, Greg White wrote: > On Mon, Jun 18, 2001 at 09:55:24PM +0200, [EMAIL PROTECTED] wrote: > > > > That is not true, killall only kills the specified command with the > > specified signal. > > > > Bzzt! Wrong! Some *nixes have a killall command that kills all > processes. See:

administrative copy of qmail mails

2001-06-18 Thread Raymond Hui
Dear Sir/Madam,     I have read the Life With Qmail in the web. I have found it very interested and i have set up my mail server using Qmail and i found it is very great!!   I have a problem here about Qmail, would you please kindly help me to find out the answer..??   I have set up my qmail

RE: qmail-remote (cry wolf?)

2001-06-18 Thread Troy Settle
Mark, How would I need to go about building a dubug version of qmail-remote? Also, how to terminate the process so that I can 'fling' gdb at it? With a little I can probably have output from gdb within a couple hours. -- Troy Settle Pulaski Networks 540.994.4254 ** -Original Messag

Re: Please help me, a problem in qmail!!

2001-06-18 Thread Charles Cazabon
cool dragon <[EMAIL PROTECTED]> wrote: > > [...] when I try to send a mail form the outlook to myself, It is failed, I > checked the mailog in /var/log in the mail server, it shows like the > following: > > "alert: unable to opendir to do, sleeping.." Sounds like the permissions or lo

Re: Qmail MIB?

2001-06-18 Thread Lars Hansson
If you use net-snmp (formerly known as ucd-snmp) it's fairly easy. Just configure snmpd to execute some external script, like any of the qmail-mrtg-* things (I use the qmail-mrtg-multilog package). Examples: snmpd.conf - rocommunity myreadonlycommunity your-ipaddress-here syscontact

Please help me, a problem in qmail!!

2001-06-18 Thread cool dragon
Title: ÇçÀÊ Dear Sir, I am very sorry to taste your time with such problem. But it troubles me for a long time.I am raring to have a help from you. I am building a mailserver in local net in redhat, using qmail. After I configured the qmail  and start it, I can conect to the mail se

Re: qmail-remote (cry wolf?)

2001-06-18 Thread Mark Jefferys
On Sun, Jun 17, 2001 at 08:56:13PM +0100, James R Grinter wrote: % I think it isn't relevant. qmail-remote doesn't seem to use select, % or at least it's nowhere in the path where my qmail-remote wedges. Go look at timeoutread(), which *is* in your path. The select is in the line right before w

Re: restart without rebooting

2001-06-18 Thread Claudio Nieder
Hi, > Sent to the list in case some poor soul on Solaris (or other platform, > who knows?) actually used this advice these too: HP-UX: http://devresource.hp.com/STK/man/11.00/killall_1m.html AIX: http://www.unet.univie.ac.at/aix/cmds/aixcmds3/killall.htm Tru64Unix: http://www.tru64unix.c

Re: qmail-remote (cry wolf?)

2001-06-18 Thread MarkD
On Mon, Jun 18, 2001 at 11:05:34PM +0200, Claudio Nieder allegedly wrote: > On Solaris the above code would work without flaws. > > > whereas SunOS 4.1.4 (my usual 'old bsd system' benchmark) says: > > descriptor sets. 0 indicates that the time limit referred > > to by timeout ex

Qmail MIB?

2001-06-18 Thread Mike Jackson
Hi, Has anyone written a MIB for qmail, so that snmp can be used to gather stats+ Thanks, Mike

Re: Spam Removal

2001-06-18 Thread Nick (Keith) Fish
Ruprecht Helms wrote: > > Hi, > >... > >I am considering screening out ALL .cn and .kr mailservers. Is there > >an easy way to do that? > > how about the badmailfrom-file. I think append/inserting .cn and .kr to/in > that file and all mails from that top-level domains will be rejected. > > Reg

Re: restart without rebooting

2001-06-18 Thread Mike Jackson
[EMAIL PROTECTED] wrote: > > Someone told me to try 'killall -SIGHUP qmail', but someone else said this > > might kill everything running - that the machine would not read to the > > 'qmail' at the end of the line. > > That is not true, killall only kills the specified command with the > specifi

Re: Discarding mailer_daemon mail....

2001-06-18 Thread Charles Cazabon
Greg Moeller <[EMAIL PROTECTED]> wrote: > > > You didn't explicitly answer my question about conf-split, but by "stock > > standard", I'll assume it's the default of 23. This is probably too low > > for your system -- if you have five or ten thousand bounce messages > > sitting in the queue, you

Re: restart without rebooting

2001-06-18 Thread Greg White
On Mon, Jun 18, 2001 at 09:55:24PM +0200, [EMAIL PROTECTED] wrote: > > That is not true, killall only kills the specified command with the > specified signal. > Bzzt! Wrong! Some *nixes have a killall command that kills all processes. See: http://www.doc.ic.ac.uk/csg/manuals/all-manual-pages/s

Re: qmail-remote (cry wolf?)

2001-06-18 Thread Claudio Nieder
Hi, > > [Summary: Some systems leave the fd_sets alone when select times out.] > I think it isn't relevant. qmail-remote doesn't seem to use select, It does. timeoutread.c: int timeoutread(t,fd,buf,len) int t; int fd; char *buf; int len; { fd_set rfds; struct timeval tv; tv.tv_sec = t;

Re: restart without rebooting

2001-06-18 Thread Ruprecht Helms
Hi Virginia, >I need to learn how to restart qmail on my BSDi system. I have not been >able to locate a qmail-restart ... There is nothing of such a program, otherwise you have written a shellscript called qmail-restart. To start qmail you have to start such other programms like splogger, qm

Re: restart without rebooting

2001-06-18 Thread peter green
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [010618 16:37]: > On Mon, 18 Jun 2001, Virginia Chism wrote: > > Someone told me to try 'killall -SIGHUP qmail', but someone else said this > > might kill everything running - that the machine would not read to the > > 'qmail' at the end of the line. > That

Re: restart without rebooting

2001-06-18 Thread Charles Cazabon
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > On Mon, 18 Jun 2001, Virginia Chism wrote: > > > Someone told me to try 'killall -SIGHUP qmail', but someone else said this > > might kill everything running - that the machine would not read to the > > 'qmail' at the end of the line. > > That is

Re: restart without rebooting

2001-06-18 Thread MarkD
On Mon, Jun 18, 2001 at 09:55:24PM +0200, [EMAIL PROTECTED] allegedly wrote: > kill -HUP `ps auwx | grep qmail-send | grep -v grep | awk -F" " {'print > $2'}` > > Or maybe even (if you have bash) > > for PID in \ > `ps auwx | grep qmail-send | grep -v grep | awk -F" " {'print $2'}`; do \ > kill

RE: restart without rebooting

2001-06-18 Thread Virginia Chism
> > But I don't think BSDi knows the killall command. > That is exactly correct. I was able to find the PID and restart the qmail-send. Thanks to all who responded. I am working on the Unix books, but find some of them are written in techno-shorthand. I need a dictionary to go along with them.

Re: error

2001-06-18 Thread Chris Johnson
On Mon, Jun 18, 2001 at 12:38:21PM -0700, Nick wrote: > 2001-06-18 12:38:27.274620500 delivery 22712: deferral: > Unable_to_switch_to_/var/qmail/alias:_access_denied._(#4.3.0)/ > 2001-06-18 12:38:27.274635500 status: local 0/10 remote 1/60 > > I checked the permission on the alias dir > and the a

Re: restart without rebooting

2001-06-18 Thread Dave Sill
Chris Johnson <[EMAIL PROTECTED]> wrote: >HUPing only makes qmail reread locals and virtualdomains. (And there is no >process called "qmail," so "killall -HUP qmail" won't do anything on >any system.) Except possibly on Solaris: NAME killall - kill all active processes SYNOPSIS /usr/

Re: restart without rebooting

2001-06-18 Thread Greg Moeller
One problem with stopping a large Qmail system is waiting for everything to actually end cleanly. qmail-remotes can take some time to get done. At the moment, my system is: 992894705.645395 status: local 78/250 remote 110/250 Those remotes can take a very long time to time out. (10-20 minutes may

Re: Relay IP address ranges - NEWBIE

2001-06-18 Thread Stephen Froehlich
Thanks for your help - all of you. Based on your advice, I nixed xinetd and tcpserver is happy as a clam - so it is reading its config files and forwarding is working. If/when I need ssh, I'll set that up with tcpserver.

Re: Discarding mailer_daemon mail....

2001-06-18 Thread Greg Moeller
> > You didn't explicitly answer my question about conf-split, but by "stock > standard", I'll assume it's the default of 23. This is probably too low for > your system -- if you have five or ten thousand bounce messages sitting in the > queue, you're getting lots of files in each directory. T

.qmail files and list delivery

2001-06-18 Thread Joshua Nichols
I'm having a problem getting an ezmlm list setup. I know that it has a seperate list, but I think this is a qmail configuration problem. Here is users/assign (yes, I ran qmail-newu): +:jjn:500:500:/home/jjn::: +soccer:soccer:514:514:/home/soccer::: =jjn:jjn:500:500:/home/jjn::: [snip - standard

Re: restart without rebooting

2001-06-18 Thread arjen-qmail
On Mon, 18 Jun 2001, Virginia Chism wrote: > I need to learn how to restart qmail on my BSDi system. I have not been > able to locate a qmail-restart in any of the qmail directories. > > Whenever I make changes in qmail, I have had to resort to `shutdown -r now` > thus rebooting the entire sys

Re: restart without rebooting

2001-06-18 Thread Russell Nelson
Virginia Chism writes: > I need to learn how to restart qmail on my BSDi system. I have not been > able to locate a qmail-restart in any of the qmail directories. > > Whenever I make changes in qmail, I have had to resort to `shutdown -r now` > thus rebooting the entire system. I don't lik

Re: restart without rebooting

2001-06-18 Thread Todd Grimes
On my FreeBSD systems my qmail startup scripts are in /usr/local/sbin. you might look there or /usr/local/bin At 01:24 PM 6/18/2001 -0500, Virginia Chism wrote: >I need to learn how to restart qmail on my BSDi system. I have not been >able to locate a qmail-restart in any of the qmail direc

error

2001-06-18 Thread Nick
2001-06-18 12:38:27.274620500 delivery 22712: deferral: Unable_to_switch_to_/var/qmail/alias:_access_denied._(#4.3.0)/ 2001-06-18 12:38:27.274635500 status: local 0/10 remote 1/60 I checked the permission on the alias dir and the alias files. I don't understand where it's failing. anyone have any

Re: restart without rebooting

2001-06-18 Thread Jeff Palmer
At 01:24 PM 6/18/01 -0500, you wrote: >I need to learn how to restart qmail on my BSDi system. I have not been >able to locate a qmail-restart in any of the qmail directories. > >Whenever I make changes in qmail, I have had to resort to `shutdown -r now` >thus rebooting the entire system. I d

Re: restart without rebooting

2001-06-18 Thread Chris Johnson
On Mon, Jun 18, 2001 at 01:24:23PM -0500, Virginia Chism wrote: > I need to learn how to restart qmail on my BSDi system. I have not been able > to locate a qmail-restart in any of the qmail directories. > > Whenever I make changes in qmail, I have had to resort to `shutdown -r now` > thus reboo

Re: restart without rebooting

2001-06-18 Thread Charles Cazabon
Virginia Chism <[EMAIL PROTECTED]> wrote: > I need to learn how to restart qmail on my BSDi system. I have not been > able to locate a qmail-restart in any of the qmail directories. Depends how you're starting qmail. If you're using svscan, which then spawns a supervise process for qmail-start

Re: smtp router

2001-06-18 Thread Ahmad Ridha
Greg White writes: >> (In /var/qmail/control/) >> Create a file called smtproutes containing: >> >> : >> >> and remove the entries of locals and virtualdomains >> >> Regards, >> >> Ahmad Ridha > > Umm, that would be, to put it mildly, bad, unless you intend to _relay_ > all mail fro

Re: qmail Multiple MX Problem

2001-06-18 Thread Chris Johnson
On Mon, Jun 18, 2001 at 10:03:20AM -0700, mjt mjt wrote: > I have mail being sent to some user at server A and > server B. Server A and B have 3 MX entries in their > lookup. The first two entries in these are higher in > preference but are unavailable to the net traffic (for > some reason ). W

Re: Discarding mailer_daemon mail....

2001-06-18 Thread Adam McKenna
On Mon, Jun 18, 2001 at 09:48:02AM -0500, Larry M. Smith wrote: > I am currently working on a dblbounce manager... > > Still in testing... but it's just a perl script that automatically add a > sender's envelope to badmailfrom if it bounces. Er, what exactly do you think this will help? Bounce

restart without rebooting

2001-06-18 Thread Virginia Chism
I need to learn how to restart qmail on my BSDi system. I have not been able to locate a qmail-restart in any of the qmail directories. Whenever I make changes in qmail, I have had to resort to `shutdown -r now` thus rebooting the entire system. I don't like doing this. Someone told me to try

Re: qmail Multiple MX Problem

2001-06-18 Thread Greg White
On Mon, Jun 18, 2001 at 10:03:20AM -0700, mjt mjt wrote: > Hi all > > I have this problem delivering mail to certain hosts > that have multiple MX entries. Other than that > everything is working fine. Let me explain the > scenario more. > > I have mail being sent to some user at server A and

Re: Discarding mailer_daemon mail....

2001-06-18 Thread Charles Cazabon
Greg Moeller <[EMAIL PROTECTED]> wrote: > > Greg Moeller <[EMAIL PROTECTED]> wrote: > > > Is there any way to discard any Email the mailer daemon generates? > > > > No easy, built-in way, but then again, you shouldn't need it. queue > > management in qmail is completely automatic. > > > Your sy

Re: Spam Removal

2001-06-18 Thread Ruprecht Helms
Hi, >... >I am considering screening out ALL .cn and .kr mailservers. Is there >an easy way to do that? how about the badmailfrom-file. I think append/inserting .cn and .kr to/in that file and all mails from that top-level domains will be rejected. Regards, Ruprecht

RE: Help wanted

2001-06-18 Thread Willy De la Court
Schajee, I use a combination of qmail, vmailmgr, omail-admin, courier-imap and squirrelmail to do just what you need. Willy De la Court QUINT NS NV On Monday, June 18, 2001 13:30, Schajee Achmad [SMTP:[EMAIL PROTECTED]] wrote: > > Hi there, > > Let me introdce myself first. My name is Schaje

RE: Spam Removal

2001-06-18 Thread Roger Walker
You Wrote: >Please let know if you find a way to block all of the domains you mentioned. >Also do you think someone like arin.net would have there blocks of ips on >file and then we can just block them ? I believe IANA has the master list of IP blocks that lists where they are assigned t

qmail Multiple MX Problem

2001-06-18 Thread mjt mjt
Hi all I have this problem delivering mail to certain hosts that have multiple MX entries. Other than that everything is working fine. Let me explain the scenario more. I have mail being sent to some user at server A and server B. Server A and B have 3 MX entries in their lookup. The first t

RE: smtp router

2001-06-18 Thread Kirti S. Bajwa
Federico:   I have same arrangement on my system. I have setup Exchange to check mail on Qmail every 5 minutes. I do not know if there is any setup in qmail to automatically send the mail to Exchange. If you received a suggestion to accomplish it, fine, otherwise, email me in couple of days

RE: how may i discard msgs

2001-06-18 Thread Dave Sill
Deslions Nicolas <[EMAIL PROTECTED]> wrote: >Thanks but it doesn't seems to work >i think the problem maybe comes from the ":" character... It works. I just tested it. Did you remember to substitute the correct UID and GID in the assign entry? I suggested: >> +smtp:alias:aliasuid:aliasgid:/var

pop3-problem with vmailmgr

2001-06-18 Thread Severin Olloz
Hello... Today I have setup a qmail-server with vmailmgr and omail for testing and hey it works very well - I will soon replace my sendmail-server :-) But I have a problem with the pop3-server. I can connect and the server accept my passwor, but I can't get any mails form it. I see always this

Re: smtp router

2001-06-18 Thread Greg White
On Mon, Jun 18, 2001 at 03:48:23PM +, Ahmad Ridha wrote: > Federico writes: > > > I need to make this possible with qmail: > > > > I've this structure INTERNETQMAIL-EXCHANGE > > > > i need that ALL incoming mail from internet are sent directly to exchange and the >outgoing mail

Re: Discarding mailer_daemon mail....

2001-06-18 Thread Greg Moeller
> Greg Moeller <[EMAIL PROTECTED]> wrote: > > Is there any way to discard any Email the mailer daemon generates? > > No easy, built-in way, but then again, you shouldn't need it. queue > management in qmail is completely automatic. > > > Your system is misconfigured. What split value are you

Re: smtp router

2001-06-18 Thread Henning Brauer
On Mon, Jun 18, 2001 at 03:48:23PM +, Ahmad Ridha wrote: > Federico writes: > > I need to make this possible with qmail: > > I've this structure INTERNETQMAIL-EXCHANGE > > i need that ALL incoming mail from internet are sent directly to exchange and the >outgoing mail are sent nor

RE: courier-imap and tcpserver ?

2001-06-18 Thread Michael Boyiazis
this is working nicely for me... http://www.ornl.gov/its/archives/mailing-lists/qmail/2000/04/msg01189.html -- Michael Boyiazis [EMAIL PROTECTED] Mail Architect, NetZero, Inc. > -Original Message- > From: Oden Eriksson [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 16, 2001 8:45 AM

RE: Spam Removal

2001-06-18 Thread Jeremy Suo-Anttila
Please let know if you find a way to block all of the domains you mentioned. Also do you think someone like arin.net would have there blocks of ips on file and then we can just block them ? Thanks Jps From: Ed Weinberg [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 10:13 AM Subject: R

Re: smtp router

2001-06-18 Thread Greg White
On Mon, Jun 18, 2001 at 05:14:48PM +0200, Federico wrote: > I need to make this possible with qmail: > > I've this structure INTERNETQMAIL-EXCHANGE > > i need that ALL incoming mail from internet are sent directly to exchange and the >outgoing mail are sent normally. > > it is possible

Re: Spam Removal

2001-06-18 Thread Ed Weinberg
On Sun, 17 Jun 2001 17:13:51 -0500, "Jeremy Suo-Anttila" <[EMAIL PROTECTED]> wrote: >I have already done this and yes i do have pop b4 smtp setup and running so >i am not asking about me being a relay as some people on the list think. >Does anyone know a good how to or site where i can get info o

Re: smtp router

2001-06-18 Thread Ahmad Ridha
Federico writes: > I need to make this possible with qmail: > > I've this structure INTERNETQMAIL-EXCHANGE > > i need that ALL incoming mail from internet are sent directly to exchange and the >outgoing mail are sent normally. > > it is possible? > how? > (In /var/qmail/contro

Re: smtp router

2001-06-18 Thread Charles Cazabon
Federico <[EMAIL PROTECTED]> wrote: > it is possible? how? `man qmail-control`. Follow the reference to smtproutes. Charles -- --- Charles Cazabon<[EMAIL PROTECTED]> GPL'ed software available at:

Re: smtp router

2001-06-18 Thread Peter van Dijk
On Mon, Jun 18, 2001 at 05:14:48PM +0200, Federico wrote: > I need to make this possible with qmail: > > I've this structure INTERNETQMAIL-EXCHANGE > > i need that ALL incoming mail from internet are sent directly to exchange and the >outgoing mail are sent normally. > > it is possible

UW-IMAP + qmail + vpopmail

2001-06-18 Thread Claudiu Costin
Hello friends, Is there a patch/distro for UW-IMAP or else IMAP server (forget about Courier IMAP) which work with vpopmail authentication? I know and download version with Maildir support, but it use PAM, passwd. I want to use imapdlogin -> authvchkpw ->uw-imap with modification uw-im

Re: need to log in a database.

2001-06-18 Thread Charles Cazabon
Federico <[EMAIL PROTECTED]> wrote: > I now it is not too legal and a right thing, but I must register in a > Database, possibly MySQL or PostgreSQL, every single incoming/outgoing mail [...] > how it is possible? djb has instructions on logging every message qmail handles. Use that. Then in th

Re: [Q] qmail and supervise

2001-06-18 Thread Adrian Ho
On Mon, 18 Jun 2001, Charles Cazabon wrote: > I could be mistaken, but I believe this behaviour depends on the order > of the various lines in inittab -- if you put svscan before the stuff > called in the standard runlevels, it should work. SysVinit, which I believe is quite common on Linux syst

smtp router

2001-06-18 Thread Federico
I need to make this possible with qmail:   I've this structure INTERNETQMAIL-EXCHANGE   i need that ALL incoming mail from internet are sent directly to exchange and the outgoing mail are sent normally.   it is possible? how?  

Multiple users, single mailbox

2001-06-18 Thread marco1
Hi all   I've Qmail,Vpopmail and Courier Imap. I need to implement something like Exchange Acl,  many users need access to a single mailbox with their own credentials.   Thanks 

RE: how may i discard msgs

2001-06-18 Thread Deslions Nicolas
Thanks but it doesn't seems to work i think the problem maybe comes from the ":" character... > -Message d'origine- > De : Dave Sill [mailto:[EMAIL PROTECTED]] > Envoyé : Monday, June 18, 2001 16:54 > À : [EMAIL PROTECTED] > Objet : Re: how may i discard msgs > > > Deslions Nicolas <[E

Re: need to log in a database.

2001-06-18 Thread Chris Johnson
On Mon, Jun 18, 2001 at 04:55:06PM +0200, Federico wrote: > I now it is not too legal and a right thing, but I must register in a > Database, possibly MySQL or PostgreSQL, every single incoming/outgoing mail > with: > > + sender > + receiver > + body of the mail > + possibly also any attachment

Re: [Q] qmail and supervise

2001-06-18 Thread Dave Sill
Charles Cazabon <[EMAIL PROTECTED]> wrote: >I could be mistaken, but I believe this behaviour depends on the order of the >various lines in inittab -- if you put svscan before the stuff called in the >standard runlevels, it should work. Hmm, that could be it. If so, it's unfortunate that DJB's d

Re: Discarding mailer_daemon mail....

2001-06-18 Thread Larry M. Smith
I am currently working on a dblbounce manager... Still in testing... but it's just a perl script that automatically add a sender's envelope to badmailfrom if it bounces.

need to log in a database.

2001-06-18 Thread Federico
I now it is not too legal and a right thing, but I must register in a Database, possibly MySQL or PostgreSQL, every single incoming/outgoing mail with:   + sender + receiver + body of the mail + possibly also any attachment     how it is possible?     thx.

Re: how may i discard msgs

2001-06-18 Thread Dave Sill
Deslions Nicolas <[EMAIL PROTECTED]> wrote: >i'm currently receiving a lot of virus generated messages the "To:" looks >like : " SMTP:[EMAIL PROTECTED] " >i've tried to discard those messages using some .qmail alias files like >.qmail-SMTP-default , .qmail-"SMTP:[EMAIL PROTECTED]" etc etc but non

Re: [Q] qmail and supervise

2001-06-18 Thread Charles Cazabon
Dave Sill <[EMAIL PROTECTED]> wrote: > > > >Would you approve creating a 'down' file in the service directories and > >running 'svc -u / svc -d' in init.d scripts on each service? > > That's a nice idea, but it doesn't work. svscan started via inittab > isn't started until *after* the init.d scri

ACL

2001-06-18 Thread rosita
Hi all   I've Qmail,Vpopmail and Courier Imap. I need to implement something like Exchange Acl,  many users need access to a single mailbox with their own credentials.   Thanks 

Re: [Q] qmail and supervise

2001-06-18 Thread Dave Sill
Bernhard Graf <[EMAIL PROTECTED]> wrote: >Gerrit Pape wrote > >> svscan should be started at boot time and never stopped until >> shutdown. That ensures your services are always running with the >> same (known and wanted) environment and limits. > >But I don't want to bypass run levels. > >Would

Re: Discarding mailer_daemon mail....

2001-06-18 Thread Charles Cazabon
Greg Moeller <[EMAIL PROTECTED]> wrote: > Is there any way to discard any Email the mailer daemon generates? No easy, built-in way, but then again, you shouldn't need it. queue management in qmail is completely automatic. > Each day, the queue on our server builds up between 7000-1 Email in

RE: Discarding mailer_daemon mail....

2001-06-18 Thread Deslions Nicolas
i guess you could just put "#" in /var/qmail/alias/.qmail-mailer-daemon > -Message d'origine- > De : Greg Moeller [mailto:[EMAIL PROTECTED]] > Envoyé : Monday, June 18, 2001 10:15 > À : [EMAIL PROTECTED] > Objet : Discarding mailer_daemon mail > > > Is there any way to discard any

how may i discard msgs

2001-06-18 Thread Deslions Nicolas
Hi i'm currently receiving a lot of virus generated messages the "To:" looks like : " SMTP:[EMAIL PROTECTED] " i've tried to discard those messages using some .qmail alias files like .qmail-SMTP-default , .qmail-"SMTP:[EMAIL PROTECTED]" etc etc but none seems to work. Any idea ? Thanks Nicolas D

When bouncesaying messages bounce...

2001-06-18 Thread Ed Weinberg
When bouncesaying messages bounce I get a failure notice. Usually it is about bouncing to username which does not exist because the original bounce messages was spam from a bogus email address. Is there any way to stop getting these "bounced bounced" messages and still get legitimate failed emai

RE: Rewrite (.*)@foo.com to \\1@bar.net

2001-06-18 Thread Troy Settle
Peter, Edward, Thanks for the input on this, I'll be playing with it more today. One important thing I forgot to mention in my last post, is that I'm only a MX for these domains, the customer runs his own server to handle the mail. Normally, I'd just set up an SMTP route to send all the mail to

Re: [SLE] how to forward 2 different network IP

2001-06-18 Thread kengheng
Kernel IP routing tableDestination Gateway Genmask Flags Metric Ref    UseIface10.1.0.0    0.0.0.0 255.255.255.0   U 0  0    0 eth1128.1.0.0   0.0.0.0 255.255.0.0 U 0  0    0 eth00.0.0.0 128.1.0.244

Re: Rewrite (.*)@foo.com to \\1@bar.net

2001-06-18 Thread peter green
* Troy Settle <[EMAIL PROTECTED]> [010617 17:20]: > Ok, the qmail faq says to put ``| forward "$[EMAIL PROTECTED]"'' into > ~alias/.qmail-default, but that would appear to be for all domains, which I > do not want to do. > > So, I put that line into ~vpopmail/domains/foo.com/.qmail-default, but t

Re: Help wanted

2001-06-18 Thread Oden Eriksson
Take a peek at sqwebmail at www.inter7.com/sqwebmail/ wich Í have been satisfied with many years. That's a nice piece of work. Troy Settle writes: > > Schagee, > > I've only just started playing with it, but squirrelmail has an awesome look > and feel and seems to be extremly fast against

Re: Discarding mailer_daemon mail....

2001-06-18 Thread Jörgen Persson
On Mon, Jun 18, 2001 at 03:15:10AM -0500, Greg Moeller wrote: > Is there any way to discard any Email the mailer daemon generates? > Each day, the queue on our server builds up between 7000-1 Email > in the queue that the mailer daemon's trying to return. (All spam, of > course, the return add

RE: Help wanted

2001-06-18 Thread Troy Settle
Schagee, I've only just started playing with it, but squirrelmail has an awesome look and feel and seems to be extremly fast against courier-imapd. It runs under PHP4, is open-source, and ready to rock-and-roll. It took me all of about 2 minutes to install, configure, and run my first test. I

Discarding mailer_daemon mail....

2001-06-18 Thread Greg Moeller
Is there any way to discard any Email the mailer daemon generates? Each day, the queue on our server builds up between 7000-1 Email in the queue that the mailer daemon's trying to return. (All spam, of course, the return address being bogus in some way) I have to run a script every night tha