Re: How to increase the qmail concurrency?

2001-05-07 Thread Ross Davis - Data Anywhere

Several people already answered this question on the Qmail list.

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, May 03, 2001 9:28 PM
Subject: How to increase the qmail concurrency?



 my qmail-mrtg show that the qmail concurrency value 20 is not enough.
anyone
 can tell me how to increase it.

 Thanks in advance


 
   Chris






AOL Problems - not being delivered

2001-05-04 Thread Ross Davis - Data Anywhere

My logs say that all AOL customers are receiving mail from a couple of lists
that I run.  The fact is that only about 50% of them are getting to the AOL
Customers.  Any one else having these problems with AOL.  The only thing I
am wondering about is maybe they are analyzing the emails and don't like the
fact that I am replacing the Reply-To and the From in the emails so that
replies always go back to the every one on the list.

I have been working on this problem for about 6 weeks now and AOL has been
less than helpfull.






Re: Qmail With RH 7.0

2001-04-04 Thread Ross Davis - Data Anywhere

Its not that buggy, they just did things very different.  There is no
inetd.conf file on a redhat 7.0 machine.  Redhat 7.0 uses xinetd instead.
There is a directory called etc/xinetd.d that contains all of the things
that are being managed.

Now that I have said that, I would suggest using tcpserver as is described
in live with qmail.  The only reason you would want to still check for
xinetd is if you already had sendmail installed.  It may have used that
config dir (I don't know this for sure, I did a very clean install without
any mail to start with)

- Original Message -
From: "Dan Phoenix" [EMAIL PROTECTED]
To: "Sundar" [EMAIL PROTECTED]
Cc: "vchkpw" [EMAIL PROTECTED]
Sent: Wednesday, April 04, 2001 5:56 PM
Subject: Re: Qmail With RH 7.0



 install 6.2 we all know 7.0 is buggy as shit.



 On Thu, 5 Apr 2001, Sundar wrote:

  Date: Thu, 5 Apr 2001 08:45:04 +0800
  From: Sundar [EMAIL PROTECTED]
  To: vchkpw [EMAIL PROTECTED]
  Subject: Qmail With RH 7.0
 
  Hello All ,
 I am using RH 7.0 .But after install the Qmail when I
check the inetd.conf the file is not in /etc directory .How can I handle
this problem.Is there any other alternative files for this problem .
  Thanks  Regards
  Sundar @ Net:Wxs International
  System Engineer
  Ph : 258 8806 X : 142
  URL : www.netwxs.com
 
 






tcpserver: fatal: unable to bind: address already used

2001-02-06 Thread Ross Davis - Data Anywhere



I added to followingcommands into the script 
/var/qmail/supervise/qmail-pop3d/runbut now when I run qmail start I get 
the error
tcpserver: fatal: unable to bind: address already used 

## run script file - copied from vpopmail install 
guid
#!/bin/sh

exec env - PATH="/var/qmail/bin:/usr/local/bin" 
\tcpserver -H -R 0 pop-3 \/var/qmail/bin/qmail-popup ws1.joinhands.com 
\/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 


I also added the following into the log directories 
run file, but I'm not sure that that is right either

#!/bin/shexec /usr/local/bin/setuidgid qmaill 
/usr/local/bin/multilog t /var/log/qmail/pop3d

Can any one steer me in the right directions or at 
least give me some instructions that work:-)