Re: client is blocking my mail server...

2001-02-15 Thread Daniellek

W dniu Wed, Feb 14, 2001 at 01:35:17PM -0500, Dave Sill wystuka(a):
Ok, this solution would work but isn't best... I't would block all my client
traffic (even short - one recipient letters).

I don't know the nature of your client(s) or their mail usage
patterns, but if the offending messages are sent by a particular user,
you could give that single person the alternative SMTP host or
port. That would subject only that one person to waiting for the big

This is some sort of info/newsletter and it happens to be big (500KB message),
it's why it's a problem for us.

Following this thread - is there possibility to check before sending mail to
queue if it has more than (for example) 50 recipient it wolud be forwarded to
this second qmail-queue. This would be ideal solution...

There's tarpit patch which checks if there are no more recipients that number
from control/tarpitcount file. Maybe it is possible to alter this patch to
suit my needs... I mean without rewriting whole qmail :)
Sure, it's a SMOP (Simple Matter Of Programming).

Yesterday noon, i've searched through qmail source (it was hard to recall C
programming :) but found a way to do this efficiently :)

If everything goes OK, patch should be ready tomorrow :)

-- 
Daniel Fenert--== [EMAIL PROTECTED] ==--
==-P o w e r e d--b y--S l a c k w a r e-=-ICQ #37739641-==
- czy linux bdzie dziaa gdy na innej partycji bd mia windows?
- tak, cho z lekkim obrzydzeniem  (robmar)
===- http://daniellek.linux.krakow.pl/ -=== +48604628083 



Re: Qmail slow!

2001-02-15 Thread Uwe Ohse

On Wed, Feb 14, 2001 at 04:00:58PM -0500, Curtis Generous wrote:

 Should it be that long before qmail-send checks the todo directory?

25 minutes.

Regards, Uwe



Re: Q: tcpserver use of -B

2001-02-15 Thread Uwe Ohse

On Thu, Feb 15, 2001 at 03:22:49AM -0500, Timothy Lorenc wrote:

 of tcpserver. I have tried -B/path to filename which just prints
 the /path to filename on the line preceeding the 220 FCN-hostname
 line. I have tried -B"Welcome to my mail system ", but I get error
 messages in /var/adm/messages concerning unable to print banner.
 So... what have others used... I am using this because:

exec \
/usr/local/bin/tcpserver -c 10 -v -D \
-x /etc/tcp.smtp.cdb \
-B'220-Hello! Please go away, i've got more email than i can possibly handle.^M
' \
ip-address port \
prog ...

Note that the message includes a literal carriage return (printed here as ^M)
and a line feed.

Try 194.77.219.24 port 25.

Regards, Uwe



Load Testing on QMAIL

2001-02-15 Thread qmailu



Hi,

I have setup a qmail box running 
qmail-1.03,vpopmail-4.9.6,courier-imap-0.36a. The authentication method is 
mysql. I have more than 2 million users. Before I move from my existing setup - 
I would like to be absolutely sure qmail can take this load. Are there many of 
you running qmail for more than 2 million users. How can I do the load testing 
(some load testing tools to the effect ! ) to confirm that my box will perform 
under maximum load ? Also what would be the ideal IMAP connects that I would 
need to setup as threshold - in my current setup we have about 
500-600 simultaneous imap connects ! Can courier-imap take this load ? 


Raghu


Re: Load Testing on QMAIL

2001-02-15 Thread Irwan Hadi

At 03:09 PM 2/15/01 +0530, qmailu wrote:
Hi,

I have setup a qmail box running 
qmail-1.03,vpopmail-4.9.6,courier-imap-0.36a. The authentication method is 
mysql. I have more than 2 million users. Before I move from my existing 
setup - I would like to be absolutely sure qmail can take this load. Are 
there many of you running qmail for more than 2 million users. How can I 
do the load testing (some load testing tools to the effect ! ) to confirm 
that my box will perform under maximum load ? Also what would be the ideal 
IMAP connects that I would need to setup as threshold - in my current 
setup   we have about 500-600 simultaneous imap connects ! Can 
courier-imap take this load ?

Hotmail before they switched using Windows 2000, they were using qmail, and 
they can handle at least 15 million accounts there.
Of course the key here to do distributed processing for the load, as you 
won;t use just a single server to handle that load right ?




amavis and qmail

2001-02-15 Thread Bill Parker

Here is a message I posted to the amavis mailing list:

I tried running the /usr/sbin/scanmails as suggested in a previous
message and this is what I got when I sent a test message to a user on
my system  (/var/log/qmail).  I followed the README.qmail instructions
from amavis-0.2.1 and made symlinks to qmail-local and qmail-remote
in /var/qmail/bin from /usr/sbin/scanmails.

982230586.171074 status: local 0/10 remote 0/20
982230636.618106 new msg 668379
982230636.618137 info msg 668379: bytes 738 from 
[EMAIL PROTECTED] qp 16686 uid 501
982230636.633205 starting delivery 1: msg 668379 to local 
[EMAIL PROTECTED]
982230636.633267 status: local 1/10 remote 0/20
982230647.420901 delivery 1: success: 
bin/qmail-local:_basename:_command_not_found/bin/qmail-local:_date:_command_not_found/bin/qmail-local:_
cut:_command_not_found/bin/qmail-local:_
cut:_command_not_found/bin/qmail-local
...
much stuff deleted, btw
...
No_such_file_or_directory//usr/bin/head:_To:_sam@do/Error_report_too_long,_sorry./

and it stops after that, but I am not sure what has happened, here is what
the startup script for my qmail system looks like:

#!/bin/sh

# Qmail Startup


# Source function library.
. /etc/rc.d/init.d/functions

HOSTNAME=`hostname`


# See how we were called.
case "$1" in
   start)

 echo -n "Starting: "
 env - PATH="/var/qmail/bin:/usr/local/bin" \
 qmail-start ./Maildir/ /usr/local/bin/accustamp \
 | /usr/local/bin/setuser qmaill /usr/local/bin/cyclog /var/log/qmail 
 echo -n "qmail "

 env - PATH="/var/qmail/bin:/usr/local/bin" \
 tcpserver -H -R -c100 0 pop-3 /var/qmail/bin/qmail-popup \
 $HOSTNAME \
 /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 
 echo -n "pop "

 env - PATH="/var/qmail/bin:/usr/local/bin" \
 tcpserver -H -R -x /etc/tcp.smtp.cdb -c100 -u501 -g60 0 smtp \
 /var/qmail/bin/qmail-smtpd 21  /dev/null 
 echo "smtp"
 ;;
   stop)
 echo -n "stopping qmail"
 killall qmail-send
 killall tcpserver
 echo
 ;;
   restart)
 $0 stop
 $0 start
 ;;
   status)
 status qmail
 ;;
   *)
 echo "Usage: qmail {start|stop|restart|status}"
 exit 1
esac

exit 0

Any ideas what has happened?

i've put qmail-local and qmail-remote back from qmail-local-real and
qmail-remote-real in the meantime

-Bill




qmail Digest 15 Feb 2001 11:00:01 -0000 Issue 1276

2001-02-15 Thread qmail-digest-help


qmail Digest 15 Feb 2001 11:00:01 - Issue 1276

Topics (messages 57194 through 57278):

qmail compilation and optimization
57194 by: 
57195 by: Peter van Dijk
57250 by: Bruce Guenter

Qmail slow!
57196 by: Schiffbauer, Anthony
57198 by: Peter van Dijk
57216 by: Uwe Ohse
57223 by: Harald Hanche-Olsen
57225 by: Schiffbauer, Anthony
57231 by: Schiffbauer, Anthony
57236 by: Dave Sill
57241 by: Schiffbauer, Anthony
57242 by: David Dyer-Bennet
57244 by: Jeremy Suo-Anttila
57245 by: Curtis Generous
57274 by: Uwe Ohse

Email Footer
57197 by: Andrew McMorris
57201 by: Pawel Garbowski
57202 by: Andrew Bold
57208 by: Robin S. Socha
57211 by: Jim
57230 by: Harald Hanche-Olsen

Re: [AMaViS-user] amavis w/qmail
57199 by: Clint Bullock

Re: Load Balancing with qmail
57200 by: japc

Re: error in qmail logs
57203 by: James R Grinter
57221 by: Jason Radford

BUILDING THE VPASSWD.CDB FILE
57204 by: qmailu
57205 by: Henning Brauer

How to set up qmail for several "[EMAIL PROTECTED]"?
57206 by: Gregor Szaktilla
57232 by: Dave Sill
57243 by: David Dyer-Bennet

Re: aliasing to a command
57207 by: Dave Sill
57246 by: Medi Montaseri
57251 by: Tim Hunter

concurrency isn't growing up to the limit
57209 by: Dario Dal Ben
57213 by: Sean C Truman
57229 by: Dave Sill

Re: Has anyone used qmail with xfs on Linux 2.4?
57210 by: Mikael Suokas

Re: Email Footer [slightly OT]
57212 by: Andrew Bold

Re: Importing Emails into ezmlm-idx
57214 by: Peter Green
57215 by: Robin S. Socha
57220 by: Peter Cavender
57222 by: Adam McKenna
57226 by: Ricardo Cerqueira
57238 by: Charles Cazabon
57239 by: Sean C Truman
57248 by: Stefaan A Eeckels

Re: vpopmail
57217 by: Sean C Truman

Re: WARNING
57218 by: Sean C Truman

Re: Empty Sender
57219 by: J.J.Gallardo

Re: adding users
57224 by: Peter Cavender

Image of Isolated Snowhite  in Rembrandts PC  (Don`t fear this message)
57227 by: Rembrandt Lensink

Re: Source of Anna Kournikova Virus admits...
57228 by: Rembrandt Lensink
57254 by: Peter van Dijk
57260 by: M. Yu

limit user sending email
57233 by: Yee Siew Chin
57240 by: Charles Cazabon

Re: client is blocking my mail server...
57234 by: Dave Sill
57273 by: Daniellek

Re: how to install pop3d on redhat7?
57235 by: Dave Sill

Intranet Qmail server
57237 by: Eduardo Augusto Alvarenga

List user's email behaviour.  Best approach?
57247 by: Jeff_Newton
57249 by: Charles Cazabon

Re: virtualdomain/smtproute
57252 by: Michael Boyiazis

qmail job
57253 by: Daniel Chicayban
57259 by: Kari Suomela
57261 by: Sean C Truman

Mail forwarding with .qmail-???
57255 by: Mathieu Martin
57256 by: Ricardo Cerqueira
57257 by: Bill Parker

Newbie Help With MS Exchange Using qmail as Gateway
57258 by: schoon.amgt.com

remote/roaming pop/imap users - sending email?
57262 by: SNFettig Listserv
57264 by: Peter Cavender
57268 by: SNFettig Listserv
57270 by: Sharma, Vijay Hargian

vpopmail, qmail and postmaster
57263 by: Sashka

smtp,qmail
57265 by: zbeinet

virus scanner for qmail install problems
57266 by: Andrew Gray
57267 by: Andrew Gray

weird
57269 by: M. Yu
57271 by: Alex Pennace

Q: tcpserver use of -B
57272 by: Timothy Lorenc
57275 by: Uwe Ohse

Load Testing on QMAIL
57276 by: qmailu
57277 by: Irwan Hadi

amavis and qmail
57278 by: Bill Parker

Administrivia:

To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]

To subscribe to the digest, e-mail:
[EMAIL PROTECTED]

To bug my human owner, e-mail:
[EMAIL PROTECTED]

To post to the list, e-mail:
[EMAIL PROTECTED]


--



Hi all,

I've seen the standard qmail compilation flags are just "-O2".

Does anybody tried any other level of optimization like
"-O6... -fomit-frame-pointer... -DCPU=686..." ? What would be the benefits
of compiling with these flags ? Is this safe ?

I'm using egcs version egcs-1.1.2-30 in a Linux box.

Thanks
Renato.

( I know this is more of a compiler issue, but I think it is worth to
exchange experiences... )






On Wed, Feb 14, 2001 at 09:46:30AM -0300,  wrote:
 Hi all,
 
 I've seen the standard qmail compilation flags are just "-O2".
 
 Does anybody tried any other level of optimization like
 "-O6... -fomit-frame-pointer... -DCPU=686..." ? What would be the benefits
 of compiling with these flags ? Is this safe ?

I 

how to support authencation(rfc 2554)?

2001-02-15 Thread

How to support authencation(rfc 2554)?

if currect version not support rfc 2554, when will qmail update to 1.04 over?

I know that djbdns update 1.04 and support all function of BIND.

I belive thar qmail will be so. soon.  


Quota Notification

2001-02-15 Thread Sumith Ail

Hello
 
We are using RH 6.2, Qmail, Vpopmail, Qmailadmin and webmin, Since we are a hosting 
company we give Unix System Disk Quota for each domain.I am specifying user quota in 
webmin. Is it possible to send Quota Exceeded / infomation notification by mail to 
these users. As far as I know this is not possible in webmin, so can you all guide me 
to an alternative solution for this.


Thanks in advance.

Regards
Sumith

PS:- Excuse me if this is not relevant to this list.





Re: qmail job

2001-02-15 Thread Peter Green

* Sean C Truman [EMAIL PROTECTED] [010214 22:15]:
 Kari,
 
 Now was that message called for? Didn't your mother ever teach you, If
 you do not have anything nice to say! Do not say it at all.  I do not recall
 anyone asking for you for your nasty comments.

And I don't recall this being a job search list.

 Why is it that everytime I get a message from this list, it usually is
 someone trying to be a smart ass, instead of someone either pointing the
 person in the right direction or letting them know in a professional way
 that they can not be helped.

I have to admit, I had to exercise GREAT restraint in not telling the OP
off. I mean, why should anyone have to deal with such an utter lack of
respect for the rules of the list?! (Note that OP is not stupid; more than
anything he is inconsiderate and disrespectful.)

  Congratulations! Second grade and especially Grammar might be a good

That said, we (or the nice ones of us, anyway) try not to pick on those who
speak English as a second language. So I'll assume that English is also
*your* second language...and I won't point out that (a) we do not capitalize
arbitrary words in the English language, and (b) your sentence structure
sucks rocks.

Reply-To: set.

/pg
-- 
Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
---
The primary use for Linux really is compiling the Linux kernel. 
Everything else is gravy.
(Michael J. Micek [EMAIL PROTECTED] on the linux-kernel list)




Logging customization?

2001-02-15 Thread Federico Edelman Anaya

Hi! I have a server with 100 list and 3.5 millions of subscribers ..

I am running Qmail-1.03 + big-concurrency.patch + dns.patch, ezmlm-0.53
+ ezmlm-idx-0.324, ucspi-tcp-0.88 and daemontools-0.70 and
qmail-conf-0.54

I am logging with multilog, I'd need logging with the follow parameters:



TAI  - From - To  - Listname

it's possible?


Thanks!




Re: remote/roaming pop/imap users - sending email?

2001-02-15 Thread Charles Cazabon

SNFettig Listserv [EMAIL PROTECTED] wrote:
 
 The issue for me, however, is that I need to allow relaying for mobile users
 dialing into the internet from national ISPs, thus usually ending up with
 different IPs each time they dial in.)

As someone else noted, the proper setup is for your roaming users to send 
their mail through the SMTP relay provided by the ISP they are using.

However, failing that, you can use a SMTP-after-POP solution.  Check
www.qmail.org for pointers to these, especially Bruce Guenter's relay-ctrl.

As a secondary note, this is one of the top FAQs, is documented in Dan's FAQ,
mentioned at qmail.org, and shows up on the mailing list vritually every week
-- including at least twice this week.  A quick search of the qmail list
archives would have turned up this same advice.  Oh, and while I'm being
negative, please try to limit your line length -- it's a bit of a pain to quote
from your original email, because it contained 300+ character lines.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Error 4.4.1

2001-02-15 Thread Dr. Georg Bohnert

dear sirs,

i've installed qmail-1.03 on a suse-linux-host together with the daemontool
and the ucspi-tcp package according life with qmail. mail delivery on local
host works well, but delivery to remote recipients not. ( delivery from
remote sender seems to work too.)
the local host is part of a LAN which is connected via a mx-server and POP3
with the internet.

there are to error messages in the log files:
error message1: could not establish smtp connection (#4.4.1)
error message2: could not bind, address already in use?

what can i do?

many thanks to all constructive repliers

georg

--
mediazwo agfon//+49/781/919 369 0
Kornstrae 7   fax//+49/781/919 369 99
77652 Offenburghttp://www.mediazwo.de



Re: Error 4.4.1

2001-02-15 Thread Charles Cazabon

Dr. Georg Bohnert [EMAIL PROTECTED] wrote:
 
 there are to error messages in the log files:
[...]
 error message2: could not bind, address already in use?

Something else (perhaps sendmail/inetd) is already listening on port 25
on your machine.  Comment out any line in inetd.conf which refers to port
25 or "smtp", and restart or HUP inetd.  If you have sendmail on the system,
remove it or disable it from starting, and stop/kill any running instances.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



AMaViS + Dropping VBS Files

2001-02-15 Thread John P

Hi All,

Two questions.

Firstly, I am running amavis with qmail successfully for roughly 15
POP3/SMTP users in the office, and all works great. However, occasionally I
need to send upwards of 2 emails from the machine to a mailing list, and
I don't need or want those to be virus checked.

To send these mailshots I use PHP, and its mail() command, which I assume
calls the sendmail wrapper. Is there any way of pointing the sendmail
wrapper to the original qmail-send command (which I have renamed as
qmail-send-old)? Will this have the desired affect?

Secondly, is there a 'quick + easy' way of dropping attachments that are VBS
files (or at least end in .vbs) with qmail? I can just see one of our users
getting caught out by the next one..

Thanks in advance,
John




Re: Error 4.4.1

2001-02-15 Thread Matthew Patterson

On Thu, 15 Feb 2001, Dr. Georg Bohnert wrote:
dear sirs,

i've installed qmail-1.03 on a suse-linux-host together with the daemontool
and the ucspi-tcp package according life with qmail. mail delivery on local
host works well, but delivery to remote recipients not. ( delivery from
remote sender seems to work too.)
the local host is part of a LAN which is connected via a mx-server and POP3
with the internet.

there are to error messages in the log files:
error message1: could not establish smtp connection (#4.4.1)
error message2: could not bind, address already in use?

what can i do?

many thanks to all constructive repliers

georg

--
mediazwo agfon//+49/781/919 369 0
Kornstraße 7   fax//+49/781/919 369 99
77652 Offenburghttp://www.mediazwo.de

Looks like there is already an SMTP server running on your system. Do a `ps -e` and 
look for sendmail. If it is there, do `/etc/rc.d/sendmail stop', then use YaST to
uninstall sendmail. If it says there are unresolved dependencies, choose continue. DO 
NOT CHOOSE AUTO.


-- 
***
Matthew H Patterson
Unix Systems Administrator
National Support Center, LLC
Naperville, Illinois, USA
***



Final Statement Rembrandt L

2001-02-15 Thread Rembrandt Lensink



 
Dear People,
RNL.Q_Q.You will never hear 
from me again. I absolutely don`t know what the "qmail-list" in fact is, but... 
it was for me the postal source of many (un)fair reactions. I don`t even know 
how they`ve found my e-mail address in the beginning of this totally 
out of control nonsense. End of 
Line. G.b.y.  
Rembrandt L.


Re: how to support authencation(rfc 2554)?

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 08:51:42PM +0900,  wrote:
 How to support authencation(rfc 2554)?

Go to www.qmail.org and look for patches for SMTP AUTH.

 if currect version not support rfc 2554, when will qmail update to 1.04 over?

qmail-1.04 will probably never exist.

Greetz, Peter.



Re: Error 4.4.1

2001-02-15 Thread Filip Sneppe \(Yucom\)


From: "Dr. Georg Bohnert" [EMAIL PROTECTED]
 there are to error messages in the log files:
 error message1: could not establish smtp connection (#4.4.1)

The error message means what it says: qmail is unable to establish a TCP
connection with the server at the receiving end. Try to telnet to the SMTP
port of the server at the receiving end:

telnet mailserver.domain.com 25

You should see an SMTP greeting from the other server. If you receive some
sort of time out error, and you cannot connect to the receiving server,
there is something "wrong" with the network: check routing  possible
filtering/firewalling of packets. If you can reach port 25 of the receiving
server, read on...

 error message2: could not bind, address already in use?

This leads me to believe that your qmail cannot open the socket on port 25
of your host to start listening on it. See the posts from other listmembers.





Re: weird

2001-02-15 Thread Kyle

Unless my box is broke:

220 challenger.skynetweb.com ESMTP
helo foo
250 challenger.skynetweb.com
mail from: 
250 ok
rcpt to: 
250 ok
DATA
354 go ahead

It allowed me to enter a null recipient, as long as the RCPT command was
issued (although with a null value).  This resulted in:

@40003a8bfcf115456d4c starting delivery 270: msg 224533 to local
@challenger.skynetweb.com

It also works if a From address is specified, for thoroughness sake.  It
delivered this message on my system, although I do not know where (assuming
postmaster/mailer-daemon, since I do not have a .qmail-default).  On the
other hand, I just tried it on Outlook Express 5, and it wouldn't let me
send a message without a recipient.  I also tried it on some other MTAs,
just for the heck of it:

IMail for NT:
220 X1 NT-ESMTP Server mail.skynetweb.com (IMail 6.05 3879-1)
helo foo
250 hello mail.skynetweb.com
mail from: [EMAIL PROTECTED]
250 ok
rcpt to: 
250 ok its for 
data
354 ok, send it; end with CRLF.CRLF

Sendmail 8.9.3/Linux:
220 support.skynetweb.com ESMTP Sendmail 8.9.3/8.9.3; Thu, 15 Feb 2001
11:07:36 -0500
helo foo
250 support.skynetweb.com Hello IDENT:[EMAIL PROTECTED]
[64.23.32.190] (may be forged), pleased to meet you
mail from: [EMAIL PROTECTED]
250 [EMAIL PROTECTED]... Sender ok
rcpt to: 
553 ... 
data
503 Need RCPT (recipient)

I wouldn't really call this a problem with qmail (and again, like I said, my
installation could just be broken), but I could see how it could be an
annoyance.  However I don't think the MUA should really allow a null
recipient (OE 5 doesn't, Pine 4.21/RedHat doesn't, and Netscape Mail in 4.76
doesn't).  Just a thought.


--
Kyle Knack
Server Engineer - SkyNetWEB/Affinity Internet
[EMAIL PROTECTED]

- Original Message -
From: Alex Pennace [EMAIL PROTECTED]
To: M. Yu [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 1:20 AM
Subject: Re: weird


 On Thu, Feb 15, 2001 at 02:16:43PM +0800, M. Yu wrote:
  I typed a new message in Outlook Express and forgot (doh!) to enter a
  recipient before clicking on send.  Question:
 
  1. why did qmail allow an empty recipient (or did outlook substituted
  something in there)?

 alex@buick:~$ mconnect
 220 buick.pennace.org unauthorized interception prohibited ESMTP
 HELO foo
 250 buick.pennace.org unauthorized interception prohibited
 MAIL From:
 250 ok
 DATA
 503 RCPT first (#5.5.1)

 qmail-smtpd wants at least one recipient.

  2. where'd it go?

 Confer with your logs.

  3. is there an option anywhere in qmail where i can tell it to stop
  accepting messages with blank recipients?

 But qmail-smtpd already does that.





forwarding only certain mail to a domain

2001-02-15 Thread ehjones

  Hi. Forgive me if this has been addressed before - if it has, just point
me in the right direction and I'll be grateful. Anyway, here's what I need
to do with qmail:

  We get email for both corporate accounts and normal user accounts. I'm
exploring moving away from our current sendmail solution to one based on
qmail (mainly because of ease and mysql support). One of the requirements
for a new solution is the ability to forward everything from
[EMAIL PROTECTED] to our corporate web server, i.e. anything that looks
like *.*@cais.com needs to go to @foo.cais.com. Does anyone have any ideas
on how this can be done?
  Other than that, qmail seems to be able to handle everything else that I
need it to

  Thanks,
 
  
---
-
Eric Jones
Systems Administrator
CAIS Internet
[EMAIL PROTECTED]




Re: Error 4.4.1

2001-02-15 Thread Kyle

Also, on most linux machines (not sure which exactly), 'netstat -nlp' will
show a listening port and the process that's listening on it.  The
process-list option doesn't work on FreeBSD (and maybe other BSDs), as far
as I can tell.

--
Kyle Knack
Server - SkyNetWEB/Affinity Internet
[EMAIL PROTECTED]
http://www.skynetweb.com

- Original Message -
From: Matthew Patterson [EMAIL PROTECTED]
To: Dr. Georg Bohnert [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 10:46 AM
Subject: Re: Error 4.4.1


On Thu, 15 Feb 2001, Dr. Georg Bohnert wrote:
dear sirs,

i've installed qmail-1.03 on a suse-linux-host together with the daemontool
and the ucspi-tcp package according life with qmail. mail delivery on local
host works well, but delivery to remote recipients not. ( delivery from
remote sender seems to work too.)
the local host is part of a LAN which is connected via a mx-server and POP3
with the internet.

there are to error messages in the log files:
error message1: could not establish smtp connection (#4.4.1)
error message2: could not bind, address already in use?

what can i do?

many thanks to all constructive repliers

georg

--
mediazwo agfon//+49/781/919 369 0
Kornstrae 7   fax//+49/781/919 369 99
77652 Offenburghttp://www.mediazwo.de

Looks like there is already an SMTP server running on your system. Do a
`ps -e` and look for sendmail. If it is there, do `/etc/rc.d/sendmail stop',
then use YaST to
uninstall sendmail. If it says there are unresolved dependencies, choose
continue. DO NOT CHOOSE AUTO.


--
***
Matthew H Patterson
Unix Systems Administrator
National Support Center, LLC
Naperville, Illinois, USA
***





RE: forwarding only certain mail to a domain

2001-02-15 Thread Laurence Brockman

echo "cais.com:corp.mail.server"  /var/qmail/control/smtproutes
kill -HUP qmail-send-process

In future, try the Life With Qmail site (www.lifewithqmail.org), it has lots
of goodies :)

Laurence

--
Laurence Brockman
Unix Administrator
Videon Cablesystems Alberta Inc
10450-178 St.
Edmonton, AB
T5S 1S2
[EMAIL PROTECTED]
(780) 486-6527


-Original Message-
From: ehjones [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 9:15 AM
To: [EMAIL PROTECTED]
Subject: forwarding only certain mail to a domain


  Hi. Forgive me if this has been addressed before - if it has, just point
me in the right direction and I'll be grateful. Anyway, here's what I need
to do with qmail:

  We get email for both corporate accounts and normal user accounts. I'm
exploring moving away from our current sendmail solution to one based on
qmail (mainly because of ease and mysql support). One of the requirements
for a new solution is the ability to forward everything from
[EMAIL PROTECTED] to our corporate web server, i.e. anything that looks
like *.*@cais.com needs to go to @foo.cais.com. Does anyone have any ideas
on how this can be done?
  Other than that, qmail seems to be able to handle everything else that I
need it to

  Thanks,
 
  
---
-
Eric Jones
Systems Administrator
CAIS Internet
[EMAIL PROTECTED]



Re: How to set up qmail for several info@virtual.dom?

2001-02-15 Thread Pawel Garbowski

Hello,

* Gregor Szaktilla [EMAIL PROTECTED] [010214 15:22] wrote:

I'm a big fan of /var/qmail/users/assign :-) 
[ man qmail-users ]

 [EMAIL PROTECTED]  should go to dom-1-01
 [EMAIL PROTECTED] should go to dom-1-02
 [EMAIL PROTECTED]   should go to dom-1-03
 [EMAIL PROTECTED]  should go to dom-2-01
 [EMAIL PROTECTED] should go to dom-2-02
 [EMAIL PROTECTED]  should go to dom-2-03

* Put in /var/qmail/controls/virtualdomains:

dom-1.dom:dom1
dom-2.dom:dom2

* Create /var/qmail/users/assign and put into it:

=dom1-info:virtual:888:888:/home/popboxes/dom-1-01:::
=dom1-peter:virtual:888:888:/home/popboxes/dom-1-02:::
=dom1-tim:virtual:888:888:/home/popboxes/dom-1-03:::
=dom2-info:virtual:888:888:/home/popboxes/dom-2-01:::
=dom2-peter:virtual:888:888:/home/popboxes/dom-2-02:::
=dom2-hans:virtual:888:888:/home/popboxes/dom-2-03:::
.

[ point at the and of this file is _required_ ]

where:
virtual - username (from /etc/password)
888:888 - uid:gid of the user
/home/popboxes/ - patch to user's .qmail file ( in this file 
  You shoud put for ex: ./Maildir/ )
 
What does it mean?
Mail for [EMAIL PROTECTED] will be delivery to user 'virtual' with uid
888 and gid 888 and delivery is controlling by .qmail in this user's
home directory. 

* Run /var/qmail/bin/qmail-newu 
(it builds database for assign file)

* Remove dom-1.dom and dom-2.dom from /var/qmail/control/locals

* Give qmail-send a HUP signal


Greets,

pawel

-- 
pawel garbowski  
[EMAIL PROTECTED]



Re: Error 4.4.1

2001-02-15 Thread Robin S. Socha

* Kyle [EMAIL PROTECTED] [010215 11:26]:
 The process-list option doesn't work on FreeBSD (and maybe other
 BSDs), as far as I can tell.

man lsof



RE: forwarding only certain mail to a domain

2001-02-15 Thread ehjones

On Thu, 15 Feb 2001, Laurence Brockman wrote:
 echo "cais.com:corp.mail.server"  /var/qmail/control/smtproutes
 kill -HUP qmail-send-process
 
 In future, try the Life With Qmail site (www.lifewithqmail.org), it has lots
 of goodies :)

Okay. I checked into smtproutes. From what I can understand, this will
relay all mail going to cais.com to the corp server. This is almost what I
need - for some silly reason, my predecessors decided that there are two
types of accounts (more or less): Ones that have dots in them, and ones
that do not. So I actually need to be able to seperate out the ones that
look like [EMAIL PROTECTED] from the ones that look like
[EMAIL PROTECTED] Yeah, I know. I'd think that they'd give out different
email addresses, but for some reason they didn't. I think it's a MIS
thing.
 
Thanks for the url, too. Any information I can find helps. I've already
gotten some ideas on how to duplicate other things our mail system does
from it.

Eric




Two easy questions.

2001-02-15 Thread Nathan Cook

1)  It seems like qmail has been in the same version for years now.  Is this
because it needs no further development or no one is working on it any more?

2)  I need to have a php or perl script filter through all incoming messages
to a specific domain rather than it just doing the default delivery method.
Is this possible?  If so, how?

TIA,
.:: Nathan Cook [ [EMAIL PROTECTED] ] ::.
PCS Edventures.com
Systems  Network Administrator :: Programmer





Re: Two easy questions.

2001-02-15 Thread Pawel Garbowski

Hello,

* Nathan Cook [EMAIL PROTECTED] [010215 18:39] wrote:
 1)  It seems like qmail has been in the same version for years now.  Is this
 because it needs no further development or no one is working on it any more?

The second option ;-)... although, many qmail users write patches, addons
etc. 

 2)  I need to have a php or perl script filter through all incoming messages
 to a specific domain rather than it just doing the default delivery method.
 Is this possible?  If so, how?

From qmail-queue.patch:

Appended is a patch to qmail-1.03 that causes any program that would run
qmail-queue to look for an environment variable QMAILQUEUE.  If it is
present, it is used in place of the string "bin/qmail-queue" when
running qmail-queue.  This could be used, for example, to add a program
into the qmail-smtpd-qmail-queue pipeline that could do filtering,
rewrite broken headers, etc. (this is my planned usage for it).

You should look at qmail-qfilter.patch too

URLs:

http://em.ca/~bruceg/qmail-qfilter/
http://www.qmail.org/qmailqueue-patch

-- 
pawel garbowski
[EMAIL PROTECTED]



Re: Fw: Source of Anna Kournikova Virus admits...

2001-02-15 Thread Jerry Lynde

At 05:54 PM 2/14/2001, Peter van Dijk wrote:
On Wed, Feb 14, 2001 at 07:10:16PM +0100, Rembrandt Lensink wrote:
[virus crap]

Could you please pretty *please* stop bothering us with this virus
bullshit? We don't care, ok?

Greetz, Peter.

Actually, Peter... I care... really, I do

Please pretty please email the virus bullshit directly to *me*.. or
if you lose my address, just send it to the qmail list. You'll make
me smile and you'll piss off Peter... what more could you ask for?

Jer




Re: Two easy questions.

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 10:29:08AM -0700, Nathan Cook wrote:
 1)  It seems like qmail has been in the same version for years now.  Is this
 because it needs no further development or no one is working on it any more?

djb seems to think it needs no further development. Any additional
features you need can be downloaded from www.qmail.org. Few real bugs
have been discovered in qmail.

Basically, I'd run anything but a *very* busy server without any
patches.

 2)  I need to have a php or perl script filter through all incoming messages
 to a specific domain rather than it just doing the default delivery method.
 Is this possible?  If so, how?

Put

|/path/to/script

in .qmail. Done.

Greetz, Peter.



Re: Two easy questions.

2001-02-15 Thread Nathan Cook

Thank you, for the very helpful information.

However I have a couple more questions, if you don't mind.

You say to put the |/path/to/script in the .qmail file.  When you say the
.qmail file are you referring to individual users .qmail or is there a
parent .qmail somewhere else?  (Similar to ~/.bashrc and if that doesn't
exist then it will use /etc/bashrc).

What kind of x86 computing power would it take to support 10,000 active
e-mail users?

Thank You,
.:: Nathan Cook [ [EMAIL PROTECTED] ] ::.
PCS Edventures.com
Systems  Network Administrator :: Programmer
[ phone - 208.343.3110 ][ pager - 208.387.9983 ]
- Original Message -
From: "Peter van Dijk" [EMAIL PROTECTED]
To: "Qmail List" [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 10:52 AM
Subject: Re: Two easy questions.


 On Thu, Feb 15, 2001 at 10:29:08AM -0700, Nathan Cook wrote:
  1)  It seems like qmail has been in the same version for years now.  Is
this
  because it needs no further development or no one is working on it any
more?

 djb seems to think it needs no further development. Any additional
 features you need can be downloaded from www.qmail.org. Few real bugs
 have been discovered in qmail.

 Basically, I'd run anything but a *very* busy server without any
 patches.

  2)  I need to have a php or perl script filter through all incoming
messages
  to a specific domain rather than it just doing the default delivery
method.
  Is this possible?  If so, how?

 Put

 |/path/to/script

 in .qmail. Done.

 Greetz, Peter.





Re: Two easy questions.

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 11:08:01AM -0700, Nathan Cook wrote:
 Thank you, for the very helpful information.
 
 However I have a couple more questions, if you don't mind.
 
 You say to put the |/path/to/script in the .qmail file.  When you say the
 .qmail file are you referring to individual users .qmail or is there a
 parent .qmail somewhere else?  (Similar to ~/.bashrc and if that doesn't
 exist then it will use /etc/bashrc).

Put it in the .qmail that's handling that domain. You can use
virtualdomains to let a domein be handled by a certain 'user' and it's
.qmail-default.

 What kind of x86 computing power would it take to support 10,000 active
 e-mail users?

That really very much depends on your definition of active. Be more
clear, please :)

Greetz, Peter.



Re: Load Testing on QMAIL

2001-02-15 Thread Sean C Truman

At 03:09 PM 2/15/01 +0530, qmailu wrote:
Hi,

I have setup a qmail box running
qmail-1.03,vpopmail-4.9.6,courier-imap-0.36a. The authentication method is
mysql. I have more than 2 million users. Before I move from my existing
setup - I would like to be absolutely sure qmail can take this load. Are
there many of you running qmail for more than 2 million users. How can I do
the load testing (some load testing tools to the effect ! ) to confirm that
my box will perform under maximum load ? Also what would be the ideal IMAP
connects that I would need to setup as threshold - in my current setup   we
have about 500-600 simultaneous imap connects ! Can courier-imap take this
load ?

Raghu

Raghu,

Could you provide us with some information on the hardware and operating
system?  I have several systems with 500,000+ active accounts.  One running
on single machine (Sun EN450) and some running on multiple servers with load
balancing.

Sean




Re: Two easy questions.

2001-02-15 Thread Charles Cazabon

Nathan Cook [EMAIL PROTECTED] wrote:
 
 What kind of x86 computing power would it take to support 10,000 active
 e-mail users?

It's hard to come up with numbers if you just say "active", but I'll take
a stab at it.

Generally, qmail doesn't require a whole lot of resources.  A qmail server
running on a simple Pentium 166 with an IDE disk can easily handle 
100,000 messages a day.  If you get up into the millions of messages a day,
you'll probably want to look at tuning qmail appropriately, running the
queue on it's own fast SCSI disk, putting logs on a separate disk, etc.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



SUMMARY(PARTIAL): tcpserver use of -B

2001-02-15 Thread Timothy Lorenc


I implemented the below directions as per Uwe's directions (Thanks!)
and it seemed to work as advertised, but I received the following in
my /var/log/syslog file after the changes:

Feb 15 09:44:36 smtp01.load.com smtpd: [ID 748625 mail.info]
982259076.193065 tcpserver: warning: dropping connection, unable to print
banner: broken pipe

The connection is being made from a Win2K system to relay the mail
through a load balance mail sending queue that sits behind a Cisco
Arrowpoint. I am not sure where the problem lies, but after a while
it seems that the queue on the Win2K system just keeps building up
and not sending after a while. I don't know if anyone else is having
a problem with communication between a Microsoft SMTP server and qmail
but I would be interested in any experiences anyone has in this area.

Thanks.

-Original Message-
From: Uwe Ohse [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 3:42 AM
To: Timothy Lorenc
Cc: qmail
Subject: Re: Q: tcpserver use of -B


On Thu, Feb 15, 2001 at 03:22:49AM -0500, Timothy Lorenc wrote:

 of tcpserver. I have tried -B/path to filename which just prints
 the /path to filename on the line preceeding the 220 FCN-hostname
 line. I have tried -B"Welcome to my mail system ", but I get error
 messages in /var/adm/messages concerning unable to print banner.
 So... what have others used... I am using this because:

exec \
/usr/local/bin/tcpserver -c 10 -v -D \
-x /etc/tcp.smtp.cdb \
-B'220-Hello! Please go away, i've got more email than i can possibly
handle.^M
' \
ip-address port \
prog ...

Note that the message includes a literal carriage return (printed here as
^M)
and a line feed.

Try 194.77.219.24 port 25.

Regards, Uwe




AT LEAST ONE OF YOU HAD THE BRAINS.....

2001-02-15 Thread Rembrandt Lensink




RNL.Q_Q.Now 
after a week, atleast One of you autists had the brains to inform me that many 
of my messages went straight to some Yahoo Newsgroup. No Thank You 
!Peter, JIJ had mij als landgenoot, best eens via een directe 
e-mail mogen waarschuwen. Believe me dear reader of this unfortunate 
matter, I`m no member , no visitor and I have no ambitions to enter your Group. 
I feel pretty screwed by your haughty attitude. End Of Line. 



Re: AT LEAST ONE OF YOU HAD THE BRAINS.....

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 07:45:51PM +0100, Rembrandt Lensink wrote:
 
 RNL.Q_Q.Now after a week, atleast One of you autists had the brains to inform 
me that many of my messages went straight to some Yahoo Newsgroup. No Thank You ! 
Peter, JIJ had mij als landgenoot, best eens via een directe e-mail mogen 
waarschuwen. Believe me dear reader of this unfortunate matter, I`m no member , no 
visitor and I have no ambitions to enter your Group. I feel pretty screwed by your 
haughty attitude.End Of Line. 

Oh, great, a personal attack in my own language. And I don't even see
what I did wrong.

Translation of the dutch part: 'Peter, YOU as a country-mate, could
have warned me for this in a direct mail!'.

Jeez. As if I know. As if I care.

Rembrandt, get a life. Even moreso, get out of ours.

[EMAIL PROTECTED] is just a couple keypresses away.

Loser.

Greetz, Peter.



RE: AT LEAST ONE OF YOU HAD THE BRAINS.....

2001-02-15 Thread Schiffbauer, Anthony

Stupid HTML email guy. Tell him like it is Peter

-Original Message-
From: Peter van Dijk [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 1:56 PM
To: [EMAIL PROTECTED]
Subject: Re: AT LEAST ONE OF YOU HAD THE BRAINS.


On Thu, Feb 15, 2001 at 07:45:51PM +0100, Rembrandt Lensink wrote:
 
 RNL.Q_Q.Now after a week, atleast One of you autists had the brains
to inform me that many of my messages went straight to some Yahoo Newsgroup.
No Thank You ! Peter, JIJ had mij als landgenoot, best eens via een directe
e-mail mogen waarschuwen. Believe me dear reader of this unfortunate
matter, I`m no member , no visitor and I have no ambitions to enter your
Group. I feel pretty screwed by your haughty attitude.End Of Line. 

Oh, great, a personal attack in my own language. And I don't even see
what I did wrong.

Translation of the dutch part: 'Peter, YOU as a country-mate, could
have warned me for this in a direct mail!'.

Jeez. As if I know. As if I care.

Rembrandt, get a life. Even moreso, get out of ours.

[EMAIL PROTECTED] is just a couple keypresses away.

Loser.

Greetz, Peter.



Have some more respect and understanding for somebody new on the NET

2001-02-15 Thread Rembrandt Lensink




RNL.Q_Q. 


Re: Load Testing on QMAIL

2001-02-15 Thread Steve Fulton

  This has actually brought up a question I've been wondering about
.. what tools are there available that I can use to measure the
performance of a mail server?  Ie. SMTP, POP, IMAP?  This would be
extremely useful to show hard data to management about performance..

  So, could anyone point me in the right direction for such tools?

Steve.





Re: Have some more respect and understanding for somebody new on the NET

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 08:15:09PM +0100, Rembrandt Lensink wrote:
 
 RNL.Q_Q. 

I really think it's time to report this guy to [EMAIL PROTECTED] now.
There is one issue - I don't know his IP address. Only djb can find
that in the archive, or does anybody know a trick for getting Received
headers out of an ezmlm archive?

Greetz, Peter.



Delivering to usernames with uppercase characters

2001-02-15 Thread Rene Chaddock

I'm having problems getting qmail to recognize a username with uppercase
characters in it.

From looking around, apparently qmail translates them to lowercase. I have
version 1.03 - Is there a patch or other way that anybody has used to get
qmail to deliver to these sorts of addresses?

Thanks,
Rene



Re: Load Testing on QMAIL

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 02:22:57PM -0500, Steve Fulton wrote:
   This has actually brought up a question I've been wondering about
 .. what tools are there available that I can use to measure the
 performance of a mail server?  Ie. SMTP, POP, IMAP?  This would be
 extremely useful to show hard data to management about performance..
 
   So, could anyone point me in the right direction for such tools?

http://www.coker.com.au/postal/

I have met the guy who wrote this stuff, he's quite clueful.

There's also a highperformance bulletin-spreader for Maildirs on his
page, and a misnamed patch to checkpassword for making it add groups a
user is in, when authenticated.

Greetz, Peter.



Re: vpopmail, qmail and postmaster

2001-02-15 Thread Keary Suska

The postmaster account is added by default by vpopmail. You will have to
manually create a .qmail file that forwards to the specified address.

-K

"Do not meddle in the affairs of dragons, because you are crunchy and taste
good with ketchup."


 From: Sashka [EMAIL PROTECTED]
 Reply-To: Sashka [EMAIL PROTECTED]
 Date: Wed, 14 Feb 2001 23:37:18 -0500
 To: [EMAIL PROTECTED]
 Subject: vpopmail, qmail and postmaster
 
 Hello,
 
 I'm running qmail and vpopmail on my server at work. I would like to
 forward all e-mail coming to postmaster@ any domain to my e-mail,
 for example, [EMAIL PROTECTED]
 
 How should I do that?
 
 
 Thanks.
 
 -- 
 Sashka
 
 
 




Re: Have some more respect and understanding for somebody new on the NET

2001-02-15 Thread Ricardo Cerqueira

On Thu, Feb 15, 2001 at 08:15:09PM +0100, Rembrandt Lensink wrote:
 
 RNL.Q_Q. 


Only when you start respecting the rest of us, and learn how to write
e-mails.

1) No HTML. Or at least, include both text and HTML versions
2) Wrap your lines around 72 chars
3) The body of an e-mail is meant to be used for the message. The subject,
is for the subject.
4) E-mailing unrequested gibberish to anyone or any list is NOT A GOOD THING
(TM)
5) In an international environment (such as this list), use a common
language to everyone (like english)

RC

-- 
+---
| Ricardo Cerqueira  
| PGP Key fingerprint  -  B7 05 13 CE 48 0A BF 1E  87 21 83 DB 28 DE 03 42 
| Novis Telecom  -  Engenharia ISP / Rede Tcnica 
| P. Duque Saldanha, 1, 7 E / 1050-094 Lisboa / Portugal
| Tel: +351 2 1010  - Fax: +351 2 1010 4459

 PGP signature


Re: Have some more respect and understanding for somebody new on the NET

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 08:24:47PM +0100, Peter van Dijk wrote:
 On Thu, Feb 15, 2001 at 08:15:09PM +0100, Rembrandt Lensink wrote:
  
  RNL.Q_Q. 
 
 I really think it's time to report this guy to [EMAIL PROTECTED] now.
 There is one issue - I don't know his IP address. Only djb can find
 that in the archive, or does anybody know a trick for getting Received
 headers out of an ezmlm archive?

Ha. ezmlm doesn't filter out Received when I retrieve something.
ezmlm-idx does by default. My bad :)

I'll send a complaint to [EMAIL PROTECTED] later today.

Greetz, Peter.



Re: Two easy questions.

2001-02-15 Thread Nathan Cook

Ok.

What kind of computing power would it take to handle 10,000 outbound
messages/day and 10,000 inbound?

.:: Nathan Cook [ [EMAIL PROTECTED] ] ::.
PCS Edventures.com
Systems  Network Administrator :: Programmer
[ phone - 208.343.3110 ][ pager - 208.387.9983 ]
- Original Message -
From: "Peter van Dijk" [EMAIL PROTECTED]
To: "Qmail List" [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 11:14 AM
Subject: Re: Two easy questions.


 On Thu, Feb 15, 2001 at 11:08:01AM -0700, Nathan Cook wrote:
  Thank you, for the very helpful information.
 
  However I have a couple more questions, if you don't mind.
 
  You say to put the |/path/to/script in the .qmail file.  When you say
the
  .qmail file are you referring to individual users .qmail or is there a
  parent .qmail somewhere else?  (Similar to ~/.bashrc and if that doesn't
  exist then it will use /etc/bashrc).

 Put it in the .qmail that's handling that domain. You can use
 virtualdomains to let a domein be handled by a certain 'user' and it's
 .qmail-default.

  What kind of x86 computing power would it take to support 10,000 active
  e-mail users?

 That really very much depends on your definition of active. Be more
 clear, please :)

 Greetz, Peter.





Re: AT LEAST ONE OF YOU HAD THE BRAINS.....

2001-02-15 Thread Rob Hines Jr.

Haughty? Nah, we've never been haughty. Rude, inconsiderate, intolerant, and arrogant, 
but never haughty. Sheesh.

Peter van Dijk wrote:

 On Thu, Feb 15, 2001 at 07:45:51PM +0100, Rembrandt Lensink wrote:
 
  RNL.Q_Q.Now after a week, atleast One of you autists had the brains to 
inform me that many of my messages went straight to some Yahoo Newsgroup. No Thank 
You ! Peter, JIJ had mij als landgenoot, best eens via een directe e-mail mogen 
waarschuwen. Believe me dear reader of this unfortunate matter, I`m no member , no 
visitor and I have no ambitions to enter your Group. I feel pretty screwed by your 
haughty attitude.End Of Line. 

 Oh, great, a personal attack in my own language. And I don't even see
 what I did wrong.

 Translation of the dutch part: 'Peter, YOU as a country-mate, could
 have warned me for this in a direct mail!'.

 Jeez. As if I know. As if I care.

 Rembrandt, get a life. Even moreso, get out of ours.

 [EMAIL PROTECTED] is just a couple keypresses away.

 Loser.

 Greetz, Peter.

--
Rob Hines Jr.
System Administrator




Re: Have some more respect and understanding for somebody new on the NET

2001-02-15 Thread Ricardo Cerqueira

On Thu, Feb 15, 2001 at 08:24:47PM +0100, Peter van Dijk wrote:
 On Thu, Feb 15, 2001 at 08:15:09PM +0100, Rembrandt Lensink wrote:
  
  RNL.Q_Q. 
 
 I really think it's time to report this guy to [EMAIL PROTECTED] now.
 There is one issue - I don't know his IP address. Only djb can find
 that in the archive, or does anybody know a trick for getting Received
 headers out of an ezmlm archive?


It's in his mails headers.
@19:45:51, 15 Feb 2001 it was 195.121.130.64 (looks like a dialup.
Especially because of the hostname :-) )

RC
 
-- 
+---
| Ricardo Cerqueira  
| PGP Key fingerprint  -  B7 05 13 CE 48 0A BF 1E  87 21 83 DB 28 DE 03 42 
| Novis Telecom  -  Engenharia ISP / Rede Tcnica 
| P. Duque Saldanha, 1, 7 E / 1050-094 Lisboa / Portugal
| Tel: +351 2 1010  - Fax: +351 2 1010 4459

 PGP signature


Re: Delivering to usernames with uppercase characters

2001-02-15 Thread Charles Cazabon

Rene Chaddock [EMAIL PROTECTED] wrote:

First of all, you replied to a current thread and just changed the subject.
Please don't do this; you'll get fewer responses, plus it screws up threading
for the other people reading the list.  Instead, start a new thread by
sending a new message to the list, not replying to an unrelated message.

 I'm having problems getting qmail to recognize a username with uppercase
 characters in it.  From looking around, apparently qmail translates them to
 lowercase. I have version 1.03 - Is there a patch or other way that anybody
 has used to get qmail to deliver to these sorts of addresses?

No patches necessary.  Use the qmail-users mechanism.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Re: Have some more respect and understanding for somebody new on the NET

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 07:37:21PM +, Ricardo Cerqueira wrote:
 On Thu, Feb 15, 2001 at 08:15:09PM +0100, Rembrandt Lensink wrote:
  
  RNL.Q_Q. 
 
 
 Only when you start respecting the rest of us, and learn how to write
 e-mails.
 
 1) No HTML. Or at least, include both text and HTML versions

He did include both. Still I prefer just text :)

 2) Wrap your lines around 72 chars
 3) The body of an e-mail is meant to be used for the message. The subject,
 is for the subject.

Indeed.

 4) E-mailing unrequested gibberish to anyone or any list is NOT A GOOD THING
 (TM)

Yups.

 5) In an international environment (such as this list), use a common
 language to everyone (like english)

Yups. In this case he had something to say to me (something untrue and
unfitting, but that is secondary to the problem). He should've mailed
me in private.

I'd like to add that I don't know the guy other than from his mails to
the qmail-list :)

Greetz, Peter.



RE: Have some more respect and understanding for somebody newon the NET

2001-02-15 Thread Campos Mario

Would you people just drop this issue. We all know he made a mistake. Let's
get back to the good stuff. QMAIL. I do want to tell you I learn a lot from
this mailing list. Thanks again.

-Original Message-
From: Peter van Dijk [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 11:39 AM
To: [EMAIL PROTECTED]
Subject: Re: Have some more respect and understanding for somebody new
on the NET


On Thu, Feb 15, 2001 at 08:24:47PM +0100, Peter van Dijk wrote:
 On Thu, Feb 15, 2001 at 08:15:09PM +0100, Rembrandt Lensink wrote:
  
  RNL.Q_Q. 
 
 I really think it's time to report this guy to [EMAIL PROTECTED] now.
 There is one issue - I don't know his IP address. Only djb can find
 that in the archive, or does anybody know a trick for getting Received
 headers out of an ezmlm archive?

Ha. ezmlm doesn't filter out Received when I retrieve something.
ezmlm-idx does by default. My bad :)

I'll send a complaint to [EMAIL PROTECTED] later today.

Greetz, Peter.




change message '

2001-02-15 Thread Martin Hetzner - Hetzner Online AG

We are using qmail with relaying via pop bevore smtp.

If our clients doesn't know the 'pop bevore smtp' feature,
they normaly get the error 'sorry, that domain isn't in my list
of allowed smtp hosts.' Thats fine for some guys, but most of
the clients need the hint - please use pop bevore smtp - and 
they need support, to get this solved.

So we wan't to change the error message slightly to something
more helpfull for the clients.

Is there any way to change this error message, without going into
the source code, and recompile it ?

thanks for any help.

Martin





Re: Two easy questions.

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 12:39:39PM -0700, Nathan Cook wrote:
 Ok.
 
 What kind of computing power would it take to handle 10,000 outbound
 messages/day and 10,000 inbound?

The lightweight IDE machine somebody else mentioned would do just
fine.

10.000 messages is about one every six seconds on average. My old
486sx25 with 24mb of ram did mail a lot faster than that (it got mail
in bursts because I dial in). Only thing you might worry about is
storage for the mail, but just space-wise. A simple IDE disk can do it
just fine performance-wise.

Greetz, Peter.

(this old 486sx25 had a 318MB SCSI-I disk that was dead slow. It never
showed problems tho, performance wise).



RE: AT LEAST ONE OF YOU HAD THE BRAINS.....

2001-02-15 Thread Schiffbauer, Anthony

hey guys, this is another subject, but could any of you suggest a different
text web browser other than Lynx?

-Original Message-
From: Rob Hines Jr. [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 2:38 PM
To: [EMAIL PROTECTED]
Subject: Re: AT LEAST ONE OF YOU HAD THE BRAINS.


Haughty? Nah, we've never been haughty. Rude, inconsiderate, intolerant, and
arrogant, but never haughty. Sheesh.

Peter van Dijk wrote:

 On Thu, Feb 15, 2001 at 07:45:51PM +0100, Rembrandt Lensink wrote:
 
  RNL.Q_Q.Now after a week, atleast One of you autists had the
brains to inform me that many of my messages went straight to some Yahoo
Newsgroup. No Thank You ! Peter, JIJ had mij als landgenoot, best eens via
een directe e-mail mogen waarschuwen. Believe me dear reader of this
unfortunate matter, I`m no member , no visitor and I have no ambitions to
enter your Group. I feel pretty screwed by your haughty attitude.End Of
Line. 

 Oh, great, a personal attack in my own language. And I don't even see
 what I did wrong.

 Translation of the dutch part: 'Peter, YOU as a country-mate, could
 have warned me for this in a direct mail!'.

 Jeez. As if I know. As if I care.

 Rembrandt, get a life. Even moreso, get out of ours.

 [EMAIL PROTECTED] is just a couple keypresses away.

 Loser.

 Greetz, Peter.

--
Rob Hines Jr.
System Administrator



Re: Have some more respect and understanding for somebody new on the NET

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 07:46:28PM +, Ricardo Cerqueira wrote:
 On Thu, Feb 15, 2001 at 08:24:47PM +0100, Peter van Dijk wrote:
  On Thu, Feb 15, 2001 at 08:15:09PM +0100, Rembrandt Lensink wrote:
   
   RNL.Q_Q. 
  
  I really think it's time to report this guy to [EMAIL PROTECTED] now.
  There is one issue - I don't know his IP address. Only djb can find
  that in the archive, or does anybody know a trick for getting Received
  headers out of an ezmlm archive?
 It's in his mails headers.
 @19:45:51, 15 Feb 2001 it was 195.121.130.64 (looks like a dialup.
 Especially because of the hostname :-) )

It is, and I know some admins there :)

Greetz, Peter.



Re: Two easy questions.

2001-02-15 Thread Charles Cazabon

Nathan Cook [EMAIL PROTECTED] wrote:
 
 What kind of computing power would it take to handle 10,000 outbound
 messages/day and 10,000 inbound?

A Pentium 133 could handle this without even breaking a sweat.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



RE: forwarding only certain mail to a domain

2001-02-15 Thread Tim Hunter

let me steal from another post by pawel garbowski ([EMAIL PROTECTED])

From qmail-queue.patch:

Appended is a patch to qmail-1.03 that causes any program that would run
qmail-queue to look for an environment variable QMAILQUEUE.  If it is
present, it is used in place of the string "bin/qmail-queue" when
running qmail-queue.  This could be used, for example, to add a program
into the qmail-smtpd-qmail-queue pipeline that could do filtering,
rewrite broken headers, etc. (this is my planned usage for it).

You should look at qmail-qfilter.patch too

URLs:

http://em.ca/~bruceg/qmail-qfilter/
http://www.qmail.org/qmailqueue-patch



-Original Message-
From: ehjones [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 12:33 PM
To: [EMAIL PROTECTED]
Subject: RE: forwarding only certain mail to a domain


On Thu, 15 Feb 2001, Laurence Brockman wrote:
 echo "cais.com:corp.mail.server"  /var/qmail/control/smtproutes
 kill -HUP qmail-send-process

 In future, try the Life With Qmail site (www.lifewithqmail.org), it has
lots
 of goodies :)

Okay. I checked into smtproutes. From what I can understand, this will
relay all mail going to cais.com to the corp server. This is almost what I
need - for some silly reason, my predecessors decided that there are two
types of accounts (more or less): Ones that have dots in them, and ones
that do not. So I actually need to be able to seperate out the ones that
look like [EMAIL PROTECTED] from the ones that look like
[EMAIL PROTECTED] Yeah, I know. I'd think that they'd give out different
email addresses, but for some reason they didn't. I think it's a MIS
thing.

Thanks for the url, too. Any information I can find helps. I've already
gotten some ideas on how to duplicate other things our mail system does
from it.

Eric





Re: change message '

2001-02-15 Thread Charles Cazabon

Martin Hetzner  -  Hetzner Online AG [EMAIL PROTECTED] wrote:
 
 Is there any way to change this error message, without going into
 the source code, and recompile it ?

Not currently.  It would be fairly simple to patch qmail-smtpd to read that
particular error message from a file, though.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



re: Cleaning Queue

2001-02-15 Thread ed lim



What is the easiest way to delete the mail queue? 
If for example 10,000 mails are going out to qmail remote...and I want it to 
stop and delete all the things in the queue how do I do 
it?


scaling for temporary high loads

2001-02-15 Thread Filip Salomonsson

Once a month, I send a newsletter to approx. 350k subscribers. The
newsletters are 15-20 kb each. I've had some not-so-convenient approaches to
this earlier, but I'd like to start using our Sun Ultra5 (Solaris 7) with
qmail (patched with big-todo and big-concurrency) and ezmlm for this job. As
long as I can get most of the messages delivered within 24 hrs, I'll be a
happy little camper.

I thought I'd raise conf-split and the outbound concurrency limit, set the
appropriate resource limits (open files, max user processes -- any others?)
and then let ezmlm and qmail do their job. Am I missing something? Should
this setup be alright?

/filip




multiple names - one pop3d server

2001-02-15 Thread Mike Lichtenwalner

I have a qmail server which is also running qmail-pop3d.  We recently registered a 
second domain name, and I would like the existing server to handle both the old and 
new names (the new one is significantly shorter - which makes it easier for our 
users!).  This is not a virtual hosting situation - simply 2 names for the same box.

Configuring SMTP (control/rcpthosts and control/locals) was not a problem.  The server 
will now accept and correctly deliver messages addressed to the new domain.

POP is a problem.  When I try to telnet on port 110 to the new name, I get a "could 
not open connection message" (DNS is OK).  I'm guessing that the solution is to change 
my startup script from this:

tcpserver -v -R -H -c75 0 110 \
 /var/qmail/bin/qmail-popup ORIGINAL.NAME \
 /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21 | \
 /usr/local/bin/multilog t s100 n20 /var/log/pop3

to this:

tcpserver -v -R -H -c75 0 110 \
 /var/qmail/bin/qmail-popup ORIGINAL.NAME NEW.NAME \
 /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 21 | \
 /usr/local/bin/multilog t s100 n20 /var/log/pop3

Could anyone confirm that or point me in the right direction?

Thanks!
Mike

_
Mike Lichtenwalner
Technology Specialist
Manheim Township School District
Lancaster, PA, USA





Re: high volume server configurations

2001-02-15 Thread Sid Wilroy

The reason I have 200 in the conf-split so 200 sub queue directories will be
created to increases file access time by reducing inode table seek time.

I also went ahead a made the file system  of /var/qmail/queue xfs..


Peter van Dijk wrote:

 On Wed, Feb 07, 2001 at 01:41:17PM -0600, Sid Wilroy wrote:
  Can someone point me to a doc of how to optimize qmail for relaying
  only?
  I don't need  local delivery - nada... We are trying to get 25 mailings
  per second..
 
  What I have done thus far is:
  200 in conf-split

 conf-split should be prime. I don't think you know what conf-split
 means. Higher is not always better.

  I also applied these patches:
  qmail-1.03]# patch -p1 /usr/local/src/big-todo.103.patch
 
  qmail-1.03]# patch -p1 /usr/local/src/big-concurrency.patch
  I got this error:
  1 out of 5 hunks FAILED -- saving rejects to file spawn.c.rej

 Try -p0, perhaps.

 Greetz, Peter.




Re: Cleaning Queue

2001-02-15 Thread Charles Cazabon

ed lim [EMAIL PROTECTED] wrote:
 What is the easiest way to delete the mail queue? If for example 10,000 mails
 are going out to qmail remote...and I want it to stop and delete all the
 things in the queue how do I do it?

The absolute easiest is to:

-stop qmail and qmail-smtpd
-rm -rf /var/qmail/queue
-cd to the qmail source directory and do `make setup check`

Alternatively, you can use qmail-queuefix instead of `make setup check`.
It's at www.qmail.org.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Re: multiple names - one pop3d server

2001-02-15 Thread Charles Cazabon

Mike Lichtenwalner [EMAIL PROTECTED] wrote:
 I have a qmail server which is also running qmail-pop3d.  We recently
 registered a second domain name, and I would like the existing server to
 handle both the old and new names (the new one is significantly shorter -
 which makes it easier for our users!).  This is not a virtual hosting
 situation - simply 2 names for the same box.
 
 Configuring SMTP (control/rcpthosts and control/locals) was not a problem.
 The server will now accept and correctly deliver messages addressed to the
 new domain.
 
 POP is a problem.  When I try to telnet on port 110 to the new name, I get a
 "could not open connection message" (DNS is OK).

Is qmail-smtpd (or rather, its tcpserver instace) bound to only a single
address?  Does the new name have a different address than the old name?

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Re: scaling for temporary high loads

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 10:50:52PM +0100, Filip Salomonsson wrote:
 Once a month, I send a newsletter to approx. 350k subscribers. The
 newsletters are 15-20 kb each. I've had some not-so-convenient approaches to
 this earlier, but I'd like to start using our Sun Ultra5 (Solaris 7) with
 qmail (patched with big-todo and big-concurrency) and ezmlm for this job. As
 long as I can get most of the messages delivered within 24 hrs, I'll be a
 happy little camper.
 
 I thought I'd raise conf-split and the outbound concurrency limit, set the
 appropriate resource limits (open files, max user processes -- any others?)
 and then let ezmlm and qmail do their job. Am I missing something? Should
 this setup be alright?

Raising conf-split is completely useless with ezmlm. ezmlm only
injects one message into the queue. Outbound concurrency is very
relevant (it will use all of this if you're lucky).

Outbound concurrency depends on having enough fd's available, and
enough memory.

Greetz, Peter.



qmail-clean removing unsuccessful attempts

2001-02-15 Thread Sid Wilroy

Is there anyway to get qmail-clean to clean up my queue on unsuccessful
emails every 10 minutes instead of 36 hours?
I was also thinking that sense I am using this server only to relay messages,
would I need to running qmail-lspawn, qmail-local, and qmail-inject?

Peter van Dijk wrote:

 On Wed, Feb 07, 2001 at 01:41:17PM -0600, Sid Wilroy wrote:
  Can someone point me to a doc of how to optimize qmail for relaying
  only?
  I don't need  local delivery - nada... We are trying to get 25 mailings
  per second..
 
  What I have done thus far is:
  200 in conf-split

 conf-split should be prime. I don't think you know what conf-split
 means. Higher is not always better.

  I also applied these patches:
  qmail-1.03]# patch -p1 /usr/local/src/big-todo.103.patch
 
  qmail-1.03]# patch -p1 /usr/local/src/big-concurrency.patch
  I got this error:
  1 out of 5 hunks FAILED -- saving rejects to file spawn.c.rej

 Try -p0, perhaps.

 Greetz, Peter.




Re: high volume server configurations

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 02:12:14PM -0600, Sid Wilroy wrote:
 The reason I have 200 in the conf-split so 200 sub queue directories will be
 created to increases file access time by reducing inode table seek time.

conf-split should be a *prime* number.

Also, a large conf-split only makes sense if you have more than 20.000
messages *in your queue*. This won't usually happen.

 I also went ahead a made the file system  of /var/qmail/queue xfs..

That might be a good idea indeed. It also takes away most of the
reasons for a big conf-split.

Greetz, Peter.



Re: qmail-clean removing unsuccessful attempts

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 02:18:45PM -0600, Sid Wilroy wrote:
 Is there anyway to get qmail-clean to clean up my queue on unsuccessful
 emails every 10 minutes instead of 36 hours?

That's not what qmail-clean does.

 I was also thinking that sense I am using this server only to relay messages,
 would I need to running qmail-lspawn, qmail-local, and qmail-inject?

No, not really. qmail-inject is not a daemon, tho. You can set local
concurrency to 0, but I wouldn't care about it. qmail-lspawn is small
and won't ever do anything, and no qmail-local will ever be spawned.

Greetz, Peter.



why prime? [was high volume server configurations)

2001-02-15 Thread Michael Boyiazis

How come the conf-split should be prime?
I've read it and (unfortunately) repeatedly ignored.
And does it hamper things greatly by it not being so (yet)?


-- 
Michael Boyiazis
[EMAIL PROTECTED]
Mail Architect, NetZero, Inc.

 -Original Message-
 From: Peter van Dijk [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 15, 2001 2:22 PM
 To: [EMAIL PROTECTED]
 Subject: Re: high volume server configurations
 
 
 On Thu, Feb 15, 2001 at 02:12:14PM -0600, Sid Wilroy wrote:
  The reason I have 200 in the conf-split so 200 sub queue 
 directories will be
  created to increases file access time by reducing inode 
 table seek time.
 
 conf-split should be a *prime* number.
 
 Also, a large conf-split only makes sense if you have more than 20.000
 messages *in your queue*. This won't usually happen.
 
  I also went ahead a made the file system  of /var/qmail/queue xfs..
 
 That might be a good idea indeed. It also takes away most of the
 reasons for a big conf-split.
 
 Greetz, Peter.
 




Re: Error 4.4.1

2001-02-15 Thread Filip Sneppe \(Yucom\)

From: "Dr. Georg Bohnert" [EMAIL PROTECTED]
 there are to error messages in the log files:
 error message1: could not establish smtp connection (#4.4.1)

you are right, i can get no telnet and also no smtp connection to the mail
server but ftp works quite well. do you  think that the firewall on the
mx-server in our LAN is responsiple for this behaviour? Is it possible to
configure qmail to relay mail to the mx-server and not any further?
 the command netstat -nlp indicates that qmail-tcpserver is listening on
port 25 (sendmail is removed via Yast)

Since you are able to ftp to the machine, routing appears to be ok between
the two machines, and that indeed something is filtering out your connection
attempts. Your best bet would be to contact the person in charge of the
firewall and als him to change the config. It's perfectly possible to have
qmail relay to another server. Note that - since there is some packet
filtering going on on your network - you may also have to ask the firewall
guy to make sure that your qmail server's port 25 is accessible to any other
server you want connecting to your system. From what I understand, qmail is
running correctly on your system. You could try connecting to it via telnet
localhost 25, or from a computer on the same LAN just to make sure.

-Filip




checkpassowrd and FreeBSD

2001-02-15 Thread Peter Branch

I'm receiving the following error when I am trying to make the FreeBSD port 
of checkpassword.  Inside /usr/local/checkpassword, I issue the make 
command.  Any idea?

"/usr/share/mk/bsd.port.mk", line 2: Could not find /usr/ports/Mk/bsd.port.mk
make: fatal errors encountered -- cannot continue

/Pete




I can't find qmail's log file.

2001-02-15 Thread qiao aijun

I wan't switch syslog to multilog. I could't find log file in /var/log/qmail
after I changed   qmail rc file and restart the machine.

The following is my rc file.
#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.

exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ multilog t /var/log/qmail

Qiao




how to send out more emails

2001-02-15 Thread ed lim



My concurrency remote is already 250...how do I 
install a big to-do script? is it easy? qmail doesn't go more than 250 when I 
start sending out emails.


Re: why prime? [was high volume server configurations)

2001-02-15 Thread Peter van Dijk

On Thu, Feb 15, 2001 at 02:58:48PM -0800, Michael Boyiazis wrote:
 How come the conf-split should be prime?

That's how hashing works. Read up on it :)

Greetz, Peter.



Re: checkpassowrd and FreeBSD

2001-02-15 Thread Ricardo Cerqueira

On Thu, Feb 15, 2001 at 06:05:03PM -0500, Peter Branch wrote:
 I'm receiving the following error when I am trying to make the FreeBSD port 
 of checkpassword.  Inside /usr/local/checkpassword, I issue the make 
 command.  Any idea?


Yeap
 
 "/usr/share/mk/bsd.port.mk", line 2: Could not find /usr/ports/Mk/bsd.port.mk
 make: fatal errors encountered -- cannot continue

/usr/share/mk/bsd.port.mk is including /usr/ports/Mk/bsd.port.mk in line 2,
and can't find it.

RC

-- 
+---
| Ricardo Cerqueira  
| PGP Key fingerprint  -  B7 05 13 CE 48 0A BF 1E  87 21 83 DB 28 DE 03 42 
| Novis Telecom  -  Engenharia ISP / Rede Tcnica 
| P. Duque Saldanha, 1, 7 E / 1050-094 Lisboa / Portugal
| Tel: +351 2 1010  - Fax: +351 2 1010 4459

 PGP signature


Re: I can't find qmail's log file.

2001-02-15 Thread Jerry Lynde

At 04:12 PM 2/15/2001, qiao aijun wrote:
I wan't switch syslog to multilog. I could't find log file in /var/log/qmail
after I changed   qmail rc file and restart the machine.

The following is my rc file.
#!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.

exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start ./Maildir/ multilog t /var/log/qmail

Qiao

Try /var/log/qmail


Jer




SSL

2001-02-15 Thread Miles Scruggs

Just a couple SSL questions.

Is there anyway to implement into the qmail pop3d?  If so where can I find
some good docs on it?

I looked at Frederik Vermeulen's patch for SSL, and couldn't really make
much sense of it.  First is it possible to have qmail-smtp answer to both
ssl and non-ssl requests?  If not, then ignore rest of message.  Second,
where can I find some good documentation on implementing this patch?

Miles Scruggs




SSL

2001-02-15 Thread Miles Scruggs

Just a couple SSL questions.

Is there anyway to implement into the qmail pop3d?  If so where can I find
some good docs on it?

I looked at Frederik Vermeulen's patch for SSL, and couldn't really make
much sense of it.  First is it possible to have qmail-smtp answer to both
ssl and non-ssl requests?  If not, then ignore rest of message.  Second,
where can I find some good documentation on implementing this patch?

Miles Scruggs





Re: I can't find qmail's log file.

2001-02-15 Thread Qiao Aijun

I have tried /var/log/qmail. There is nothing in the directory.

Qiao
- Original Message -
From: "Jerry Lynde" [EMAIL PROTECTED]
To: "qmail list" [EMAIL PROTECTED]
Sent: 15 February 2001 23:49
Subject: Re: I can't find qmail's log file.


 At 04:12 PM 2/15/2001, qiao aijun wrote:
 I wan't switch syslog to multilog. I could't find log file in
/var/log/qmail
 after I changed   qmail rc file and restart the machine.
 
 The following is my rc file.
 #!/bin/sh
 
 # Using splogger to send the log through syslog.
 # Using qmail-local to deliver messages to ~/Mailbox by default.
 
 exec env - PATH="/var/qmail/bin:$PATH" \
 qmail-start ./Maildir/ multilog t /var/log/qmail
 
 Qiao

 Try /var/log/qmail


 Jer







Re: I can't find qmail's log file.

2001-02-15 Thread japc

Let us see the owner and permissions of /varlog/qmail.

ls -la /var/log | grep qmail

.

On Fri, Feb 16, 2001 at 12:28:07AM -, Qiao Aijun wrote:
 I have tried /var/log/qmail. There is nothing in the directory.
 
 Qiao
 - Original Message -
 From: "Jerry Lynde" [EMAIL PROTECTED]
 To: "qmail list" [EMAIL PROTECTED]
 Sent: 15 February 2001 23:49
 Subject: Re: I can't find qmail's log file.
 
 
  At 04:12 PM 2/15/2001, qiao aijun wrote:
  I wan't switch syslog to multilog. I could't find log file in
 /var/log/qmail
  after I changed   qmail rc file and restart the machine.
  
  The following is my rc file.
  #!/bin/sh
  
  # Using splogger to send the log through syslog.
  # Using qmail-local to deliver messages to ~/Mailbox by default.
  
  exec env - PATH="/var/qmail/bin:$PATH" \
  qmail-start ./Maildir/ multilog t /var/log/qmail
  
  Qiao
 
  Try /var/log/qmail
 
 
  Jer
 
 
 
 

-- 
Jose AP Celestino  [EMAIL PROTECTED]  || SAPO / PT Multimedia
Administrao de Sistemas / Operaes || http://www.sapo.pt
--
Gravity brings me down.



Re: checkpassowrd and FreeBSD

2001-02-15 Thread Jeremy Suo-Anttila

delete that port tree and then cvsup again you may also need to get the
latest upgrade patch for the newest ports

man cvsup


Jps




- Original Message -
From: "Ricardo Cerqueira" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 5:43 PM
Subject: Re: checkpassowrd and FreeBSD






What's qmail 2.0 bugtraq is talking about?

2001-02-15 Thread Davi

Hi guys,

A search about qmail in bugtraq (www.securityfocus.com) returned me a DoS 
about lots of RCPTs. I tried the exploits and qmail stayed alive. 
First of all, is this vulnerability true? 

And more strange. Why was this bugtraq entry updated this month to say that 
qmail 2.0 is also vulnerable? Wtf is this qmail 2.0?

[]s
Davi



Re: smtp,qmail

2001-02-15 Thread lyndon

zbeinet£¬ÄúºÃ£¡

You should chek you DNS configartion.


ÔÚ 2001-2-15 12:59:00 ÄúдµÀ£º
Hi,

I installed qmail on my freebsd4.2 box, when I send and receive mail in
my intranet, everything is ok. But when I dial up from outside and send
mail, it is very slowly(it still works, but slowly), receiving is the same
as in my intranet.
BTW, my freebsd has an 192.168...IP address, and my dial up client got
an 202... IP address, there is a route between the FB and outside DNS server.
My FB and dial up client are in the same domain.

Thanks for help!!

zbeinet

ÖÂ
Àñ£¡

lyndon
[EMAIL PROTECTED]




Re: What's qmail 2.0 bugtraq is talking about?

2001-02-15 Thread Jeremy Suo-Anttila

the only exploits i could find about qmail is the one that djb wrote
himself. Can you tell me what string you used for the search or post the url

thanks

Jps

- Original Message -
From: "Davi" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 7:03 PM
Subject: What's qmail 2.0 bugtraq is talking about?


 Hi guys,

 A search about qmail in bugtraq (www.securityfocus.com) returned me a DoS
 about lots of RCPTs. I tried the exploits and qmail stayed alive.
 First of all, is this vulnerability true?

 And more strange. Why was this bugtraq entry updated this month to say
that
 qmail 2.0 is also vulnerable? Wtf is this qmail 2.0?

 []s
 Davi





can't send mail quickly, please help me!!

2001-02-15 Thread zbeinet



Hi,

I setup freebsd4.2with qmail in my intranet, I used 
192.168...IP address; and I have
a DNS server with 202.96...IP address to provide name service 
to dialup users(outside), the FB and DNS are connected with a router. I hope 
dialup users could send and receive
mail.When they dialed up, they could receive mail 
smoothly, but the sending was very slowly, althoughit 
still works. The dialup user automaticly got an 202.96...address.
I was not sure where is the problem, the DNS, qmail, or 
router?
Someone said I must assign my FB an legal address, was that 
true?
Please get me some explain and how to resolve the 
problem.
Thanks a lot.

zbeinet


Re: What's qmail 2.0 bugtraq is talking about?

2001-02-15 Thread Sean C Truman

- "Jeremy Suo-Anttila" [EMAIL PROTECTED]
 the only exploits i could find about qmail is the one that djb wrote
 himself. Can you tell me what string you used for the search or post the
url

 thanks

 Jps

Below are the only two DOS related to qmail that I could find on
Securityfocus.com.

Sean

http://www.securityfocus.com/frames/?content=/templates/archive.pike%3Flist%
3D1%26mid%3D6969
http://www.securityfocus.com/frames/?content=/templates/archive.pike%3Flist%
3D1%26mid%3D6968






qmailadmin on web

2001-02-15 Thread Someone



Hi all,

I used qmailadmin operate qmail server .
But I can not use andmanage ezmlm-0.53 for mailing 
list .
It have error about script error.
Why? and How to edit ? 

Thank-you
someone


Re: What's qmail 2.0 bugtraq is talking about?

2001-02-15 Thread Ian Lance Taylor

"Sean C Truman" [EMAIL PROTECTED] writes:

 - "Jeremy Suo-Anttila" [EMAIL PROTECTED]
  the only exploits i could find about qmail is the one that djb wrote
  himself. Can you tell me what string you used for the search or post the
 url
 
  thanks
 
  Jps
 
 Below are the only two DOS related to qmail that I could find on
 Securityfocus.com.
 
 Sean
 
 http://www.securityfocus.com/frames/?content=/templates/archive.pike%3Flist%
 3D1%26mid%3D6969
 http://www.securityfocus.com/frames/?content=/templates/archive.pike%3Flist%
 3D1%26mid%3D6968

Note that Dan doesn't consider those to be qmail bugs.  He considers
the proper fix to be using softlimit, which is easy to do when running
qmail under tcpserver.  If you install according to Life with qmail,
you will not be vulnerable to these attacks.

Ian



qmail-103.patch

2001-02-15 Thread Andrew Wafula

Hi,

Does anyone have the qmail-103.patch file. I need it rather urgently since
we have been hacked on this end and I have lost both my main server and
backup and the site for downloading it seems to be down. Please mail it to
[EMAIL PROTECTED]

I am in a fix and need all the help I can get on this one.

Andrew




Re: qmail-103.patch

2001-02-15 Thread Chris Johnson

On Fri, Feb 16, 2001 at 08:13:37AM +0300, Andrew Wafula wrote:
 Does anyone have the qmail-103.patch file.

There's no such thing.

Chris

 PGP signature


Envelope extraction on high-volume site

2001-02-15 Thread Michael Bell

We currently manage a qmail setup with close to 1 million virtual accounts
handling 3+ million incomming messages daily. Everything if fully redudant
(minimum of 3 servers for everything) having several SMTP, POP, IMAP, SQL,
LDAP and NFS servers all hooked up via fiber connections. This setup works
great and handles the load great but several of our customers have lately
been complaining about the speed of mailbox access. We have narrowed the
problem down to the amount of time needed to extract the headers from
thousands of messages stored within a single folder. One customer has 2gigs
of mail and it is taking more then 10 minutes to generate data for the
headers request. (telling them to delete some is _NOT_ a valid responce)

This message was written to see if there is currently a project underway (or
to compile a listing of ideas for such a beast) to integrate an envelope
(meaning user_delivered_to, folder, to, cc, from, subject, size, delivery
date, attachments flag [yes/no], normal maildir flags) extraction
"subservice" into qmail. This would also need to tie into both POP and IMAP
to maintain it. It should update a SQL database with the envelope
information for each and every message delivered localy. If POP or IMAP does
anything, this should also be reflected in the SQL database. If they need to
do sorts or listings, they should do so via the database (unless it is
eaiser and faster to do it by its self).

The reason I would like to see this information extracted is primarly do to
a propritary webmail infastructure being developed. It is much faster for us
to issue SQL commands to generate listings then IMAP or POP commnads. I
relize that this will make a mess when it comes to sync'ing everything but I
am unable to think of a better way to approach this.

I would like to hear what you think reguarding this matter. Do you have a
different approach: tell me. Do you know of a way of doing this: tell me. I
really do want to hear from you.

Mike




Re: Load Testing on QMAIL

2001-02-15 Thread qmailu

Hi,

I am running my server on a Sun E 3500 as the MDA and 2 Sun E 250's as the
MTA. The OS is Solaris 2.7

Raghu
- Original Message -
From: Sean C Truman [EMAIL PROTECTED]
To: qmailu [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, February 15, 2001 11:55 PM
Subject: Re: Load Testing on QMAIL


 At 03:09 PM 2/15/01 +0530, qmailu wrote:
 Hi,
 
 I have setup a qmail box running
 qmail-1.03,vpopmail-4.9.6,courier-imap-0.36a. The authentication method
is
 mysql. I have more than 2 million users. Before I move from my existing
 setup - I would like to be absolutely sure qmail can take this load. Are
 there many of you running qmail for more than 2 million users. How can I
do
 the load testing (some load testing tools to the effect ! ) to confirm
that
 my box will perform under maximum load ? Also what would be the ideal
IMAP
 connects that I would need to setup as threshold - in my current setup
we
 have about 500-600 simultaneous imap connects ! Can courier-imap take
this
 load ?
 
 Raghu

 Raghu,

 Could you provide us with some information on the hardware and
operating
 system?  I have several systems with 500,000+ active accounts.  One
running
 on single machine (Sun EN450) and some running on multiple servers with
load
 balancing.

 Sean



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




funny entry in ps ax

2001-02-15 Thread Bill Parker

Hi all,

When I was watching mrtg on my web browser in class for qmail-concurrency,
I didn't get a picture displayed (value was 0.0, btw), and when I got home, 
I logged into
my linux box and did a ps ax, and found the following line.

8246 ttyp0SW 0:00 [tcpserver]

instead of what I might normally expect to see in a ps aux

8157 ttyp0S   0:00 tcpserver -H -R -x /etc/tcp.smtp.cdb -c100 -u501 
-g60 0 smtp /var/qmail/bin/qmail-smtpd

My mail system appeared to be operating properly, and the only change that 
I had
made is the use of amavis-0.2.1 and NAI's anti-virus suite for linux to 
scan inbound
and outbound emails.  Is there a reason for concern, i've never seen that 
behavior
before in qmail?

-Bill




Re: funny entry in ps ax

2001-02-15 Thread Alex Pennace

On Thu, Feb 15, 2001 at 09:40:44PM -0800, Bill Parker wrote:
 I logged into
 my linux box and did a ps ax, and found the following line.
 
 8246 ttyp0SW 0:00 [tcpserver]
 
 instead of what I might normally expect to see in a ps aux
 
 8157 ttyp0S   0:00 tcpserver -H -R -x /etc/tcp.smtp.cdb -c100 -u501 
 -g60 0 smtp /var/qmail/bin/qmail-smtpd

That means the tcpserver process got swapped out. That is normal.



CNAME Look up failed.

2001-02-15 Thread Mark Lo



Hi,

 I want to knwo how to overcome 
the problem of CNAME look up failure in qmail. I have been gone through 
all the mailing list. and they didn't come up an answer at all. 


Re: Already applied the oversize DNS 
patch.

Thank you

Mark


Re: CNAME Look up failed.

2001-02-15 Thread Chris Johnson

On Fri, Feb 16, 2001 at 03:14:41PM +0800, Mark Lo wrote:
 I want to knwo how to overcome the problem of CNAME look up failure in
 qmail.  I have been gone through all the mailing list. and they didn't
 come up an answer at all.  

Maybe the name in question really couldn't be looked up, because of a failure
of some name server or another. There's nothing you can do to solve that
problem, assuming your DNS resolution in general is working.

Chris

 PGP signature


Qmail on RH 6.2

2001-02-15 Thread Anurag Jalan


Hi all,I was never fully 
comfortable with Sendmail so I've decidedto go with Qmail 1.03 ... I've 
followed the instructions in the .pdfdocumentation and have everything setup 
ok . I am not so sure about the POP3 bit . Thus far i had been 
usingthe default pop3 daemon thru inetd . Two quick questions 
:i) What POP3 daemon should i use ? [ Mbox OR Maildir ]ii) Usermail 
directories are in /var/spool/mail ...SOWhat can i do, so that i do not 
lose any existing mail ?A slightly detailed reply would be very 
welcome.SincerelyAnurag


About qmailadmin

2001-02-15 Thread Wiroon Ruangsang



Hi,
What happen ?
U can tell me.

/usr1/qmail/qmailadmin-0.39# 
lsAUTHORS 
Makefile.am alias.c 
config.h dotqmail.c 
mailinglist.c show.c 
user.cCOPYING 
Makefile.in 
auth.c 
config.h.in forward.c 
missing 
stamp-h 
util.cChangeLog 
NEWS 
autorespond.c config.log 
html 
mkinstalldirs 
stamp-h.inFAQ 
README 
cgi.c config.status 
images qmailadmin.c 
sysadmin.cINSTALL 
acconfig.h command.c 
configure install-sh 
qmailadmin.h 
template.cMakefile 
aclocal.m4 config.cache 
configure.in limits.c 
qmailadminx.h themes/usr1/qmail/qmailadmin-0.39# makemksh: Fatal error in reader: = missing from replacement macro 
referenceCurrent working directory 
/usr1/qmail/qmailadmin-0.39/usr1/qmail/qmailadmin-0.39#