[vchkpw] Re: [toaster] simscan question

2005-05-14 Thread Jason 'XenoPhage' Frisvold
Prosite wrote:
Sorry, if I´m posting to the wrong list ...

There is a simscan list.  Check here : http://inter7.com/?page=simscan

Only 2 quick questions:
 
1. on http://www.inter7.com/?page=simscan
it says: during the SMTP conversation so the email never makes it 
into your computers
 
So far I use qmail-scanner which is putting it on the hdd and than has
clamav running over it. Is simscan doing that tests without writing to 
disk?

No, it writes it to disk..  The intended meaning is that it won't 
deliver the mail if it's infected...


And if so
2. Has anybody compared
qmailscanner and simscan
for performance. If so, what are the results?

Simscan is significantly faster.  This is mostly due to the fact that 
simscan is written in C and qmailscanner is written in perl.  That said, 
simscan doesn't bother with all of the extra stuff that qmailscanner 
does, namely the mime functionality.  Otherwise, I believe simscan does 
everything else including attachment blocking.  Simscan also has some 
extra abilities that qmail-scanner does not.  You can change settings 
based on domain and even email address.  So, for instance, you could set 
it to scan for viruses and spam for example.com, but only scan for 
viruses for [EMAIL PROTECTED] ...


Yes, call me lazy, if you want :). Just thought I could skip two days 
of work,
if someone allready has the answer.

:)

Thanks for your kindness - Ulrich

--
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


[vchkpw] Renaming email accounts

2005-05-13 Thread Jason 'XenoPhage' Frisvold
Hi all,

Is there any easy way to migrate from one email address to
another?  I'm looking for something equivalent to creating the new user,
copying the mail from the old user to the new user, and deleting the old
user...

Is this something that's feasible?

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone and 
unmoving, it is at once still and yet in constant motion. It is the source of 
all programs. I do not know its name, so I will call it the Tao of Programming.



Re: [vchkpw] Renaming email accounts

2005-05-13 Thread Jason 'XenoPhage' Frisvold
Jeremy Kitchen wrote:

same system?  move their maildir to the new location.
  


Yup...  Sounds pretty easy...  :)

Doesn't look like this is possible via vpopmaild yet tho..  :(   I see
the ability to mkdir, rmdir, ls, and rm ..  but no mv...  :P  Any idea
if ths is planned?

-Jeremy
  


Thanks for the info!


-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone and 
unmoving, it is at once still and yet in constant motion. It is the source of 
all programs. I do not know its name, so I will call it the Tao of Programming.



[vchkpw] vpopmail and vpopmaild

2005-05-12 Thread Jason 'XenoPhage' Frisvold
Hi there,

I did some quick searching, but didn't come up with any decent
answers...  Any idea when vpopmaild might make it into a stable
release?  Is vpopmail 5.5.3 stable enough for production?

Thanks!

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone and 
unmoving, it is at once still and yet in constant motion. It is the source of 
all programs. I do not know its name, so I will call it the Tao of Programming.



[vchkpw] Vpopmail and MySQL

2005-02-01 Thread Jason 'XenoPhage' Frisvold
Hi all,
   I'm having a problem with vpopmail and MySQL ...  I'm running 
vpopmail 5.4.9 with MySQL 4.1.9.  Vpopmail is configured as follows :

./configure --enable-logging=v --enable-clear-passwd 
--enable-auth-module=mysql --enable-auth-logging --enable-sql-logging 
--disable-passwd --enable-valias
--disable-mysql-limits

If I increase the connection limit in qmail to 100, when the limit hits 
about 60 I get the following :

2005-01-25 01:01:34.011714500 vmysql: error creating table 
'dir_control': MySQL server has gone away
2005-01-25 01:01:34.011775500 vmysql: sql error[b]: MySQL server has 
gone away

Any idea how to fix this problem?
Thanks!
--
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone and 
unmoving, it is at once still and yet in constant motion. It is the source of all 
programs. I do not know its name, so I will call it the Tao of Programming.


Re: [vchkpw] Vpopmail and MySQL

2005-02-01 Thread Jason 'XenoPhage' Frisvold
Bill Wichers wrote:
You probably need to up the max number of connections allowed by MySQL. If
I am remembering correctly, it defaults to 100 simultaneous connections.
Remember that with a MySQL backend, vpopmail will be doing a *lot* of db
activity that MySQL is going to be involved in.
 

Yeah..  you're right..  I should have checked that.. dammit..  *sigh*
Thanks for the wake-up call...
-Bill
*
Waveform Technology
UNIX Systems Administrator
 


--
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone and 
unmoving, it is at once still and yet in constant motion. It is the source of all 
programs. I do not know its name, so I will call it the Tao of Programming.


Re: [vchkpw] valias problem with .qmail-default files

2004-05-06 Thread Jason 'XenoPhage' Frisvold
On Wed, 2004-05-05 at 10:29, lola wrote:
 this is a known problem and afaik not solved yet.

Ugh.. I was afraid of that...

 here is my workaround which works for me:
 
 # no | here:
 
 VPOP=/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
 
 # user xfilter instead of to
 
 xfliter $VPOP
 EXITCODE=0
 exit

So, then, is this correct? :

VPOP=/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
VHOME=`/home/vpopmail/bin/vuserinfo -d [EMAIL PROTECTED]

if (/^X-Spam-Status: *YES/)
{
# try delivering it to a Spam folder
exception {
# Check for an existing Spam folder, create one if it
does not exist
`if [ ! -d $VHOME/Maildir/.Spam/ ]; \
then \
   /usr/bin/maildirmake -f Spam $VHOME/Maildir; \
fi`
# Deliver the message to the Spam folder
xfilter $VHOME/Maildir/.Spam/
EXITCODE=0
exit
}
# ah well, I guess they'll just have to live with disappointment
exception {
xfilter $VPOP
EXITCODE=0
exit
}
}
else
{
exception {
xfilter $VPOP
EXITCODE=0
exit
}
}



-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] valias problem with .qmail-default files

2004-05-06 Thread Jason 'XenoPhage' Frisvold

lola said:
 using xfilter without the   works for me.

*Doh* ..  :)

My biggest concern is how to continue to deliver the spam tagged mail to
the spam mailbox.. can this be done with xfilter or is there some
parameter I can send to vdelivermail to do this?

 lola

---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the Tao
of Programming.


Re: [vchkpw] New Server/Best Software?

2004-05-06 Thread Jason 'XenoPhage' Frisvold
Rick Macdougall said:
 Hi,

 Jason 'XenoPhage' Frisvold wrote:

 What is this qscan you mention?  Google doesn't show anything.  I know
 qscanq, but it doesn't (to me) support SA within it.

My apologies as I was mistaken..  It was qscanq ...  And I believe
qmail-spamc is the program that supports SA...  A quick search find this :

http://msgs.securepoint.com/cgi-bin/get/qmail0404/149/1/2/1.html

I guess you daisy chain processes together..  :)

 Regards,

 Rick

---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the Tao
of Programming.


Re: [vchkpw] New Server/Best Software?

2004-05-06 Thread Jason 'XenoPhage' Frisvold
Rick Macdougall said:
 Hi,

 Jason 'XenoPhage' Frisvold wrote:

 What is this qscan you mention?  Google doesn't show anything.  I know
 qscanq, but it doesn't (to me) support SA within it.

My apologies as I was mistaken..  It was qscanq ...  And I believe
qmail-spamc is the program that supports SA...  A quick search find this :

http://msgs.securepoint.com/cgi-bin/get/qmail0404/149/1/2/1.html

I guess you daisy chain processes together..  :)

 Regards,

 Rick

---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the Tao
of Programming.


Re: [vchkpw] Tip for using chkuser with Maildrop

2004-04-29 Thread Jason 'XenoPhage' Frisvold
On Sun, 2004-04-04 at 14:48, Oden Eriksson wrote:
 I would recommend a more generic patch instead of this one, I personally like 
 this one very much:
 
 http://www.netdevice.com/qmail

This patch appears to support cdb only... what about those of us using
mysql?  Do you know of a patch for this?

 The goodrcptto patch

I'm running into the same problem that the original poster mentioned... 
Implementing maildrop so that spam tagged by spamassassin is moved into
a spam folder.  However, when the maildrop filter is enabled, it breaks
chkusr...  (quite annoying) ...

I want to do this the right way...  If there is some other way to do
this on the server side, I would be more than happy to give it a shot!

Thanks!

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] maildrop problem with aliases stored in mysql

2004-04-29 Thread Jason 'XenoPhage' Frisvold
On Thu, 2004-04-01 at 08:13, lola wrote:
 hmmm. so if this really doesn't work with aliases stored in mysql... how do
 you guys filter spam mail??? i don't have to use maildrop. any other method
 would be fine.
 
 could you tell me your experiences? in the end i'm looking for a way to
 filter spam with per domain preferences.

I'm researching this as well...  Did this ever get resolved?  Is this
still an issue?

 thanks
 
 
 lola
 
 
 
  Von: Andreas Wiesmann [EMAIL PROTECTED]
  Antworten an: [EMAIL PROTECTED]
  Datum: Thu, 1 Apr 2004 13:24:32 +0200
  An: [EMAIL PROTECTED]
  Betreff: Re: [vchkpw] maildrop problem with aliases stored in mysql
  
  yes, sorry, I have posted this problem on several lists nobody seems
  to have an idea. my last guess is that its either a environment
  variable problem or a bug in vdelivermail (what I believe because its
  vdelivermail that fails to work properly, but I can't really proove
  it so far). in any case please let me know if you find the solution...
  
  cheers
  andrej
  
-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] Tip for using chkuser with Maildrop

2004-04-29 Thread Jason 'XenoPhage' Frisvold
On Thu, 2004-04-29 at 10:49, tonix (Antonio Nati) wrote:
 You may do it enabling chkuser always, deleting the lines of code checking 
 for that string.

You mean disable this code in qmail-smtpd.c ? :

if ( strstr(read_buf, bounce-no-mailbox) == NULL ) {
retstat = 1;
break;
}


 We could also look for a different string or for a different file (i.e. 
 like .qmailenablebounce), if you tell me your need and we may change what 
 we want.

Hrm...  Is there a reason to not check for the user's existance before
accepting the mail?  It seems to have significantly stopped the amount
of junk we get and queue

 Tonino
 
 P.S. I'm studying for version 2.0 of chkuser, this could be another issue.

Version 2.0 ?

 At 29/04/2004 29/04/2004 -0400, you wrote:
 On Sun, 2004-04-04 at 14:48, Oden Eriksson wrote:
   I would recommend a more generic patch instead of this one, I 
  personally like
   this one very much:
  
   http://www.netdevice.com/qmail
 
 This patch appears to support cdb only... what about those of us using
 mysql?  Do you know of a patch for this?
 
   The goodrcptto patch
 
 I'm running into the same problem that the original poster mentioned...
 Implementing maildrop so that spam tagged by spamassassin is moved into
 a spam folder.  However, when the maildrop filter is enabled, it breaks
 chkusr...  (quite annoying) ...
 
 I want to do this the right way...  If there is some other way to do
 this on the server side, I would be more than happy to give it a shot!
 
 Thanks!
 
 --
 ---
 Jason 'XenoPhage' Frisvold
 Engine / Technology Programmer
 [EMAIL PROTECTED]
 RedHat Certified - RHCE # 803004140609871
 MySQL Pro Certified - ID# 207171862
 MySQL Core Certified - ID# 205982910
 ---
 Something mysterious is formed, born in the silent void. Waiting alone
 and unmoving, it is at once still and yet in constant motion. It is the
 source of all programs. I do not know its name, so I will call it the
 Tao of Programming.
 
 
  [EMAIL PROTECTED]Interazioni di Antonio Nati
 http://www.interazioni.it  [EMAIL PROTECTED]
 
-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] Tip for using chkuser with Maildrop

2004-04-29 Thread Jason 'XenoPhage' Frisvold
On Thu, 2004-04-29 at 09:55, David wrote:
 I agree, chkuser patch works with mysql, or cdb, depending how vpopmail
 was compiled. The patch calls vauth_getpw vpopmail function, and
 depending how vpopmail was compiled that function looks inside cdb or
 mysql.

Is there a huge difference between the chkusr patch and the goodrcptto
patch?  They basically do the same thing, right?

 Here's what I use so maildrop is used.
 my .qmail-default is:
 
 #| /Appz2/VPopMail/bin/vdelivermail '' bounce-no-mailbox
 |/usr/bin/maildrop -w 90

I just applied the above and I'm much happier now...  Now I just need a
decent reference manual for maildrop so I can make it do what I want
to...  doesn't look that hard, but I'm not sure how to manipulate
everything...

 The patch seeks for bounce-no-mailbox is in .qmail-default, and not a
 catch-all account. So though to first line is commented out, doing
 nothing, is enough for the patch to work.
 Later, when the maildrop line is executed, you may use your spamassassin
 code inside maildroprc, just like I suppose you're doing right now.
 Viewing the patch source code is easy to understand how it works.
 I know, not an elegant solution, but an easy one.

Yeah, I looked at the source where the bounce-no-mailbox code is... 
Simple enough :)

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] Tip for using chkuser with Maildrop

2004-04-29 Thread Jason 'XenoPhage' Frisvold
On Thu, 2004-04-29 at 11:59, David wrote:
 No idea, never used goodrcptto patch. 

Eh, well.. thanks anyways :)

 I don't know much about maildrop but I found time ago this mega script,
 http://mymail.alien77.com/maildropMEGAEXAMPLE
 
 I'm pretty sure it will help many people.
 The guy who wrote that knew about maildrop a thing or two :)

Awesome.. thanks...  I've added that to the collection of reference material..  :)

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 803004140609871
MySQL Pro Certified - ID# 207171862
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] Starting pop3 server

2003-07-08 Thread Jason 'XenoPhage' Frisvold
tcpserver is part of ucspi-tcp ...  By default it's installed here :

/usr/local/bin/tcpserver

Perhaps you don't have that package installed?

On Tue, 2003-07-08 at 07:24, Brd Tommy Nilsen wrote:
 the startup line does not work
  
  
  
 martine# env - PATH=/var/qmail/bin:/usr/local/bin \
 ? tcpserver -H -R 0 pop3 \
 /var/qmail/bin/qmail-popup martine.mydomain.no \
 /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
 ? /var/qmail/bin/qmail-popup martine.mydomain.no \
 ? /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 
 [3] 902
 [2]Exit 127  env -
 PATH=/var/qmail/bin:/usr/local/bin tcpserver -H -R 0 pop3  ...
 martine# env: tcpserver: No such file or directory
  
  
 it is on an Freebsd 5.1 box.
  
  
 can anyone help me ??
-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] chkusr patch

2003-06-17 Thread Jason 'XenoPhage' Frisvold
Try www.shupp.org ... He has the patch there with some instructions..

On Sun, 2003-06-15 at 22:19, David Bronson wrote:
 Hi all,
 
 I have just discovered qmail-smtpd-chkusr after several years of using
 vpopmail. I have applied the patch but don't quite understand the
 Makefile changes that are needed. Can someone share in more detail the
 changes that are needed to compile?
 
 Thank you in advance,
-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


[vchkpw] Vpopmail and Vqadmin problem

2003-05-31 Thread Jason 'XenoPhage' Frisvold
Hi all,

There is no archive for the vqadmin list and I'm not sure if it's active
at all, so I'm asking here..  My apologies if I'm breaking boundaries
here...

I'm running vqadmin 2.3.5 on a machine with qmail 1.0.3, and vpopmail
5.3.20 ...  When I try to show users for a particular domain, I usually
get a domain does not exist message...  I'm not sure if this is a
vpopmail or a vqadmin problem, but I would like to get it fixed...

Is this a known problem?  Is there a fix?

Thanks!

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
MySQL Core Certified - ID# 205982910
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


[vchkpw] vpopmail and courier-imap

2003-03-11 Thread Jason 'XenoPhage' Frisvold
Hi all,

I'm trying to set up courier imap and vpopmail...  I'm not sure about
some configuration settings, however...  I've installed vpopmail and
defined a default domain.  vpopmail *seems* to be working ok.

I need to set up courier-imap and I want the default-domain
authentication to work.  So, can I use authmysql and authdaemon?  Or
must I use authvchkpw?

Thanks,

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] vpopmail and courier-imap

2003-03-11 Thread Jason 'XenoPhage' Frisvold
On Tue, 2003-03-11 at 11:24, Jason 'XenoPhage' Frisvold wrote:
 Hi all,
 
   I'm trying to set up courier imap and vpopmail...  I'm not sure about
 some configuration settings, however...  I've installed vpopmail and
 defined a default domain.  vpopmail *seems* to be working ok.
 
   I need to set up courier-imap and I want the default-domain
 authentication to work.  So, can I use authmysql and authdaemon?  Or
 must I use authvchkpw?

Let me elaborate briefly...  I've been reading documentation, but there
is some confusion...  The INSTALL doc says not to use authvchkpw, but to
use authdb.  However, the README.authmysql.html file says not to use
mysql, but to use authvchkpw when dealing with vpopmail...

So do I follow this chain and use authdb, or use authvchkpw..  

I'm thinking authvchkpw  should I use this with authdaemon?  Or is
it better by itself?

 Thanks,
-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] vpopmail and courier-imap

2003-03-11 Thread Jason 'XenoPhage' Frisvold
On Tue, 2003-03-11 at 12:11, Jesse Guardiani wrote:
  Let me elaborate briefly...  I've been reading documentation, but there
  is some confusion...  The INSTALL doc says not to use authvchkpw, but to
  use authdb.  However, the README.authmysql.html file says not to use
  mysql, but to use authvchkpw when dealing with vpopmail...
 
 I know what you mean. It IS confusing. You should mention that to Mr. Sam.

*nod*  I've got it all figured out now...  Makes sense now :)

 Never use authdaemon with vchkpw. It's buggy for some reason. Authentications
 will fail randomly and such. And yes, you should use authvchkpw.

Known bugs?  Hrm.. I didn't see anything in the known bugs section... 
No biggie tho...

I've configured and set it up using authvchkpw and it works perfectly. 
I've got vpopmail running in mysql replication mode too :)  I can
authenticate correctly and it appears to be working great!

Incidentally, I had previously asked (several weeks ago) about vpopmail
not allowing me to authenticate using only my username when the address
is in the default domain.  The reason it was failing was because I was
not using authvchkpwd...  I was using authmysql...  (and here I thought
I was being all cool because I could get it running..)

Well, we live and learn...  :)

Thanks all,

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.


signature.asc
Description: This is a digitally signed message part


[vchkpw] vpopmail, spamassassin, and squirrelmail

2003-02-19 Thread Jason 'XenoPhage' Frisvold
Hi all,

Does anyone have a HOW-TO or any information on how to integrate
Spamassassin with vpopmail and Squirrelmail?  I'm specifically looking
to use the squirrelmail spamassassin plugin to allow the users to modify
their spam settings.  I'm not sure how this is done in conjunction with
vpopmail, however.  Anyone tried this?

The server will have the following packages on it :

qmail
courier-imap
spamassasin (using qmail-scanner)
vpopmail (for virtual domains/mailboxes.  No local accounts whatsoever.)
Panda Software virus scanner (qmail wrapper, doesn't use qmail-scanner)
SquirrelMail
mySQL database back end (3.23.55, not 4.0 yet)

Thanks,
-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.



signature.asc
Description: This is a digitally signed message part


RE: [vchkpw] vpopmail, spamassassin, and squirrelmail

2003-02-19 Thread Jason 'XenoPhage' Frisvold
Cool...  that's a start, at least...  :)

Thanks for the info...

On Wed, 2003-02-19 at 10:21, Clayton Weise wrote:
 http://www.jerfu.com/toaster
 
 It's a pretty straight forward step-by-step for
 vpopmail+spamassassin+squirrelmail etc etc.
 
 -Clayton

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.



signature.asc
Description: This is a digitally signed message part


Re: [vchkpw] vpopmail, spamassassin, and squirrelmail

2003-02-19 Thread Jason 'XenoPhage' Frisvold
On Wed, 2003-02-19 at 11:09, Christopher Davis wrote:
 Jason,
 This seems out of scope for the Vpopmail list but I'll tell you what we're
 trying to do.

My apologies...  I'm not completely familiar with SpamAssassin, so I'm
not totally sure how it works.  I know it has to get the configuration
from somewhere.  In my limited research (thus far), I've noticed that
procmail, maildrop, and .qmail files are used for this..

However, there are no home directories for these users since they're all
virtual..  So, I was wondering how to make it work within the confines
of vpopmail...

 Your config is like ours except we don't use qmail-scanner or Panda ( we use
 RAV).  Although Clayton's howto is a great start, it doesn't address the
 issue of allowing people to manage their SA setting within Squirrelmail.

An important part of what I want to do...  :)

 There's a Vpopmail user management plugin on the Squirrelmail site which
 works well.  I just finished modifing it to have a setting of Spam
 filtering ON/OFF  This basically puts |maildrop in a user's .qmail file.
 The second step is to integrate the SA control panel located at
 http://spamassassin.org/devel/php-sa-mysql-0.5.tar.gz .  Still working on
 that...

Hrm...  now I gotta learn PHP..  *sigh*  :)

 Note that if you are using procmail and have no need for security, there's
 some handy plugins already available on the Squirrelmail site that will do
 all this for you.

Not using procmail, actually...  Security is *always* an issue :)

 --chris davis

Thanks for the info...  I'd be more than happy to discuss this more off
the list...  :)

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.



signature.asc
Description: This is a digitally signed message part


RE: [vchkpw] Default Domain problem

2003-02-05 Thread Jason 'XenoPhage' Frisvold
On Tue, 2003-02-04 at 16:44, Clayton Weise wrote:
 Do that, I've never had good luck with the make distclean.

Ok, tried recompiling (only used the vmysql.h file from the previous 
source tree) ...  I used the following configure command :

./configure --enable-default-domain=mydomain.com
--enable-roaming-users=y 
--enable-mysql=y --enable-defaultquota=5000S --enable-valias=y

Everything compiled and installed fine.  Now I issue the following :

vadddomain mydomain.com testpass
vadduser test testpass
vadduser [EMAIL PROTECTED] testpass

I cannot login with either account at all.  It doesn't matter if I login
with the domain attached or not..  *sigh*

Any ideas on what I'm doing wrong here?  The only real difference here
is 
the addition of enable-default-domain  ...

Is there a way to get debug information and find out where it's failing?

Thanks,

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.



signature.asc
Description: This is a digitally signed message part


[vchkpw] Default Domain problem

2003-02-04 Thread Jason 'XenoPhage' Frisvold
Hi all,

I recently re-compiled vpopmail to include support for a default
domain.  I was under the impression that this would allow anyone from
that default domain to login with just their username and not the full
email address... It appears to have compiled correctly, but I cannot
login in this manner...  ???  Anyone have any tips as to what I can look
for?

Redhat 7.3
vpopmail 5.2.1
courier-imap 1.6.2
qmail 1.0.3

Thanks,

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.



signature.asc
Description: This is a digitally signed message part