Re: [vchkpw] using SpamAssassin on a per user basis with qmail

2002-11-27 Thread Cory Wright
On Wed, Nov 27, 2002 at 06:04:52PM -0500, Brendan McAlpine wrote:
> Version 5.3.5

Try upgrading to a newer 5.3.* release.  I suspect this will fix the 
problem and you will be able to use the spamc -> vdelivermail method.

Cory




Re: [vchkpw] using SpamAssassin on a per user basis with qmail

2002-11-27 Thread Brendan McAlpine
Version 5.3.5

Brendan
On Wednesday, November 27, 2002, at 05:19 PM, Cory Wright wrote:


Brendan replied directory to me, I am sending this followup to the 
list.

On Wed, Nov 27, 2002 at 05:10:25PM -0500, Brendan McAlpine wrote:
Mail just disappeared when sent to my test mailbox.

No error messages, no bounce, just vanished.

What was the exact syntax you had for the .qmail file using
vdelivermail again?


|spamc | /var/vpopmail/bin/vdelivermail '' 
/var/vpopmail/domains/example.com/user/

Which version of vpopmail are you using?   I believe you need version 
5.3.7 or
newer and have it compiled with the --enable-make-seekable=y configure 
option
(which is the default).

Cory







Re: [vchkpw] using SpamAssassin on a per user basis with qmail

2002-11-27 Thread Cory Wright
Brendan replied directory to me, I am sending this followup to the list.

On Wed, Nov 27, 2002 at 05:10:25PM -0500, Brendan McAlpine wrote:
> Mail just disappeared when sent to my test mailbox.
> 
> No error messages, no bounce, just vanished.
> 
> What was the exact syntax you had for the .qmail file using 
> vdelivermail again?

|spamc | /var/vpopmail/bin/vdelivermail '' /var/vpopmail/domains/example.com/user/
 
Which version of vpopmail are you using?   I believe you need version 5.3.7 or
newer and have it compiled with the --enable-make-seekable=y configure option
(which is the default).

Cory




Re: [vchkpw] using SpamAssassin on a per user basis with qmail

2002-11-27 Thread Mystery Admin
On Wed, 27 Nov 2002 at 12:35:26, Cory Wright wrote:

> On Wed, Nov 27, 2002 at 01:48:59PM -0500, Brendan McAlpine wrote:
> > Is it possible to use SA on a per user basis within qmail?
> 
> Sure.
>  
> > I know how to set up SA on a per domain basis, but not all users in the 
> > domain I am setting up want spamassassin.  Is there a way to call spamc 
> > from a .qmail file within an individual user's directory?
> 
> I have a setup like the following:
> 
>  [EMAIL PROTECTED] -> /var/vpopmail/domains/example.com/user
> 
> Then, in /var/vpopmail/domains/example.com/.qmail-user:
> 
>  |spamc | /var/vpopmail/bin/vdelivermail ''
> /var/vpopmail/domains/example.com/user/
>   
> If you dont user spamc/spamd then you can do something similar with the 
> `spamassassin` command.
> 
> Cory

Thanks for the great example!  The other example I had seen used MySQL for
authentication (I believe) eevn though I currently don't.  I'll give this a try!

Happy Thanksgiving! (If you celebrate the Holiday)

Peace

Tom



___
http://jawmail.org/





Re: [vchkpw] using SpamAssassin on a per user basis with qmail

2002-11-27 Thread Cory Wright
On Wed, Nov 27, 2002 at 04:57:52PM -0500, Brendan McAlpine wrote:
> Is there any way around the quota issue that you've found?

Well, the solution is to use vdelivermail.  What was the problem that you
ran into by using that?

Cory




Re: [vchkpw] using SpamAssassin on a per user basis with qmail

2002-11-27 Thread Brendan McAlpine
Is there any way around the quota issue that you've found?

That is a big problem.

Brendan
On Wednesday, November 27, 2002, at 04:49 PM, Cory Wright wrote:


On Wed, Nov 27, 2002 at 04:43:28PM -0500, Brendan McAlpine wrote:

1.  install Safecat
(http://www.nb.net/~lbudney/linux/software/safecat.html)
2.  edit your mailbox's .qmail file to look like this:

| /usr/bin/spamc -u vpopmail | maildir /path/to/your/maildir

Done.

It wasn't hard to implement once I dug around for about an hour and a
half and found the solution and obviously this isn't compatible with
qmailadmin.  The first time you go into qmailadmin and muck around 
with
forwarding, etc. it will overwrite the .qmail file.

It also wont take into account any quota limits that are set.

Cory








Re: [vchkpw] using SpamAssassin on a per user basis with qmail

2002-11-27 Thread Cory Wright
On Wed, Nov 27, 2002 at 04:43:28PM -0500, Brendan McAlpine wrote:
> 1.  install Safecat 
> (http://www.nb.net/~lbudney/linux/software/safecat.html)
> 2.  edit your mailbox's .qmail file to look like this:
> 
> | /usr/bin/spamc -u vpopmail | maildir /path/to/your/maildir
> 
> Done.
> 
> It wasn't hard to implement once I dug around for about an hour and a 
> half and found the solution and obviously this isn't compatible with 
> qmailadmin.  The first time you go into qmailadmin and muck around with 
> forwarding, etc. it will overwrite the .qmail file.

It also wont take into account any quota limits that are set.  

Cory




Re: [vchkpw] using SpamAssassin on a per user basis with qmail

2002-11-27 Thread Brendan McAlpine
I tried this way, but it didn't work for me for some reason.

Here is how I got it to work a little while ago

1.  install Safecat 
(http://www.nb.net/~lbudney/linux/software/safecat.html)
2.  edit your mailbox's .qmail file to look like this:

| /usr/bin/spamc -u vpopmail | maildir /path/to/your/maildir

Done.

It wasn't hard to implement once I dug around for about an hour and a 
half and found the solution and obviously this isn't compatible with 
qmailadmin.  The first time you go into qmailadmin and muck around with 
forwarding, etc. it will overwrite the .qmail file.

Brendan

On Wednesday, November 27, 2002, at 03:34 PM, Cory Wright wrote:

On Wed, Nov 27, 2002 at 01:48:59PM -0500, Brendan McAlpine wrote:

Is it possible to use SA on a per user basis within qmail?


Sure.


I know how to set up SA on a per domain basis, but not all users in 
the
domain I am setting up want spamassassin.  Is there a way to call 
spamc
from a .qmail file within an individual user's directory?

I have a setup like the following:

 [EMAIL PROTECTED] -> /var/vpopmail/domains/example.com/user

Then, in /var/vpopmail/domains/example.com/.qmail-user:

 |spamc | /var/vpopmail/bin/vdelivermail '' 
/var/vpopmail/domains/example.com/user/

If you dont user spamc/spamd then you can do something similar with the
`spamassassin` command.

Cory







RE: [vchkpw] VQAdmin

2002-11-27 Thread Don Tolbert
Thank you Jose, very informative.  Thank you Cory for the instruction on how
to use Google, though not what I asked for.

Best regards,
Don
>in the link
>http://www.inter7.com/devel/
>You will see the mailing list
>
>Best regards.
>
>JM:
>
>--- Don Tolbert <[EMAIL PROTECTED]> wrote:
>> Would someone be so kind as to point me in the
>> direction of the VQAdmin
>> mailing list?
>>
>> Thank you.

On Wed, Nov 27, 2002 at 12:20:27PM -0700, Don Tolbert wrote:
> Would someone be so kind as to point me in the direction of the VQAdmin
> mailing list?

http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=vqadmin+mailing+list

Cory







Re: [vchkpw] VQAdmin

2002-11-27 Thread Cory Wright
On Wed, Nov 27, 2002 at 12:20:27PM -0700, Don Tolbert wrote:
> Would someone be so kind as to point me in the direction of the VQAdmin
> mailing list?

http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=vqadmin+mailing+list

Cory





Re: [vchkpw] using SpamAssassin on a per user basis with qmail

2002-11-27 Thread Cory Wright
On Wed, Nov 27, 2002 at 01:48:59PM -0500, Brendan McAlpine wrote:
> Is it possible to use SA on a per user basis within qmail?

Sure.
 
> I know how to set up SA on a per domain basis, but not all users in the 
> domain I am setting up want spamassassin.  Is there a way to call spamc 
> from a .qmail file within an individual user's directory?

I have a setup like the following:

 [EMAIL PROTECTED] -> /var/vpopmail/domains/example.com/user

Then, in /var/vpopmail/domains/example.com/.qmail-user:

 |spamc | /var/vpopmail/bin/vdelivermail '' /var/vpopmail/domains/example.com/user/
  
If you dont user spamc/spamd then you can do something similar with the 
`spamassassin` command.

Cory




[vchkpw] Auth pb after recompiling courier-imap

2002-11-27 Thread Toorop
Hi,

qmail 1.3
tcpserver
vpopmail:5.2.1
courier-imap 1.4.6

On a box, i'd recompile courier-imap using the same script as before :
--
cd /home/dir/src/
wget  ftp:to_host...courier-imap-1.4.6.20020617.tar.gz  -O 
courier-imap-1.4.6.20020617.tar.gz
rm -rf courier-imap-1.4.6.20020617
tar xvzf courier-imap-1.4.6.20020617.tar.gz
cd /home/dir/src/courier-imap-1.4.6.20020617
./configure --disable-root-check
make
make install
make install-configure
--

But since, the authentification (authvchkpw) by pop does not work any more.

I also try like explain in vpopmail faq(34) here (no root):
http://inter7.com/vpopmail/FAQ

Also with using  other user than root and configure with :
./configure --without-authdaemon --with-vchkpw

Also like Lars GustafsonĀ  post :
http://bluedot.net/mail/archive/read.php?f=2&i=8820&t=8817

Some log from server.com smtp:
@40003de524a7247daeb4 tcpserver: pid 19346 from 80.65.xxx.xx
<-- pop for auth

@40003de524a72486e614 tcpserver: ok 19346 0:213.186.35.214:25 
.nerim.net:80.65.xxx.xxx::63632
<- smtp connexion from same IP than pop

@40003de524a7314165dc qmail-smtpd: pid 19346 from 80.65.xxx.xx Invalid RELAY 
client:
MAIL from: <[EMAIL PROTECTED]>, RCPT TO:<[EMAIL PROTECTED]>
<-- ://

@40003de524a73563425c tcpserver: end 19346 status 0


Google have done what he could (me to), but nothings works yet !

Any idea ?
Thanks

-- 
Toorop - Wednesday, November 27, 2002 - 21:07:58 - Paris





[vchkpw] VQAdmin

2002-11-27 Thread Don Tolbert
Would someone be so kind as to point me in the direction of the VQAdmin
mailing list?

Thank you.









[vchkpw] using SpamAssassin on a per user basis with qmail

2002-11-27 Thread Brendan McAlpine
Is it possible to use SA on a per user basis within qmail?

I know how to set up SA on a per domain basis, but not all users in the 
domain I am setting up want spamassassin.  Is there a way to call spamc 
from a .qmail file within an individual user's directory?

If so, what is that command?

TIA

Brendan




RE: [vchkpw] FAQ

2002-11-27 Thread Clayton Weise
What do your log files say?

-Original Message-
From: admin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 2:09 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] FAQ


Hello vchkpw,

Help me!

  I have configuration of vpopmail - vchkpw and mysql
  My host has name ns3.myname.ru
  I have created virtual domain  ns3.myname.ru and user test in this
  domain
  I send mail through the domain ns3.myname.ru to mailbox on another domain,
but
  mail comes into queue and is not send further
I try to recieve mail from the domain ns3.myname.ru but it is
stored in queue and doesn't appear in user's maildir
  What can I do with this?? Where I can be mistaken?


--
Best regards,
 admin  mailto:[EMAIL PROTECTED]








RE: [vchkpw] newbie help, please

2002-11-27 Thread Clayton Weise
The difference between an alias domain and a separate domain is that the
alias is a mirror of the other.  To use your example.  If master.is.lg.ua is
an alias domain to is.lg.ua then [EMAIL PROTECTED] is also [EMAIL PROTECTED]
But maybe you want the two separate.  Maybe you want the [EMAIL PROTECTED] to be
a totally different and separate address from [EMAIL PROTECTED]  In that
case, you'd create master.is.lg.ua as a separate domain (with vadddomain).
An alias domain is one where all the email addresses are "mirrored" so to
speak.

Also, if you want master.is.lg.ua to recieve mail it needs an MX record.
Sounds like you're using bind, so going along with that, this is what you
might have as a normal MX record inside your zone file for is.lg.ua: (just
an example, yours may not look exactly like this)

IN  MX 10 mail.is.lg.ua.
mailIN  A   1.2.3.4

What you would add is this:

 IN MX 10 mail.is.lg.ua.
master IN   MX 10 mail.is.lg.ua.
mail IN A   1.2.3.4

It's really quite simple, all you do is create an MX record for that
subdomain.  You don't need to change named.conf, but you do need to change
the zone file.  After you change the zone file, update the serial, and give
named a HUP.

-Clayton

-Original Message-
From: Ruslan Spivak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 12:36 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] newbie help, please


Hello vchkpw users,

I have installed vpopmail+qmail it's OK. Default domain in vpopmail -
'is.lg.ua'. In dns I have record  'MX 10 is.lg.ua'.

Now I want to have one more domain - 'master.is.lg.ua', so that there
will be users - '[EMAIL PROTECTED]', '[EMAIL PROTECTED]' and so
on. What should I do? Should I use vadddomain or vaddaliasdomain? And
should I put one more record in my named.conf(whta this line should be)?

Your help is very, very appreciated.
Thanks in advance.


Best regards,
 Ruslan  mailto:[EMAIL PROTECTED]







RE: [vchkpw] How do I know if Catchall is set?

2002-11-27 Thread Clayton Weise
Cat the .qmail-default file.  If it says something like:

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

then you're set to bounce.  If it says something else, than it does that
action (e.g. delete, or it lists another mailbox or email address).

-Original Message-
From: Dan Didier [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 6:41 AM
To: '[EMAIL PROTECTED] '
Subject: [vchkpw] How do I know if Catchall is set?


How do I know if the catchall acount is set, and how can I make sure that I
do not have a catchall?  I want my messages to bounce.

Thanks,
Dan






[vchkpw] How do I know if Catchall is set?

2002-11-27 Thread Dan Didier
How do I know if the catchall acount is set, and how can I make sure that I
do not have a catchall?  I want my messages to bounce.

Thanks,
Dan




[vchkpw] FAQ

2002-11-27 Thread admin
Hello vchkpw,

Help me!

  I have configuration of vpopmail - vchkpw and mysql
  My host has name ns3.myname.ru
  I have created virtual domain  ns3.myname.ru and user test in this
  domain
  I send mail through the domain ns3.myname.ru to mailbox on another domain, but
  mail comes into queue and is not send further
I try to recieve mail from the domain ns3.myname.ru but it is
stored in queue and doesn't appear in user's maildir
  What can I do with this?? Where I can be mistaken?
  

-- 
Best regards,
 admin  mailto:[EMAIL PROTECTED]






[vchkpw] newbie help, please

2002-11-27 Thread Ruslan Spivak
Hello vchkpw users,

I have installed vpopmail+qmail it's OK. Default domain in vpopmail -
'is.lg.ua'. In dns I have record  'MX 10 is.lg.ua'.

Now I want to have one more domain - 'master.is.lg.ua', so that there
will be users - '[EMAIL PROTECTED]', '[EMAIL PROTECTED]' and so
on. What should I do? Should I use vadddomain or vaddaliasdomain? And
should I put one more record in my named.conf(whta this line should be)?

Your help is very, very appreciated.
Thanks in advance.


Best regards,
 Ruslan  mailto:[EMAIL PROTECTED]