[vchkpw] Re: config question

2003-08-05 Thread Maurice Snellen
On Tuesday, August 5, 2003 at 16:13 (which was Tuesday, August 5, 2003
at 10:13 where I am) Shane Chrisp wrote:

> When you say you are having problems with qmailscanner, what
> problems are you having?

Using the default method of vpopmail's rebuilding of the tcpserver
file, when a roaming user does POP3-before-SMTP, an entry with
RELAYCLIENT="" gets added to the cdb (the actual source file isn't
added but rather appended to the entries generated by vpopmail if I'm
not mistaken).

If the RELAYCLIENT variable is set, qmail-scanner will no longer pull
the mail through SpamAssassin. An administrator may still want to have
mails from relayclients processed by SpamAssassin, or have some other
variables added for other purposes.

Currently, the only way to do this is by changing the source so that
the entry added to the cdb includes the additional variables that may
be needed.

This leads to a rather inflexible situation as there is then no way to
separately define variables for one or the other.

It would be nice if it were possible to create a second basefile for
tcpserver which would be used by vpopmail to match the incoming IP of
a roaming user against this file and then add an entry with the
specified variables to the cdb or at least be able to specify a
default line to be used for roaming users.

-- 
Greetings,
Maurice




Re: [vchkpw] vpopmail-5.3.23

2003-08-05 Thread Evren Yurtesen
Well, yet there can be a link to sourceforge page from the inter7 page.
Just change the download and changelog at inter7.com and make it so that 
it will show the files page in sourceforge when you click on them.

Thus you wont need to update inter7 pages everytime there is a new version
also. etc. and people wont be confused from which place has the latest one
or they wont need to check 2 different places seperately.

Evren


On Mon, 4 Aug 2003, Tom Collins wrote:

> On Monday, August 4, 2003, at 07:41  PM, Brah Mon wrote:
> > Is there another way to go about trying this new 5.3.23?
> > the devel page linked from the front page only shows 5.3.20 as being 
> > latest.
> >  
> > Would anyone perhaps have a URL to find it at?
> 
> As Ken mentioned, http://sourceforge.net/projects/vpopmail/ will always 
> have the latest releases.
> 
> That said, the 5.3.23 release has various problems, and I suggest that 
> you wait until we release 5.3.24 (very soon now) which corrects those 
> bugs.
> 
> --
> Tom Collins
> [EMAIL PROTECTED]
> http://sniffter.com/ - info on the Sniffter hand-held Network Tester
> 







Re: [vchkpw] smtproutes/vpopmail question

2003-08-05 Thread dGenus Mailing List
Tom Collins wrote:

On Monday, August 4, 2003, at 08:09  AM, dGenus Mailing List wrote:

So what I've done is remove domain.net from mail3.domain.com and 
install it on mail.domain.com.  On mail3, I put the following line in 
smtproutes

domain.net:mail.domain.com

But the problem is now I'm getting the dreaded... this host is not in 
my rcpthosts


In addition to adding the entry to smtproutes, I think you also need 
to add it to rcpthosts (or morercpthosts).

Isn't rcpthosts controlled by vpopmail??  And written accordingly??  So 
should I use morercpthosts instead.. and it won't get touched by vpopmail??




RE: [vchkpw] ETRN / serialmail-AUTOTURN with vpopmail - How to ?

2003-08-05 Thread Evren Yurtesen
I think this is waste of time. The AUTOTURN file in serialmail
distribution already explains the same thing in a little different way.
In 7 easy steps actually. If you cant figure it from that file how to run
serialmail "at all". Then you are in big big trouble. I mean, when I did
this first time it was enough to just copy paste from the file and change
few things. If there is anything easier in this life than doing little
copy paste :)

But quite good documentation anyhow. Clayton, perhaps you should put this
text to web :) I enjoyed reading it.

Evren


On Tue, 5 Aug 2003, Clayton Weise wrote:

> I think what needs to be understood here is that vpopmail, qmail, and
> autoturn (serialmail) are not really all related.  The only common bond they
> share is qmail itself.
> 
> qmail is the mail server that runs the show, and all it's doing is
> delivering emails.  It decides how to, based on it's control files.  In this
> case, we're talking about the rcpthosts (and possibly morercpthosts) and
> virtualdomains control files.  As well as the /var/qmail/users/assign file,
> which gets compiled into the /var/qmail/users/cdb file.  Here's the
> breakdown of how delivery works with qmail and where autoturn or vpopmail
> come into play.  It should help you to better diagnose where your problem is
> coming from.
> 
> SMTP connection opens up to your server for a domain you handle, let's say,
> example.com .  qmail-smtpd answers the smtp connection and email for
> example.com.  It checks if example.com is in rcpthosts, if it is, it accepts
> relay for it.  It then checks the smtproutes file for an artificial smtp
> route, and then the virtualdomains file.  In the virtualdomains file you
> have something that looks like this (if you're using vpopmail):
> 
> example.com:example.com
> 
> Seems simple enough.  The first part is the FQDN itself, the second part is
> the user that it belongs to.  This user is defined in the
> /var/qmail/users/assign file, but qmail actually reads the cdb file.  You
> build the cdb file with the /var/qmail/bin/qmail-newu program.  Inside your
> assign file you have something that looks like this:
> 
> +example.com-:example.com:89:89:/home/vpopmail/domains/example.com:-::
> 
> The "+" in the begging signifies a catch-all account for the domain.  qmail
> then looks in /home/vpopmail/domains/example.com for a .qmail-default file.
> If it finds one, it delivers to whatever that file instructs.  This
> typically will contain the following:
> 
> | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
> 
> That command pipes it over to vdelivermail, which delivers the email..and
> voila we have email.
> 
> Ok.. now where do we fit in serialmail?  Well, in the virtualdomains file,
> instead of assigning the domain to the "example.com" user in the assign
> file, we'll give it to autoturn so your virtualdomains file will look like
> this instead:
> 
> example.com:autoturn-1.2.3.4
> 
> Notice how we've assigned it to autoturn, but a specific autoturn user
> (1.2.3.4).  1.2.3.4 would be the IP address of the mail server that you're
> holding email for.  This MUST be a static IP address.  Inside your assign
> file, you have a line that looks like this for autoturn:
> 
> +autoturn-:qmaild:82:81:/var/qmail/autoturn:-::
> 
> That tells qmail that the autoturn user also is a "catch-all" user, and that
> it lives in /var/qmail/autoturn.  qmail then takes the email destined for
> example.com and tries to deliver it to /var/qmail/autoturn.  Inside this
> folder, you'd create a .qmail-1:2:3:4 file that looks like this (note they
> are colons and not periods in the file name):
> 
> ./1.2.3.4/
> 
> This tells qmail that anything destined for the autoturn-1.2.3.4 user (aka,
> anything for example.com) should be delivered to
> /var/qmail/autoturn/./1.2.3.4/
> 
> The 1.2.3.4 directory is created with the /var/qmail/bin/maildirmake
> program.  Just type:
> 
> /var/qmail/bin/maildirmake /var/qmail/autoturn/1.2.3.4
> 
> Then chown it as the qmaild user by doing:
> chown -R qmaild:nofiles /var/qmail/autoturn/1.2.3.4
> 
> Hope that helps to clear things up.
> 
> -Clayton
> 
> -Original Message-
> From: Evren Yurtesen [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 04, 2003 10:31 PM
> To: Devendra Singh
> Cc: [EMAIL PROTECTED]
> Subject: Re: [vchkpw] ETRN / serialmail-AUTOTURN with vpopmail - How to ?
> 
> 
> I think you should explain what you did and where you failed and what is
> going wrong etc. Now you cant expect us to write you a manual for this
> only for you. At least nobody would do that for free only for one
> person's benefit. Then again after all that work, you might say that you
> still do not understand etc. So it is a difficult situation for all of us.
> We do not know your exact problem. We can not tell you how to fix it.
> 
> We can guide you but you must go through the door yourself :)
> 
> Here is my qmail-smtpd run file which was working when I used serialmail
> if it is any help. This was th

RE: [vchkpw] config question

2003-08-05 Thread Shane Chrisp
When you say you are having problems with qmailscanner, what problems are
you having?
I run qmailscanner with spamassassin and clamav along with qmail and
vpopmail without 
any problems, and I know there are many others on the list that do to.

My ./configure line for 5.3.23 is:

./configure --enable-rebuild-tcpserver-file=y \
--enable-roaming-users=y \
--enable-defaultquota=20971520S \
--enable-mysql=y \
--enable-file-sync=n \
--enable-auth-logging=y \
--enable-valias=y \
--enable-mysql-limits=y \
--enable-logging=y \
--enable-mysql-logging=y

I have also applied the 2 patches that Tom sent to the list a day or two ago

http://marc.theaimsgroup.com/?l=vchkpw&m=106000911321919&w=2

Shane

> -Original Message-
> From: Matthias Henze [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 5 August 2003 3:46 PM
> To: [EMAIL PROTECTED]
> Subject: [vchkpw] config question
> 
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> hi,
> 
> i've dowloaded vpopmail 5.3.23 and found 2 options i don't 
> know and i found 
> nothing in the ml archive (and i don't wand to read source 
> for an houre :-)
> 
> rebuild tcpserver file = YES  
> --enable-rebuild-tcpserver-file=y (default)
> open_smtp file = /var/vpopmail/etc/open-smtp
> 
> can some on what the exact purpose of this two options is. i'm using 
> qmailscanner and i had heavy problem with 
> --enable-roaming-users=y besause 
> qmailscanner requires a special tcp rules line. 
> - --enable-rebuild-tcpserver-file=N sonds like somthing that 
> could help me 
> out with this.
> 
> TIA
> 
> Matthias Henze[EMAIL PROTECTED]
> 
> Use PGP!! http://www.mhcsoftware.de/MatthiasHenze.asc
> - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> MHC SoftWare GmbH  voice: +49-(0)9533-92006-0
> Fichtera 17  fax: +49-(0)9533-92006-6
> 96274 Itzgrund/Germanye-Mail: [EMAIL PROTECTED]
> - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
> 
> iD8DBQE/L2DDkuyUDXwkmpYRAuOzAJ9jBFBtMW1qM9/wOmFm0xffqtk2cQCaA0O+
> 4hOBvqQKhEq1AExDPoSPpvQ=
> =ZnJD
> -END PGP SIGNATURE-
> 
> 
> 
> 




[vchkpw] config question

2003-08-05 Thread Matthias Henze
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi,

i've dowloaded vpopmail 5.3.23 and found 2 options i don't know and i found 
nothing in the ml archive (and i don't wand to read source for an houre :-)

rebuild tcpserver file = YES  --enable-rebuild-tcpserver-file=y (default)
open_smtp file = /var/vpopmail/etc/open-smtp

can some on what the exact purpose of this two options is. i'm using 
qmailscanner and i had heavy problem with --enable-roaming-users=y besause 
qmailscanner requires a special tcp rules line. 
- --enable-rebuild-tcpserver-file=N sonds like somthing that could help me 
out with this.

TIA

Matthias Henze[EMAIL PROTECTED]

Use PGP!! http://www.mhcsoftware.de/MatthiasHenze.asc
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
MHC SoftWare GmbH  voice: +49-(0)9533-92006-0
Fichtera 17  fax: +49-(0)9533-92006-6
96274 Itzgrund/Germanye-Mail: [EMAIL PROTECTED]
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQE/L2DDkuyUDXwkmpYRAuOzAJ9jBFBtMW1qM9/wOmFm0xffqtk2cQCaA0O+
4hOBvqQKhEq1AExDPoSPpvQ=
=ZnJD
-END PGP SIGNATURE-




Re: [vchkpw] vpopmail virus scanning - but per domain

2003-08-05 Thread Kosztik Istvan
On 5 Aug 2003 at 14:02, Devendra Singh wrote:

>
> At 01/08/03 08:40 (+0200), Kosztik Istvan wrote:
>
> >hi!
> >
> >I know, may it asked many times :)))
> >
> >I would like to do virus scanning per virtual domain. is there any
> >solution of this?
> >
> >
> >Üdv,
> > Kosztik
>
> You may like to try "qmail-scanner-1.16-domainscan.diff" from
> http://www.no-way.org/software to add per-match qmail-scanner.
>
> I have used it and found good.
>
> Devendra Singh
>

a lot of thanks Devendra - this is what I searching for !Üdv,
Kosztik