qmail-smtpd that Verifies PGP

2001-01-14 Thread Gan
I am trying to create system (on RedHat Linux)
where message is PGP verified before message reaches qmail-queue
does anyone did this kind of programm before?
does any knows what PGP programm should i use?


Limiting rcpt to

2000-12-11 Thread Gan
Hi, I am Using Qmail for 1/2 year and very happy with it,
Here is my question :
is there any way to limit rcpto to s in qmail smtp session?
like:

rcpt to: [EMAIL PROTECTED]
rcpt to: [EMAIL PROTECTED]
etc...

rcpt to: [EMAIL PROTECTED]

No more than N time

idea is that after count of rcpt to reaches N qmail expects rset or
kills the connection


Separation of qmail-smtpd qmail-remote

2000-11-20 Thread Gan
Hi!
I want to separate my mail server into 2 machines , (simple relaying but
too many users) , How can I do that? Should i use controls/smtproutes file ?


qmail-smtp slow!

2000-11-18 Thread Gan
Hello,

I'm using qmail for several domains for relaying , i went into  trouble
since few days ago when i moved my server to another network , the thing
is when i'm telneting  to smtp port of my server there is a latency
(more than 30 sec) before qmail answers me

220 xyz.xom ESMTP

the only thing changed ( that i know) is that full C class network
changed to sub 128 network .

Help me ! and thank you in advance!


Re: qmail-smtp slow!

2000-11-18 Thread Gan
no ! server has only global IP address

Angel Krustev wrote:

 Do you have a firewall betwin your host and SMTP server?

 Angel

 - Original Message -
 From: Gan [EMAIL PROTECTED]
 To: Qmail mailing list [EMAIL PROTECTED]
 Sent: Saturday, November 18, 2000 1:55 PM
 Subject: qmail-smtp slow!

  Hello,
 
  I'm using qmail for several domains for relaying , i went into  trouble
  since few days ago when i moved my server to another network , the thing
  is when i'm telneting  to smtp port of my server there is a latency
  (more than 30 sec) before qmail answers me
 
  220 xyz.xom ESMTP
 
  the only thing changed ( that i know) is that full C class network
  changed to sub 128 network .
 
  Help me ! and thank you in advance!
 
 
 


Re: qmail-smtp slow!

2000-11-18 Thread Gan
I also thought about DNS , server's resolv.conf looks for DNS server on another
network,
what whould be the exact problem with DNS?


Philippe Lagente wrote:

 I agree, it's probably a DNS problem.

 Check your DNS connectivity with nslookup commands.

 Stanislav Grozev wrote:

  On Sat, Nov 18, 2000 at 10:14:21PM +0900, Gan wrote:
   
 Hello,

 I'm using qmail for several domains for relaying , i went into  trouble
 since few days ago when i moved my server to another network , the thing
 is when i'm telneting  to smtp port of my server there is a latency
 (more than 30 sec) before qmail answers me

 220 xyz.xom ESMTP

 the only thing changed ( that i know) is that full C class network
 changed to sub 128 network .

 
  are you using tcpserver to manage qmail-smtpd connections?
  if yes, try the -H and -R switches to tcpserver (no reverse dns, and
  no ident).
 
  -tacho
 
  --
 [i don't follow] | [http://daemonz.org/ || [EMAIL PROTECTED]]
 [everything should be made as simple as possible, but no simpler]
 0x44FC3339 || [02B5 798B 4BD1 97FB F8DB 72E4 DCA4 BE03 44FC 3339]
 

 Part 1.2Type: application/pgp-signature


Re: qmail-smtp slow!

2000-11-18 Thread Gan
Here is my qmail-smtpd run script ( as in Life With Queue Mail):


#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec /usr/local/bin/softlimit -m 200 \
/usr/local/ucspi-tcp/bin/tcpserver -c 128 -v -H -R\
-u $QMAILDUID -g $NOFILESGID 0 smtp /usr/local/ucspi-tcp/bin/rblsmtpd
/var/qmail/bin/qmail-smtpd 21



Stanislav Grozev wrote:

 On Sat, Nov 18, 2000 at 10:14:21PM +0900, Gan wrote:
  
Hello,
   
I'm using qmail for several domains for relaying , i went into  trouble
since few days ago when i moved my server to another network , the thing
is when i'm telneting  to smtp port of my server there is a latency
(more than 30 sec) before qmail answers me
   
220 xyz.xom ESMTP
   
the only thing changed ( that i know) is that full C class network
changed to sub 128 network .
   

 are you using tcpserver to manage qmail-smtpd connections?
 if yes, try the -H and -R switches to tcpserver (no reverse dns, and
 no ident).

 -tacho

 --
[i don't follow] | [http://daemonz.org/ || [EMAIL PROTECTED]]
[everything should be made as simple as possible, but no simpler]
0x44FC3339 || [02B5 798B 4BD1 97FB F8DB 72E4 DCA4 BE03 44FC 3339]

   
Part 1.2Type: application/pgp-signature