Re: [vchkpw] path / tcp-smtp / relay

2003-04-02 Thread Ken Jones
On Wednesday 02 April 2003 04:03 am, [EMAIL PROTECTED] wrote:
> >Did you use the Matt's patch for MySQL?
>
> No i did not .. now i do .. and it works .. thank you ..
> i heared about the patch but as the tcp.smtp.cdb has
> been refreshed i thought i don´t need it.
> Now, after Simerson´s mysql patch, the initial functionality
> of the tcp.smtp.cdb file is working ...
>
> anyway - i am happy that i am no spam doubler finally :-)

If you use Matt Simersons tcpserver/mysql patch you also
might want  to  use the new vpopmail configure option:
--enable-rebuild-tcpserver-file=n

It tells vpopmail not to bother rebuilding the tcp.smtp.cdb file,
since all of the relay information is handled by mysql/tcpserver.
It can significantly improve pop connection performance.

Ken



RE: [vchkpw] path / tcp-smtp / relay

2003-04-02 Thread Holger . Bahr
>Did you use the Matt's patch for MySQL?

No i did not .. now i do .. and it works .. thank you ..
i heared about the patch but as the tcp.smtp.cdb has
been refreshed i thought i don´t need it.
Now, after Simerson´s mysql patch, the initial functionality
of the tcp.smtp.cdb file is working ... 

anyway - i am happy that i am no spam doubler finally :-)

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!




RE: [vchkpw] path / tcp-smtp / relay

2003-04-01 Thread Holger . Bahr
> You need Matt's patch for mysql. For tcpserver
> 
> Check  on google and let me know. 

ok .. but does this patch also prevent that a new tcp.smtp.cdb is build
by vpopmail then ?
when tcpserver directly looks into the mysql table for open relays, it
would be unneccessary that the tcp.smtp file is updated anymore ...

?!

> Remo Mattei
> Network Security Engineer
> Cell 801-209-8554
> Email [EMAIL PROTECTED]
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, April 01, 2003 10:41 AM
> To: remo
> Subject: RE: [vchkpw] path / tcp-smtp / relay
> 
> the patches i use are:
> 
> qmail-smtpd-auth-0.31.tar.gz
> qmailqueue-patch
> big-todo.103.patch
> qmail-link-sync.patch
> big-concurrency.patch
> qmail-0.0.0.0.patch
> 
> > Did you use the Matt's patch for MySQL? You should consider that if
> you
> > are using MySQL with vpopmail for relay.  
> > Here is mine :
> > 
> > server  localhost
> > port3306
> > databasevpopmail or whatever database.
> > table   relay
> > uservpopmail or whatever username 
> > passyour password heree
> > time1800
> > 
> > 
> > Have a good one, 
> > 
> > Remo Mattei 
> > Network Security Engineer 
> > Cell 801-209-8554 
> > Email [EMAIL PROTECTED]
> > 
> > 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> > Sent: Tuesday, April 01, 2003 3:55 AM
> > To: [EMAIL PROTECTED]
> > Subject: [vchkpw] path / tcp-smtp / relay
> > 
> > Hello List,
> > 
> > I installed qmail and vpopmail and my relaying does not work
> > correctly.
> > 
> > When i get mails via POP, my "tcp.smtp.cdb" file is been
> > regenerated and is containing the correct IPs. The IPs wich
> > shall be open for relay until clearopensmtp removes the entries
> > a while later ... So, all is functional here. "tcp.smtp.cdb"
> > is updated ..
> > 
> > But it seems that qmail ONLY looks into it´s "rcpthosts" file and
> > NOT into the tcp.smtp.cdb ...
> > 
> > My qmail-smtpd startup is like
> > 
> > exec /usr/bin/softlimit -m 800 \
> > /usr/bin/tcpserver -c512 -H -R -v -x/etc/tcp.smtp.cdb \
> > -u $QMAILDUID -g $NOFILESGID 0 smtp \
> > rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1
> > 
> > And as i said, all "seems" to work fine.
> > The tcp.smtp.cdb file is been regenerated when i authenticated 
> > via pop and also the clearopensmtp works (removal of the IPs).
> > 
> > I use mysql so i can see the ips "twice", first in the mysql tabe
> > and second in the tcp.smtp.cdb.
> > 
> > i chmodded tcp.smtp* to 777, too but it is still not working.
> > 
> > Help needed because now my machine is open for relay...
> > 
> > Why does my qmail seems not to be reading the tcp.smtp.cdb ?!
> > Any path setting missing or shall i symlink something ?
> > 
> > When i chmod the tcp.smtp.cdb file that only root can read it,
> > i get no errormessage in the qmail-smtp log. so there must be
> > something wrong, or not ?
> > 
> > Holger
> > 
> > -- 
> > +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> > Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
> > 
> > 
> > 
> > 
> > ---
> > 
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003
> >  
> > 
> > 
> 
> -- 
> +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
> 
> 
> ---
> 
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003
>  
> 

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!




RE: [vchkpw] path / tcp-smtp / relay

2003-04-01 Thread Holger . Bahr
the patches i use are:

qmail-smtpd-auth-0.31.tar.gz
qmailqueue-patch
big-todo.103.patch
qmail-link-sync.patch
big-concurrency.patch
qmail-0.0.0.0.patch

> Did you use the Matt's patch for MySQL? You should consider that if you
> are using MySQL with vpopmail for relay.  
> Here is mine :
> 
> server  localhost
> port3306
> databasevpopmail or whatever database.
> table   relay
> uservpopmail or whatever username 
> passyour password heree
> time1800

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!




RE: [vchkpw] path / tcp-smtp / relay

2003-04-01 Thread remo
Did you use the Matt's patch for MySQL? You should consider that if you
are using MySQL with vpopmail for relay.  
Here is mine :

server  localhost
port3306
databasevpopmail or whatever database.
table   relay
uservpopmail or whatever username 
passyour password heree
time1800


Have a good one, 

Remo Mattei 
Network Security Engineer 
Cell 801-209-8554 
Email [EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 01, 2003 3:55 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] path / tcp-smtp / relay

Hello List,

I installed qmail and vpopmail and my relaying does not work
correctly.

When i get mails via POP, my "tcp.smtp.cdb" file is been
regenerated and is containing the correct IPs. The IPs wich
shall be open for relay until clearopensmtp removes the entries
a while later ... So, all is functional here. "tcp.smtp.cdb"
is updated ..

But it seems that qmail ONLY looks into it´s "rcpthosts" file and
NOT into the tcp.smtp.cdb ...

My qmail-smtpd startup is like

exec /usr/bin/softlimit -m 800 \
/usr/bin/tcpserver -c512 -H -R -v -x/etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp \
rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1

And as i said, all "seems" to work fine.
The tcp.smtp.cdb file is been regenerated when i authenticated 
via pop and also the clearopensmtp works (removal of the IPs).

I use mysql so i can see the ips "twice", first in the mysql tabe
and second in the tcp.smtp.cdb.

i chmodded tcp.smtp* to 777, too but it is still not working.

Help needed because now my machine is open for relay...

Why does my qmail seems not to be reading the tcp.smtp.cdb ?!
Any path setting missing or shall i symlink something ?

When i chmod the tcp.smtp.cdb file that only root can read it,
i get no errormessage in the qmail-smtp log. so there must be
something wrong, or not ?

Holger

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!




---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.463 / Virus Database: 262 - Release Date: 3/17/2003
 



Re: [vchkpw] path / tcp-smtp / relay

2003-04-01 Thread Justin Heesemann
On Tuesday 01 April 2003 12:54, [EMAIL PROTECTED] wrote:
> When i get mails via POP, my "tcp.smtp.cdb" file is been
> regenerated and is containing the correct IPs. The IPs wich
> shall be open for relay until clearopensmtp removes the entries
> a while later ... So, all is functional here. "tcp.smtp.cdb"
> is updated ..
>
> But it seems that qmail ONLY looks into it´s "rcpthosts" file and
> NOT into the tcp.smtp.cdb ...
>
> My qmail-smtpd startup is like
>
> exec /usr/bin/softlimit -m 800 \
> /usr/bin/tcpserver -c512 -H -R -v -x/etc/tcp.smtp.cdb \
> -u $QMAILDUID -g $NOFILESGID 0 smtp \
> rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1
>
> And as i said, all "seems" to work fine.
> The tcp.smtp.cdb file is been regenerated when i authenticated
> via pop and also the clearopensmtp works (removal of the IPs).
>
how did you configure your vpopmail ?
by default vpopmail updates ~vpopmail/etc/tcp.smtp.cdb and not 
/etc/tcp.smtp.cdb

> I use mysql so i can see the ips "twice", first in the mysql tabe
> and second in the tcp.smtp.cdb.
>
> i chmodded tcp.smtp* to 777, too but it is still not working.
>
> Help needed because now my machine is open for relay...
>
> Why does my qmail seems not to be reading the tcp.smtp.cdb ?!
> Any path setting missing or shall i symlink something ?

did you try -x /etc/tcp.smtp.cdb  instead of -x/etc/tcp.smtp.cdb (i'm not sure 
this will change anything.. just a shot into the dark)

-- 
Mit internetten Grüßen / Best Regards
---
Justin Heesemannionium Technologies
[EMAIL PROTECTED]www.ionium.org




[vchkpw] path / tcp-smtp / relay

2003-04-01 Thread Holger . Bahr
Hello List,

I installed qmail and vpopmail and my relaying does not work
correctly.

When i get mails via POP, my "tcp.smtp.cdb" file is been
regenerated and is containing the correct IPs. The IPs wich
shall be open for relay until clearopensmtp removes the entries
a while later ... So, all is functional here. "tcp.smtp.cdb"
is updated ..

But it seems that qmail ONLY looks into it´s "rcpthosts" file and
NOT into the tcp.smtp.cdb ...

My qmail-smtpd startup is like

exec /usr/bin/softlimit -m 800 \
/usr/bin/tcpserver -c512 -H -R -v -x/etc/tcp.smtp.cdb \
-u $QMAILDUID -g $NOFILESGID 0 smtp \
rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1

And as i said, all "seems" to work fine.
The tcp.smtp.cdb file is been regenerated when i authenticated 
via pop and also the clearopensmtp works (removal of the IPs).

I use mysql so i can see the ips "twice", first in the mysql tabe
and second in the tcp.smtp.cdb.

i chmodded tcp.smtp* to 777, too but it is still not working.

Help needed because now my machine is open for relay...

Why does my qmail seems not to be reading the tcp.smtp.cdb ?!
Any path setting missing or shall i symlink something ?

When i chmod the tcp.smtp.cdb file that only root can read it,
i get no errormessage in the qmail-smtp log. so there must be
something wrong, or not ?

Holger

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!