Re: qmail-send dependent on log?

2001-03-21 Thread Vincent Schonau
On Thu, Mar 22, 2001 at 12:36:16PM +0530, Sumith wrote: > Hello >No deliveries were happening on our qmail server, since I changed the >qmail/log/run file installed from qmail rpms to that required by "isoqlog" >(qmail-loganalyzer) > #!/bin/sh > exec /usr/local/bin/setuidgid qmaill /usr/local/bi

help for qmail+vpopmail+mysql

2001-03-21 Thread Chu Zhaowu
hi, sir,     I have installed qmail+vpopmail+mysql, and all thread have been startup. when I add domain and username into some domain, the directory of the domains and users have been created, but I can't find out the default database and the default table(vpopmail), and can't find the

qmail-send dependent on log?

2001-03-21 Thread Sumith
Hello   No deliveries were happening on our qmail server, since I changed the qmail/log/run file installed from qmail rpms to that required by "isoqlog" (qmail-loganalyzer)   #!/bin/shexec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t !isoqlogappend ./main     Mails started comin

Re: sending attachment mail via qmail

2001-03-21 Thread Kep Brown
Try using cat {filename}| uuencode {name for the file}|/var/qmail/bin/qmail-inject [EMAIL PROTECTED] Example cat /usr/backup/baddump | uuencode baddump | /var/qmail/bin/qmail-inject [EMAIL PROTECTED] Kep ants.com scout Kep Brown Systems

sending attachment mail via qmail

2001-03-21 Thread Essy Ren
I'll try using this command to check my email and it's work echo To: [EMAIL PROTECTED] | /var/qmail/bin/qmail-inject how can I send some attachment (file error at /usr/backup) with that mail ? thanks ... ;p

Re: tcpserver rblsmtpd

2001-03-21 Thread Timothy Legant
On Wed, Mar 21, 2001 at 02:44:33PM -0800, Brad Dameron wrote: > > Anyone have a good example of using the tcpserver rblsmtpd with qmail? /usr/local/bin/tcpserver -x/var/qmail/tcp.smtp.cdb -R -v -u82 -g81 0 smtp \ /usr/local/bin/rblsmtpd -r 'relays.mail-abuse.org:Open relay problem - se

Re: Supervise logging - RH 6.2

2001-03-21 Thread Timothy Legant
On Wed, Mar 21, 2001 at 03:22:32PM -, Iain Morrison wrote: > The logging for Qmail is set to use multilog for both qmail-smtp and the > qmail-send programs. Only trouble is that supervise is not able to start > them for some reason so all logging goes to the console. [snip...] > Any ideas?

About dot qmail program!

2001-03-21 Thread Silver Dirk
Hello all, I write a program use C/C++ language, and put its path into a dot qmail file like this: |/path/to/my/program/getmailcontent But I get nothing but headers. So I need urs help how to get the whole mail content from this environment. Thanks a lot. Dirk.ye

Re: what pop3 daemon is better?

2001-03-21 Thread Charles Cazabon
keng heng <[EMAIL PROTECTED]> wrote: > Hi, I just wonder which pop3 server has the high performance to handle large > amount of emails transaction (>1 emails) a day? The qpopper, wu-pop3 > (come with the wu-imap), and etc qmail-pop3d can easily handle this kind of load. Run it from tcpse

disappearing messages

2001-03-21 Thread Rodolfo Sampaio
i had this problem, and it was because the home directory of my users was not owned by them. (ie home dir of user foo not owned by foo), and the home dir cant either be world writable... []'s Tenchi Muyou - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

what pop3 daemon is better?

2001-03-21 Thread keng heng
Hi, I just wonder which pop3 server has the high performance to handle large amount of emails transaction (>1 emails) a day? The qpopper, wu-pop3 (come with the wu-imap), and etc

RE: VERP problems

2001-03-21 Thread Brett
Yes, I actually did realize that much. I just got mixed up at some point when I was writing this email. So my problem is just that the return address is getting set to [EMAIL PROTECTED] rather than [EMAIL PROTECTED] -Original Message- From: Charles Cazabon [mailto:[EMAIL PROTECTED]] Sent:

Re: VERP problems

2001-03-21 Thread Charles Cazabon
Brett <[EMAIL PROTECTED]> wrote: > > I found a VERP page (quoted below) and according to that I should touch > ~/.qmail-me-owner and ~/.qmail-me-owner-default. Then if I set the > QMAILINJECT environment variable to 'r', I'm ready to go. I call: > > echo to:[EMAIL PROTECTED] | /var/qmail/bin/qma

Re: 554 too many hops?

2001-03-21 Thread Charles Cazabon
Brad Dameron <[EMAIL PROTECTED]> wrote: > > failed_after_I_sent_the_message./Remote_host_said:_554_too_many_hops,_mail_i > s_looping. > > Anyone know what can cause this error? Is there a way to stop the loop? The remote host refused the message, saying there were too many Recieved: headers in

Re: heavy traffic on port 25

2001-03-21 Thread Charles Cazabon
Krzysztof Wychowalek <[EMAIL PROTECTED]> wrote: > > What is more interesting is that even if I stop qmail, the traffic is > still coming to the port 25 in the same amount. :-o qmail-smtpd is sometimes started separately, typically under tcpserver. It won't stop when you stop the main qmail proc

RE: heavy traffic on port 25

2001-03-21 Thread Krzysztof Wychowalek
> > Is the incoming traffic from a specific IP address? Or Block of > > IP's? No, or at least I cannot see it among thousands of IP's that send smtp messages to my server. > > Are you "sure" it's incoming only? Yes, I use iptraf, and tcpdump. Of total SMTP traffic, 97% is incoming and 3% is o

VERP problems

2001-03-21 Thread Brett
I'm trying to implement VERP for my own user address, that is, an address that's not a mailing list. I found a VERP page (quoted below) and according to that I should touch ~/.qmail-me-owner and ~/.qmail-me-owner-default. Then if I set the QMAILINJECT environment variable to 'r', I'm ready to go.

RE: disappearing messages

2001-03-21 Thread schoon
Well, it's easier than TMTOWTDI!! unless($perl_coder) {print "Don't Understand TMTOWTDI"}; :) .mark >-- >From: Kris Kelley[SMTP:[EMAIL PROTECTED]] >Sent: Wednesday, March 21, 2001 3:30 PM >To:QMail Mailing List >Subject: Re: disappearing messages > >Schoon wrote: >> Hmm, ano

RE: heavy traffic on port 25

2001-03-21 Thread Hubbard, David
Check the logging from your tcpserver on port 25, if you see a lot of status 256's over and over, like one to ten per second, then it could be a broken Microsoft SMTP Service server trying to deliver mail to you. MS's SMTP Service tries to send emails without the qmail-required carriage return li

Re: disappearing messages

2001-03-21 Thread Kris Kelley
Schoon wrote: > Hmm, another acronym?? WDTLS?? :) Clever, but the majority of people you'd throw it at would never get it. :) ---Kris Kelley

Re: heavy traffic on port 25

2001-03-21 Thread Jack Thomas
- Original Message - From: Krzysztof Wychowalek <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 2:30 PM Subject: heavy traffic on port 25 > Dear friends, > I have a server running Qmail as as MTA and about 300 mail > accounts. I realized that I'm experiencing

Re: heavy traffic on port 25

2001-03-21 Thread Mark Delany
On Wed, Mar 21, 2001 at 11:30:26PM +0100, Krzysztof Wychowalek wrote: > Dear friends, > I have a server running Qmail as as MTA and about 300 mail > accounts. I realized that I'm experiencing huge amount of incoming > traffic to the port 25, it's like 1 MB per minute, so it slows down my > Inte

RE: disappearing messages

2001-03-21 Thread schoon
Hmm, another acronym?? WDTLS?? :) .mark >-- >From: Kris Kelley[SMTP:[EMAIL PROTECTED]] >Sent: Wednesday, March 21, 2001 2:57 PM >To:QMail Mailing List >Subject: Re: disappearing messages > >Gopi Sundaram wrote: >> Right now, I can send messages out using the machine running q

heavy traffic on port 25

2001-03-21 Thread Krzysztof Wychowalek
Dear friends, I have a server running Qmail as as MTA and about 300 mail accounts. I realized that I'm experiencing huge amount of incoming traffic to the port 25, it's like 1 MB per minute, so it slows down my Internet connection dramatically. This is only incoming traffic, both outgoing SMTP

RE: disappearing messages

2001-03-21 Thread schoon
Like with any service running on a server - what do the logs have in them?? .mark >-- >From: Gopi Sundaram[SMTP:[EMAIL PROTECTED]] >Sent: Wednesday, March 21, 2001 2:46 PM >To:[EMAIL PROTECTED] >Subject: disappearing messages > >Hello all, > >I'm trying to get a test-bed inst

Re: disappearing messages

2001-03-21 Thread Kris Kelley
Gopi Sundaram wrote: > Right now, I can send messages out using the machine running qmail as > an smtp server. I can receive local messages correctly. However, > messages from outside to my qmail server are irretrievable lost. They > aren't bounced, and I never receive them. > > I have no idea wh

Re: 554 too many hops?

2001-03-21 Thread Andy Bradford
On Wed, 21 Mar 2001 14:32:36 PST, "Brad Dameron" wrote: > failed_after_I_sent_the_message./Remote_host_said:_554_too_many_hops,_mail_i > s_looping. > > Anyone know what can cause this error? Is there a way to stop the loop? It means there are too many received lines in a message. To stop the

disappearing messages

2001-03-21 Thread Gopi Sundaram
Hello all, I'm trying to get a test-bed installation of Qmail going, and I'm failing miserably. Right now, I can send messages out using the machine running qmail as an smtp server. I can receive local messages correctly. However, messages from outside to my qmail server are irretrievable lost.

tcpserver rblsmtpd

2001-03-21 Thread Brad Dameron
Anyone have a good example of using the tcpserver rblsmtpd with qmail? I am currently using "/usr/local/bin/tcpserver -c 120 -D -x /mail/etc/tcp.smtp.cdb -u 501 -g 500 0 smt p /var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd 3 &" as my start line in my rc.local file.

554 too many hops?

2001-03-21 Thread Brad Dameron
failed_after_I_sent_the_message./Remote_host_said:_554_too_many_hops,_mail_i s_looping. Anyone know what can cause this error? Is there a way to stop the loop? --- Brad Dameron[EMAIL PROTECTED] Network Account Executive

Re: qmail install troubles

2001-03-21 Thread Nick Kocharhook
on 3/21/01 9:39 AM, Dave Sill at [EMAIL PROTECTED] wrote: > He said he's following the HOWTO, which logs to /var/log/qmail using > multilog. Wow! You're right. Looks like I should have done 'ls /var/log' instead of 'rgrep qmail /var/log/*'. ;-) >>> Then I stumbled across the fact that I needed

RE: Qmail + NAT

2001-03-21 Thread MIS - Ben Murphy
mmm... thanx will try that out, and respond shortly. Thanx again. Ben Murphy murphx Innovative Solutions > -Original Message- > From: Laurence Brockman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 21, 2001 8:44 PM > To: '[EMAIL PROTECTED]'; Mailing List - Qmail (E-mail) > Subject

RE: Qmail + NAT

2001-03-21 Thread Laurence Brockman
Couldn't you just add the domains that you are talking about to the ~control/smtproutes file? domain:iptorouteto is the format. You could do: domain.com:192.168.0.23 (Which would force the any mail delivered to domain.com to the private Ip address)? Would that work? -- Laurence Brockman Uni

Re: handling bounces

2001-03-21 Thread Mark Delany
You can use VERP without using ezmlm. Checkout QMAILINJECT=r as discussed in the qmail-inject manpage. Regards. On Wed, Mar 21, 2001 at 12:33:18PM -0800, Brett wrote: > In qmail-inject, I'm Bcc-ing a LOT of people. What's the best method for > handling bounces? I want to be able to extract a li

handling bounces

2001-03-21 Thread Brett
In qmail-inject, I'm Bcc-ing a LOT of people. What's the best method for handling bounces? I want to be able to extract a list of addresses into a file and deal with them later. I can't use ezmlm mainly because this Bcc list needs to be able to change on the fly (i.e. I can't just setup a static m

RE: no mailbox here(#5.1.1) - don't works!

2001-03-21 Thread Kep Brown
One hack is to write a simple shell script, mine is called qmail-aliasemail, that calls fastforward then runs another process if the user is still not found. This is a real simplified version but it should get you started. To use it change you .qmail-default to call this script instead of fatfo

Re: redundant mail servers

2001-03-21 Thread Peter van Dijk
On Wed, Mar 21, 2001 at 08:50:46PM +0100, Peter van Dijk wrote: > On Wed, Mar 21, 2001 at 02:46:23PM -0500, Gopi Sundaram wrote: > > On 21 Mar 2001, Mark Delany wrote (quoting me): > > > > > > Ideally, I would like mail to still be delivered to /var/mail/ in > > > > > > Why do you want it in /var

Re: redundant mail servers

2001-03-21 Thread Peter van Dijk
On Wed, Mar 21, 2001 at 02:46:23PM -0500, Gopi Sundaram wrote: > On 21 Mar 2001, Mark Delany wrote (quoting me): > > > > Ideally, I would like mail to still be delivered to /var/mail/ in > > > > Why do you want it in /var/mail particularly, apart from the fact > > that you're used to it being the

Re: redundant mail servers

2001-03-21 Thread Gopi Sundaram
On 21 Mar 2001, Mark Delany wrote (quoting me): > > Ideally, I would like mail to still be delivered to /var/mail/ in > > Why do you want it in /var/mail particularly, apart from the fact > that you're used to it being there? I would like all email to be received to approximately the same place.

Re: redundant mail servers

2001-03-21 Thread Peter van Dijk
On Wed, Mar 21, 2001 at 06:36:53PM +, Mark Delany wrote: [snip] > > Do an experiment: run one of those mbox-to-maildir convert programs > (from www.qmail.org) on your 200MB mailbox - load it into a Maildir > and aim mutt at it and tell us what happens. Tell us how it compares > to pine loadin

Re: redundant mail servers

2001-03-21 Thread Mark Delany
On Wed, Mar 21, 2001 at 12:41:27PM -0500, Gopi Sundaram wrote: > On Wed, 21 Mar 2001, Peter van Dijk wrote (quoting me): > > > > http://www.imap.org/papers/imap.vs.pop.brief.html > > > > And what is your *own* opinion? I prefer POP because IMAP makes > > users leave mail on server, amongst others

Re: redundant mail servers

2001-03-21 Thread Peter van Dijk
On Wed, Mar 21, 2001 at 12:41:27PM -0500, Gopi Sundaram wrote: [snip] > I guess if I use the maildir format, setting up redundant mailservers > becomes easy. Here's my understanding: > > * equal priority MX records for two servers. > * both servers running qmail, mail stored in an NFS mounted spo

Re: redundant mail servers

2001-03-21 Thread Gopi Sundaram
On Wed, 21 Mar 2001, Peter van Dijk wrote (quoting me): > > http://www.imap.org/papers/imap.vs.pop.brief.html > > And what is your *own* opinion? I prefer POP because IMAP makes > users leave mail on server, amongst others. That is one of the reasons why I prefer IMAP. I don't like leaving my em

Re: qmail install troubles

2001-03-21 Thread Dave Sill
Ruprecht Helms <[EMAIL PROTECTED]> wrote: >possible the things will be logged in /var/log mail. I think this is the >default. The entry in syslog can malfunction. He said he's following the HOWTO, which logs to /var/log/qmail using multilog. >>Then I stumbled across the fact that I needed .qma

Re: multiple checkpassword routines

2001-03-21 Thread Peter Green
Oops, sent that last message to the list. Sorry, all. /pg -- Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED] --- Instead of a trap door, what about a trap window? The guy looks out it, and if he leans too far, he falls out. Wait. I guess that's like a regular window.

Re: multiple checkpassword routines

2001-03-21 Thread Peter Green
[ I've taken this off-list since (a) you seem to be the only person helping, and (b) debugging scripts isn't really on-topic. :-) ] * Jörgen Persson <[EMAIL PROTECTED]> [010320 19:04]: > You can rewind by saving FD3 to an ordinary file. Try this example: Great! > I don't know if you mind the f

Re: redundant mail servers

2001-03-21 Thread Mark Delany
On Wed, Mar 21, 2001 at 10:58:06AM -0500, Gopi Sundaram wrote: > On 21 Mar 2001, Mark Delany wrote (quoting me): > > > > Thus a user can check their email via IMAP or (shudder) POP from > > > > Why shudder? POP is by far the most reliable service of the two > > and much simpler and supported by m

Re: forward problem

2001-03-21 Thread Harald Hanche-Olsen
+ Evgeni Dobrev <[EMAIL PROTECTED]>: | How can one make the qmail delete a message whenever it is | forwarded. Now the message is left on the server after it is | forwarded. I use vmailmgr. I know nothing about vmailmgr, and suggest you ask on a mailing list devoted to that program. With qmail

Re: virus

2001-03-21 Thread Harald Hanche-Olsen
+ "Chrisanthy Carlane" <[EMAIL PROTECTED]>: | I received a bounce of seven dwarfs virus like this, so the remote | mail server rejects our mails. what should I do? Well, the message originated from 10.10.10.127 which is presumably within your internal network. (No Internet host has an address 1

Re: redundant mail servers

2001-03-21 Thread Peter van Dijk
On Wed, Mar 21, 2001 at 10:58:06AM -0500, Gopi Sundaram wrote: > On 21 Mar 2001, Mark Delany wrote (quoting me): > > > > Thus a user can check their email via IMAP or (shudder) POP from > > > > Why shudder? POP is by far the most reliable service of the two > > and much simpler and supported by m

Re: redundant mail servers

2001-03-21 Thread Gopi Sundaram
On 21 Mar 2001, Mark Delany wrote (quoting me): > > Thus a user can check their email via IMAP or (shudder) POP from > > Why shudder? POP is by far the most reliable service of the two > and much simpler and supported by more clients. http://www.imap.org/papers/imap.vs.pop.brief.html > This is

Re: qmail large usuage

2001-03-21 Thread Peter van Dijk
On Wed, Mar 21, 2001 at 09:12:46AM +, Federico Edelman Anaya wrote: > Peter: > echo "fs.file-max = 16384" >> /etc/sysctl.conf > echo "fs.inod-max = 65536" >> /etc/sysctl.conf > > Try to re-compile the Qmail with conf-spawn: 509 > > Add to qmail rc "ulimit -n 4096" All good and well,

Re: redundant mail servers

2001-03-21 Thread J.J. Gallardo
Gopi Sundaram escribió: > There will be 2 mail servers, mail1 and mail2 > > Thus a user can check their email via IMAP or (shudder) POP from either > mail1 or mail2. How? Your users must configure only "ONE ACCOUNT" on his cliente browser. Or "user1%mail1" either "user1%mail2". How you do it th

Re: redundant mail servers

2001-03-21 Thread Mark Delany
> There will be 2 mail servers, mail1 and mail2 > > Any email that is received by mail1 should automatically be forwarded > to mail2, and any email that is received by mail2 should be forwarded > to mail1. The only exception to the rule is when they receive messages > from each other. > > Thus a

Supervise logging - RH 6.2

2001-03-21 Thread Iain Morrison
Further to my various troubles with Qmail on RH 6.2, I have now managed to get the SMTP server running with supervise, the problem I have been left with is as follows!!! The logging for Qmail is set to use multilog for both qmail-smtp and the qmail-send programs. Only trouble is that supervise

Re: question

2001-03-21 Thread Kirill Miazine
http://cr.yp.to/qmail/faq/admin.html#copies: Set QUEUE_EXTRA to "Tlog\0" and QUEUE_EXTRALEN to 5 in extra.h. Recompile qmail. Put ./msg-log into ~alias/.qmail-log On Wed, Mar 21, 2001 at 04:55:47PM +0200, Ciprian Iftode wrote: > Hi, > Is there any solution to have a copy of all emails that

redundant mail servers

2001-03-21 Thread Gopi Sundaram
Hello all, We are currently running sendmail at our site, and are trying to move to qmail. Since we are making the move, I thought we should also add some redundancy, so here is my idea: There will be 2 mail servers, mail1 and mail2 Any email that is received by mail1 should automatically be fo

question

2001-03-21 Thread Ciprian Iftode
Hi, Is there any solution to have a copy of all emails that the server process, I mean all the emails that users send thru this server, and all the emails the server receives, and the emails the server routes? I tried with the option recordio of tcpserver who starts qmail-send, but I want a

Re: qmail large usuage

2001-03-21 Thread Federico Edelman Anaya
Peter: echo "fs.file-max = 16384" >> /etc/sysctl.conf echo "fs.inod-max = 65536" >> /etc/sysctl.conf Try to re-compile the Qmail with conf-spawn: 509 Add to qmail rc "ulimit -n 4096" Bye! Peter van Dijk wrote: > On Wed, Mar 21, 2001 at 08:32:29AM +1100, [EMAIL PROTECTED] wrote: > >

Re: no mailbox here(#5.1.1) - don't works!

2001-03-21 Thread Johan Almqvist
* Massimo Quintini <[EMAIL PROTECTED]> [010321 16:47]: > I have seen the /var/log/maillog... > .. there is the msgs > 1) "Sorry, no mailbox here ." > 2) starting delivery to remote [EMAIL PROTECTED] (the sender) > 3) delivery success . Remote_host_said . > > > Don't works!!! > > > 1) in ~

Re: no mailbox here(#5.1.1) - don't works!

2001-03-21 Thread Massimo Quintini
I have seen the /var/log/maillog... .. there is the msgs 1) "Sorry, no mailbox here ." 2) starting delivery to remote [EMAIL PROTECTED] (the sender) 3) delivery success . Remote_host_said . Massimo. Jörgen Persson wrote: > On Wed, Mar 21, 2001 at 01:10:31PM -0200, Massimo Quintini w

Re: no mailbox here(#5.1.1) - don't works!

2001-03-21 Thread Jörgen Persson
On Wed, Mar 21, 2001 at 01:10:31PM -0200, Massimo Quintini wrote: > Don't works!!! > > 1) in ~alias/.qmail-default I had 1 line with |fastforward > 2) I have added a line with &[EMAIL PROTECTED] > 3) I have sent a msg from hotmail to mydomain > > ... but it dont works How do you

Re: no mailbox here(#5.1.1)

2001-03-21 Thread Jörgen Persson
On Wed, Mar 21, 2001 at 05:21:57PM +0530, Shirish Bhagwat wrote: > Hi, what if my .qmail-default already contains following line > =-=-= > | fastforward -d /etc/aliases.cdb > =-=-= > > Can I still add it there? depends on the needs -- don't fix it if it's not broken. Jörgen > > - shirish >

Re: no mailbox here(#5.1.1) - don't works!

2001-03-21 Thread Massimo Quintini
Don't works!!! 1) in ~alias/.qmail-default I had 1 line with |fastforward 2) I have added a line with &[EMAIL PROTECTED] 3) I have sent a msg from hotmail to mydomain ... but it dont works I must re-start qmail thanks. Massimo Shirish Bhagwat wrote: > Hi, what if my .qmai

Re: no mailbox here(#5.1.1)

2001-03-21 Thread Shirish Bhagwat
Hi, what if my .qmail-default already contains following line =-=-= | fastforward -d /etc/aliases.cdb =-=-= Can I still add it there? - shirish Jörgen Persson wrote: > On Wed, Mar 21, 2001 at 11:19:09AM -0200, Massimo Quintini wrote: > > > > My QMAIL sends notification "Sorry, no mailbox here

forward problem

2001-03-21 Thread Evgeni Dobrev
hi all, How can one make the qmail delete a message whenever it is forwarded. Now the message is left on the server after it is forwarded. I use vmailmgr. Hope you can help me: evgeni

Re: delete msg in queue

2001-03-21 Thread Jörgen Persson
On Wed, Mar 21, 2001 at 11:22:37AM -0200, Massimo Quintini wrote: > With the cmd qmail-qstat (or qmail-qread) I see the msg in the queue. > . > How can I delete msg in queue (because the recipient is incorrect!!!) > ??? [snip] You can find the following hint at www.qmail.org: touch -d '1 wee

Re: no mailbox here(#5.1.1)

2001-03-21 Thread Jörgen Persson
On Wed, Mar 21, 2001 at 11:19:09AM -0200, Massimo Quintini wrote: > > My QMAIL sends notification "Sorry, no mailbox here by that name. > (#5.1.1)" to the sender for any unknown user in my domain. > > I WANT THESE MESSAGES IN A MAILBOX (e.g. postmaster)...HOW ??? [snip] let me rephrase you > I

qmail Digest 21 Mar 2001 11:00:01 -0000 Issue 1310

2001-03-21 Thread qmail-digest-help
qmail Digest 21 Mar 2001 11:00:01 - Issue 1310 Topics (messages 59344 through 59422): Re: multiple checkpassword routines 59344 by: Peter Green 59356 by: Jörgen Persson 59358 by: Jörgen Persson 59372 by: Peter Green 59407 by: Jörgen Persson Trouble w

Re: delete msg in queue

2001-03-21 Thread Hans Sandsdalen
Massimo Quintini wrote: > With the cmd qmail-qstat (or qmail-qread) I see the msg in the queue. > . > How can I delete msg in queue (because the recipient is incorrect!!!) > ??? > > Thanks > > -- > == > MASSIMO QUINTINI - O

Re: qmail install troubles

2001-03-21 Thread Shirish Bhagwat
If you follow LWQ steps you probably wouldn't have any problem. my "/var/qmail/rc" looks something like following: =-=-=-=-=-=-=-=-=-=-==-==-=-=-=-=-=-=-=-=-= #!/bin/sh exec env - PATH="/var/qmail/bin:$PATH" \ qmail-start '|dot-forward .forward ./Maildir/' splogger qmail -=-=-=-=-=-=-=-=-=-=-=-=

Qmail + Databases

2001-03-21 Thread Federico
I wanna now if Qmail can help me registring and putting in a DB all the mail that the SMTP send and receive. For "all" mail i mean the whole mail sender,receiver, subject and body.   there is a Qmail specific plugin or setting?    

delete msg in queue

2001-03-21 Thread Massimo Quintini
With the cmd qmail-qstat (or qmail-qread) I see the msg in the queue. . How can I delete msg in queue (because the recipient is incorrect!!!) ??? Thanks -- == MASSIMO QUINTINI - Osservatorio Astronomico Collurania Teramo (

no mailbox here(#5.1.1)

2001-03-21 Thread Massimo Quintini
My QMAIL sends notification "Sorry, no mailbox here by that name. (#5.1.1)" to the sender for any unknown user in my domain. I WANT THESE MESSAGES IN A MAILBOX (e.g. postmaster)...HOW ??? Thanks -- == MASSIMO QUINTINI - O

Re: qmail install troubles

2001-03-21 Thread Ruprecht Helms
At 22:59 20.03.01 -0800, Nick Kocharhook wrote: >Hello, all. I have been trying to install qmail on a RedHat 6.2 box, but it >doesn't quite work, and the documentation, FAQs and HOWTOs haven't cleared >things up. > >I was using the qmail HOWTO to guide my installation. >

virus

2001-03-21 Thread Chrisanthy Carlane
Hi guys, I received a bounce of seven dwarfs virus like this, so the remote mail server rejects our mails. what should I do? Hi. This is the qmail-send program at beta.circlecom.co.id. I tried to deliver a bounce message to this address, but the bounce bounced! [EMAIL PROTECTED], [EMAIL PROTEC