[vchkpw] Problems when adding domains

2003-05-27 Thread HMF








  I got this email when adding domains to vpopmail.
  
  [EMAIL PROTECTED] root]# ~vpopmail/bin/vadddomain thinkl33t.netPlease 
  enter password for postmaster:enter password again:qmail-newu: 
  fatal: bad format in users/assignError: Domain does not exist
  
  The remain file is like this
  
  [EMAIL PROTECTED] root]# cat 
  /var/qmail/users/assign+thinkl33t.net-:thinkl33t.net:89:89:/home/vpopmail/domains/thinkl33t.net:-::
  
  What should be the problem?
  
  





	
	
	
	
	
	
	




 IncrediMail - 
Email has finally evolved - Click 
Here



Re: [vchkpw] Adding virtual domains

2003-05-27 Thread Peter Palmreuther
Hi Dallas,

On Tue, 27 May 2003 10:35:44 -0500 Dallas Wright wrote:

 I get this trying to add a virtual domain
 
 fbsd# ./vadddomain ablemore.com testing
 qmail-newu: fatal: bad format in users/assign
 Error: Domain does not exist
 
 I've checked the usres/assign file and it appears to match the format that
 qmail-newu expects but it still generates this error. 


For sure it does _NOT_ match the format qmail-newu expects, else
qmail-newu wouldn't report an error, wouldn't it?

man qmail-newu - man qmail-users -

,[]
STRUCTURE
   /var/qmail/users/assign is a series of assignments, one per line.
   It ends with a line containing a single dot.
`

You've got the single dot in the last line?

If so: make a backup of 'assign', delete _everything_.
Put only a single dot in the file, followed by '\n'.
Execute qmail-newu.
If this succeeds (I'd expect it to do) add one line after another to the
now empty 'assign'. One-by-one, everytime pasting the line directly
above the period. After pasting one line and saving 'assign' run
qmail-newu to see if it still works. Continue until you found the line
that disrupts qmail-newu - you've found the culprit.
-- 
Ciao,
 Pit



Re: [vchkpw] Problems when adding domains

2003-05-27 Thread Peter Palmreuther
Hi HMF,

On Tue, 27 May 2003 16:53:27 +0100 (Hora de VerĂ£o GMT) HMF wrote:

 [EMAIL PROTECTED] root]# cat /var/qmail/users/assign
 +thinkl33t.net-:thinkl33t.net:89:89:/home/vpopmail/domains/thinkl33t.net:-::
 
 What should be the problem?

The problem is you are not able to read documentation.

,[ man qmail-users ]
STRUCTURE
   /var/qmail/users/assign is a series of assignments, one per line.
   It ends with a line containing a single dot.
`

I don't see a single period in the output of your 'cat ...'.
I also don't know why it ain't there ... All vpopmail editing this file
keep this period if present, and insert it if the file has to be created
instead of edited. So you must have tried to edit this file manually.
If you don't know the format of a file DON'T MESS WITH IT! Use the tools
designed to handle this file, but stay away with a normal text editor!
-- 
Ciao,
 Pit



Re: [vchkpw] Adding virtual domains

2003-05-27 Thread Dallas Wright
Thanks.
The . line was missing, its up and working perfectly :)
- Original Message - 
From: Peter Palmreuther [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 27, 2003 11:29 AM
Subject: Re: [vchkpw] Adding virtual domains


 Hi Dallas,

 On Tue, 27 May 2003 10:35:44 -0500 Dallas Wright wrote:

  I get this trying to add a virtual domain
 
  fbsd# ./vadddomain ablemore.com testing
  qmail-newu: fatal: bad format in users/assign
  Error: Domain does not exist
 
  I've checked the usres/assign file and it appears to match the format
that
  qmail-newu expects but it still generates this error.


 For sure it does _NOT_ match the format qmail-newu expects, else
 qmail-newu wouldn't report an error, wouldn't it?

 man qmail-newu - man qmail-users -

 ,[]
 STRUCTURE
/var/qmail/users/assign is a series of assignments, one per line.
It ends with a line containing a single dot.
 `

 You've got the single dot in the last line?

 If so: make a backup of 'assign', delete _everything_.
 Put only a single dot in the file, followed by '\n'.
 Execute qmail-newu.
 If this succeeds (I'd expect it to do) add one line after another to the
 now empty 'assign'. One-by-one, everytime pasting the line directly
 above the period. After pasting one line and saving 'assign' run
 qmail-newu to see if it still works. Continue until you found the line
 that disrupts qmail-newu - you've found the culprit.
 -- 
 Ciao,
  Pit





[vchkpw] SpamAssassin, Vpopmail, conditional handling on Spam Score?

2003-05-27 Thread Dave Richardson - Lists
I'm running the QMAILQUEUE patch with SpamAssassin into Vpopmail with 
Mysql and Courier.

I'm running SpamAssassin with spam threashold required_hits = 8.

I allow direct delivery to the mailbox, but it is subject prefixed 
[SPAM]  (thus it is Spam Tagged)

What I'd like to do is add another threashold (probably in SA?) where 
the spam score of 15 is sent to /dev/null.  Scores from 7-14.99 are 
spam tagged (and delivered) and scores less than 7 are not spam tagged. 
(I've been seeing spam scores as high as 28.8 recently BTW)

Is there a normal way to do this?
D.



Re: [vchkpw] SpamAssassin, Vpopmail, conditional handling on SpamScore?

2003-05-27 Thread Remo Mattei
I got some of 40+ just for your info. This will be a good extra thing :)
Let us know, 


-- Remo Mattei   --cell 801-209-8554
   http://www.italy1.com
   Freelance Networking-Security/Consultant
   MCSE, MCP, MCP+I, MCT
   Linux Trainer  Firewall Development
   [EMAIL PROTECTED]


 From: Dave Richardson - Lists [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Tue, 27 May 2003 16:42:33 -0500
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] SpamAssassin, Vpopmail, conditional handling on Spam Score?
 
 I'm running the QMAILQUEUE patch with SpamAssassin into Vpopmail with
 Mysql and Courier.
 
 I'm running SpamAssassin with spam threashold required_hits = 8.
 
 I allow direct delivery to the mailbox, but it is subject prefixed
 [SPAM]  (thus it is Spam Tagged)
 
 What I'd like to do is add another threashold (probably in SA?) where
 the spam score of 15 is sent to /dev/null.  Scores from 7-14.99 are
 spam tagged (and delivered) and scores less than 7 are not spam tagged.
 (I've been seeing spam scores as high as 28.8 recently BTW)
 
 Is there a normal way to do this?
 D.
 
 
 



OT: [vchkpw] SpamAssassin, Vpopmail, conditional handling on SpamScore?

2003-05-27 Thread Mark Pearce
 I'm running the QMAILQUEUE patch with SpamAssassin into Vpopmail with 
 Mysql and Courier.
 
 I'm running SpamAssassin with spam threashold required_hits = 8.
 
 I allow direct delivery to the mailbox, but it is subject prefixed 
 [SPAM]  (thus it is Spam Tagged)
 
 What I'd like to do is add another threashold (probably in SA?)
 where the spam score of 15 is sent to /dev/null.  Scores from 7-14.99
 are spam tagged (and delivered) and scores less than 7 are not spam
 tagged. 
  (I've been seeing spam scores as high as 28.8 recently BTW)

Hi

I know this is OT but what are the flags you are using to start spamd
and as what user?  I am running the same setup on my OpenBSD server. 
All my messages get a spam status header, but try as I may, I cannot get
the system to rewrite the subject.  

Is qmaild the correct user to run as, because any other user that I try
running as I get a user not found error and my log files show any other
user but qmaild as vpopmail@ or spamd@.

Thanks

Mark



[vchkpw] Spam filter

2003-05-27 Thread Ross Davis - DataAnywhere
Can anyone suggest a good spam filter to use with vpopmail.  We are just
getting killed on a couple of larger domains right now.

TIA
Ross




Re: [vchkpw] Spam filter

2003-05-27 Thread marrandy
On Tuesday 27 May 2003 08:11 pm, Ross Davis - DataAnywhere wrote:
 Can anyone suggest a good spam filter to use with vpopmail.  We are just
 getting killed on a couple of larger domains right now.
 
 TIA
 Ross

Use the RBL Ross...spamhaus.

Or just put the IP's in the tcp.smtp file and rebuild the database.

Regards...Martin
-- 
Yield to Temptation ... it may not pass your way again.
-- Lazarus Long, Time Enough for Love




Re: [vchkpw] Spam filter

2003-05-27 Thread Jeremy Oddo
Ross Davis - DataAnywhere said:
 Can anyone suggest a good spam filter to use with vpopmail.  We are just
 getting killed on a couple of larger domains right now.

Can't think of a better filter than SpamAssassin (www.spamassassin.org). 
I'm using it in a vpopmail setup.  It's dropped our spam levels down by
95-97%.  One user reported getting over 100 spam e-mails a day now gets
0-4.

And SA has a VERY active user-base.

Jeremy





RE: [vchkpw] Spam filter

2003-05-27 Thread Ross Davis - DataAnywhere
I had read the following on the qmail-scanner site
Software Integration Issues

Q-S doesn't work with Vpopmail Vpopmail basically strips out environment
variables set within the tcpserver SMTP rules file - specifically the
QMAILQUEUE environment variable. As it is responsible for starting
qmail-smtpd, that means Qmail-Scanner never gets called. This is really
a bug with Vpopmail, but a workaround is to set QMAILQUEUE within
/service/smtpd/run instead. However, you must realise that you will lose
Q-S functionality - such as altering Q-S components based on SMTP server
IP address, etc. This will only get worse... 

Any thoughts on that?

Ross

 -Original Message-
 From: Jeremy Oddo [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, May 27, 2003 4:19 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] Spam filter
 
 
 Ross Davis - DataAnywhere said:
  Can anyone suggest a good spam filter to use with vpopmail.  We are 
  just getting killed on a couple of larger domains right now.
 
 Can't think of a better filter than SpamAssassin 
 (www.spamassassin.org). 
 I'm using it in a vpopmail setup.  
 It's dropped our spam levels down by 95-97%.  One user 
 reported getting over 100 spam e-mails a day now gets 0-4.
 
 And SA has a VERY active user-base.
 
 Jeremy
 
 
 
 
 




[vchkpw] Courier IMAP vchkpw problem

2003-05-27 Thread Rob Francis
Hi,

I was happily using vpopmail 5.2.1 and qmailadmin. Everything was fine.

However, our clients demanded some form of webmail access, so after trying a
few packages, I settled for SquirrelMail (PHP pages that we could set to our
needs). SquirrelMail requires an IMAP server for authentication and
Courier-IMAP seems to be the fastest around and recommended by most groups.

Everything worked wonderfully EXCEPT for the fact that you could only
authenticate about 3 times before getting a username/password unknown error.
If I restart the Courier authentication daemon it works for another 3 times.
I even tried setting up a cron job to run a script as root that restarts the
Courier authentication daemon every minute.

The Courier IMAP list was the first place I searched for help but they were
adamant that the problem is with vchkpw and that I should upgrade to version
5.3.20. I have done this but still have the same problem.

Any suggestions? Has anyone else had this problem?




Re: [vchkpw] Spam filter

2003-05-27 Thread Steve Schofield
I run FreeBSD 4.8, Qmail, Vpopmail, Courier-imap, Qmail-scanner,
Spamassassin.  I just installed this over the weekend and got it working.
I received 506 emails today (Tuesday 5/27),  of that  74 emails was spam of
which 59 were caught and marked by Spamassassin,  There was 16 messages that
was spam that wasn't caught.For the first day,  that is 79.73% accuracy.
That ain't too bad.

I have a client side rule for now to put spam marked by spamassassin in a
separate folder.  When I get better at configuration of spamassassin, I'll
have server side rules.   I have to figure out how Spamassassin is actually
configured to do some more advanced configuration.  I read the RTFM manualls
and it pointed to using user_prefs and/or local.cf file.  Doesn't appear any
of these conf files are around but ole well.   Lots of stuff to learn but
bottom line I didn't need to filter 59 messages today.  That is worth my
time!

*  - *
*  Steve Schofield
*  [EMAIL PROTECTED]
*
*  Microsoft MVP - ASP.NET
*  http://www.aspfree.com
*  - *
- Original Message - 
From: Ross Davis - DataAnywhere [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 27, 2003 8:11 PM
Subject: [vchkpw] Spam filter


 Can anyone suggest a good spam filter to use with vpopmail.  We are just
 getting killed on a couple of larger domains right now.

 TIA
 Ross







Re: [vchkpw] Spam filter

2003-05-27 Thread Rick Macdougall
Hi,

It's BS.  QS and vpopmail work just fine together.  The ONLY issue is 
that the current vpopmail pop-before-smtp code doesn't write a 
QMAILQUEUE variable into the tcp.smtp file.  Mostly harmless for 
outgoing email and a patch is available. If you are running smtp auth 
there is no problem.

Since qmail-smtpd is called WAY before vpopmail (in the .qmail-default 
file from qmail-local) there is no way vpopmail can be stripping 
anything except in the above case.

I'm not sure who started this myth but they should be tarred and feathered.

I've been over this a few times with Jason on the QS list and I'm still 
not sure how it got started.

Regards,

Rick

Ross Davis - DataAnywhere wrote:

I had read the following on the qmail-scanner site
Software Integration Issues
Q-S doesn't work with Vpopmail Vpopmail basically strips out environment
variables set within the tcpserver SMTP rules file - specifically the
QMAILQUEUE environment variable. As it is responsible for starting
qmail-smtpd, that means Qmail-Scanner never gets called. This is really
a bug with Vpopmail, but a workaround is to set QMAILQUEUE within
/service/smtpd/run instead. However, you must realise that you will lose
Q-S functionality - such as altering Q-S components based on SMTP server
IP address, etc. This will only get worse... 

Any thoughts on that?

Ross


-Original Message-
From: Jeremy Oddo [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 27, 2003 4:19 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] Spam filter

Ross Davis - DataAnywhere said:

Can anyone suggest a good spam filter to use with vpopmail.  We are 
just getting killed on a couple of larger domains right now.

Can't think of a better filter than SpamAssassin 
(www.spamassassin.org). 
I'm using it in a vpopmail setup.  
It's dropped our spam levels down by 95-97%.  One user 
reported getting over 100 spam e-mails a day now gets 0-4.

And SA has a VERY active user-base.

Jeremy













Re: [vchkpw] Spam filter

2003-05-27 Thread Rick Macdougall
Hi,

And just as a follow up...

I haven't tested this but setting the ENV variable within the smtp/run 
file and then over-riding it for specific IP's in the tcp.smtp file 
should work as well.

Regards,

Rick

Rick Macdougall wrote:

Hi,

It's BS.  QS and vpopmail work just fine together.  The ONLY issue is 
that the current vpopmail pop-before-smtp code doesn't write a 
QMAILQUEUE variable into the tcp.smtp file.  Mostly harmless for 
outgoing email and a patch is available. If you are running smtp auth 
there is no problem.

Since qmail-smtpd is called WAY before vpopmail (in the .qmail-default 
file from qmail-local) there is no way vpopmail can be stripping 
anything except in the above case.

I'm not sure who started this myth but they should be tarred and feathered.

I've been over this a few times with Jason on the QS list and I'm still 
not sure how it got started.

Regards,

Rick

Ross Davis - DataAnywhere wrote:

I had read the following on the qmail-scanner site
Software Integration Issues
Q-S doesn't work with Vpopmail Vpopmail basically strips out environment
variables set within the tcpserver SMTP rules file - specifically the
QMAILQUEUE environment variable. As it is responsible for starting
qmail-smtpd, that means Qmail-Scanner never gets called. This is really
a bug with Vpopmail, but a workaround is to set QMAILQUEUE within
/service/smtpd/run instead. However, you must realise that you will lose
Q-S functionality - such as altering Q-S components based on SMTP server
IP address, etc. This will only get worse...
Any thoughts on that?
Ross


-Original Message-
From: Jeremy Oddo [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 
2003 4:19 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] Spam filter

Ross Davis - DataAnywhere said:

Can anyone suggest a good spam filter to use with vpopmail.  We are 
just getting killed on a couple of larger domains right now.

Can't think of a better filter than SpamAssassin 
(www.spamassassin.org). I'm using it in a vpopmail setup.  It's 
dropped our spam levels down by 95-97%.  One user reported getting 
over 100 spam e-mails a day now gets 0-4.

And SA has a VERY active user-base.

Jeremy
















Re: [vchkpw] Courier IMAP vchkpw problem

2003-05-27 Thread Michael Bowe
make sure you compile courier using

  --without-authdaemon --with-authvchkpw

Michael.

- Original Message - 
From: Rob Francis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 10:33 AM
Subject: [vchkpw] Courier IMAP  vchkpw problem


 Hi,

 I was happily using vpopmail 5.2.1 and qmailadmin. Everything was fine.

 However, our clients demanded some form of webmail access, so after trying
a
 few packages, I settled for SquirrelMail (PHP pages that we could set to
our
 needs). SquirrelMail requires an IMAP server for authentication and
 Courier-IMAP seems to be the fastest around and recommended by most
groups.

 Everything worked wonderfully EXCEPT for the fact that you could only
 authenticate about 3 times before getting a username/password unknown
error.
 If I restart the Courier authentication daemon it works for another 3
times.
 I even tried setting up a cron job to run a script as root that restarts
the
 Courier authentication daemon every minute.

 The Courier IMAP list was the first place I searched for help but they
were
 adamant that the problem is with vchkpw and that I should upgrade to
version
 5.3.20. I have done this but still have the same problem.

 Any suggestions? Has anyone else had this problem?







Re: [vchkpw] Spam filter

2003-05-27 Thread Steve Schofield
I didn't know any better but I set my QMAILQUEUE in the
/user/local/etc/rc.d/qmail.sh and that worked.  Something about being in the
services/smtp part wasn't working.  But anyway bottom line Qmail Scanner,
Vpopmail and now spamassassin works awesome!


*  - *
*  Steve Schofield
*  [EMAIL PROTECTED]
*
*  Microsoft MVP - ASP.NET
*  http://www.aspfree.com
*  - *
- Original Message - 
From: Rick Macdougall [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 27, 2003 8:48 PM
Subject: Re: [vchkpw] Spam filter


 Hi,

 And just as a follow up...

 I haven't tested this but setting the ENV variable within the smtp/run
 file and then over-riding it for specific IP's in the tcp.smtp file
 should work as well.

 Regards,

 Rick


 Rick Macdougall wrote:

  Hi,
 
  It's BS.  QS and vpopmail work just fine together.  The ONLY issue is
  that the current vpopmail pop-before-smtp code doesn't write a
  QMAILQUEUE variable into the tcp.smtp file.  Mostly harmless for
  outgoing email and a patch is available. If you are running smtp auth
  there is no problem.
 
  Since qmail-smtpd is called WAY before vpopmail (in the .qmail-default
  file from qmail-local) there is no way vpopmail can be stripping
  anything except in the above case.
 
  I'm not sure who started this myth but they should be tarred and
feathered.
 
  I've been over this a few times with Jason on the QS list and I'm still
  not sure how it got started.
 
  Regards,
 
  Rick
 
 
  Ross Davis - DataAnywhere wrote:
 
  I had read the following on the qmail-scanner site
  Software Integration Issues
 
  Q-S doesn't work with Vpopmail Vpopmail basically strips out
environment
  variables set within the tcpserver SMTP rules file - specifically the
  QMAILQUEUE environment variable. As it is responsible for starting
  qmail-smtpd, that means Qmail-Scanner never gets called. This is really
  a bug with Vpopmail, but a workaround is to set QMAILQUEUE within
  /service/smtpd/run instead. However, you must realise that you will
lose
  Q-S functionality - such as altering Q-S components based on SMTP
server
  IP address, etc. This will only get worse...
  Any thoughts on that?
 
  Ross
 
 
  -Original Message-
  From: Jeremy Oddo [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27,
  2003 4:19 PM
  To: [EMAIL PROTECTED]
  Subject: Re: [vchkpw] Spam filter
 
 
  Ross Davis - DataAnywhere said:
 
  Can anyone suggest a good spam filter to use with vpopmail.  We are
  just getting killed on a couple of larger domains right now.
 
 
  Can't think of a better filter than SpamAssassin
  (www.spamassassin.org). I'm using it in a vpopmail setup.  It's
  dropped our spam levels down by 95-97%.  One user reported getting
  over 100 spam e-mails a day now gets 0-4.
 
  And SA has a VERY active user-base.
 
  Jeremy
 
 
 
 
 
 
 
 
 
 
 
 







Re: [vchkpw] Spam filter

2003-05-27 Thread Jeremy Oddo
Steve Schofield said:
 I run FreeBSD 4.8, Qmail, Vpopmail, Courier-imap, Qmail-scanner,
 Spamassassin.  I just installed this over the weekend and got it
 working. I received 506 emails today (Tuesday 5/27),  of that  74 emails
 was spam of which 59 were caught and marked by Spamassassin,  There was
 16 messages that was spam that wasn't caught.For the first day,
 that is 79.73% accuracy. That ain't too bad.

Wow!  Only 74 of the 506 e-mails were SPAM!?  Your ratio is lower than
mine!  The nicest feature in SA 2.5X is the Bayesian stuff.  When I first
upgraded from SA 2.31 to 2.53 (and then to 2.55) a lot of SPAM slipped
thru.  After running bayes for a week I was able to drop it SIGNIFICANTLY.
 A couple weeks after that and SA was catching nearly all the SPAM.  So
look into bayes for sure!

 I have a client side rule for now to put spam marked by spamassassin in
 a separate folder.

I'm running site-wide.  All SPAM gets pushed into the user's Junk-Mail
folder and also copied to another account that is used ONLY to hold SPAM
mail.  I review the alleged SPAM in the spam account, then run the bayes
classifier on it.  I then decided to route all high scoring SPAM straight
to /dev/null.  I now have most of my SPAM going to /dev/null and fewer
SPAMs going to the Junk-Mail folder.  Me likes :)

 When I get better at configuration of spamassassin,
 I'll have server side rules.   I have to figure out how Spamassassin is
 actually configured to do some more advanced configuration.  I read the
 RTFM manualls and it pointed to using user_prefs and/or local.cf file.

My local.cf is in /etc/mail/spamassassin but I'm running Linux so it may
be different under FreeBSD, donno.  Your local.cf should contain
white/blacklisted addresses and modifications to the standard SA behavior.
 For example, I have reduced my required hits from 5 to 4, changed the
SPAM LEVEL CHAR from * to S (for easier exp matching), etc.

SA is a beautiful thing.  But I 'spose we should move this off list as
this *IS* the vpopmail list :)

Jeremy





[vchkpw] qmail + vpopmail woes

2003-05-27 Thread Eugene Chua
qmail + vpopmail woes
Hi!

I've got qmail installed and working great!
qsend, qsmtp and qpop3d is working.

Backend is MySQL 3.23.55 + AutoResponder + ezmlm + IDX

I've installed vpopmail and created a virtual domain.

I've also added user via the /vpopmail/bin/vadduser

i did a vuserinfo on the account and the following

# ./vuserinfo testemail%virtual.net
name: testemail
passwd: $1$wasdSRsJ$jAONIancd7JBdX.4fNl.D0
clear passwd: **
uid: 0
gid: 0
gecos: 
all services available
dir: /var/vpopmail/domains/virtual.net/testemail
quota: 20971520S
usage: 0%
account created: Wed May 28 04:45:02 2003
last auth: Never logged in

I tried sending out email and it's can receive the email sent to the
user on the virtual domain.

Listing of my testemail directory:
# pwd
/var/vpopmail/domains/virtual.net/testemail/Maildir
# ls -al
total 12
drwx-- 5 vpopmail vchkpw 512 May 28 04:57 .
drwx-- 3 vpopmail vchkpw 512 May 28 04:45 ..
drwx-- 2 vpopmail vchkpw 512 May 28 04:45 cur
-rw--- 1 vpopmail vchkpw 21 May 28 04:45 maildirsize
drwx-- 2 vpopmail vchkpw 512 May 28 04:45 new
drwx-- 2 vpopmail vchkpw 512 May 28 04:45 tmp
#

listing of the new dir under Maildir

# pwd
/var/vpopmail/domains/virtual.net/testemail/Maildir/new
# ls -al
total 10
drwx-- 2 vpopmail vchkpw 512 May 28 04:45 .
drwx-- 5 vpopmail vchkpw 512 May 28 04:57 ..
-rw--- 1 vpopmail vchkpw 2208 May 28 04:45 1054068329.28307.virtual.net,S=2145
#

I was able to receive emails sent from other networks.

But the funny part is I couldn't get my Outlook Express to login to
the mailserver to retrieve the email.

I used testemail%virtual.net and password but apparently cannot login.

I've checked the services,
root 18643 0.0 0.5 32 308 ?? I 2:31AM 0:00.02 supervise qmail-pop3d
qmaill 9789 0.0 0.5 44 300 ?? I 2:31AM 0:00.03 /usr/local/bin/multilog t s100 n10 
/var/log/qmail/pop3d
root 15009 0.0 0.5 140 344 p1 S+ 5:28AM 0:00.01 grep pop

And the services are running fine.

What have I left out?

Thanks!

Eugene
[EMAIL PROTECTED]




RE: [vchkpw] Courier IMAP vchkpw problem

2003-05-27 Thread Rob Francis
Yes, I did compile with these flags but I noticed that it still uses the
authdaemon. If I am not using the authdaemon, what do I type to run the
Courier IMAP daemon? I thought that starting the imapd daemon would work but
it seemed to start up authdaemon. Have I missed something fundamental here?

The Courier documentation tells me to type:
/usr/lib/courier-imap/libexec/authlib/authdaemond start

If I try
/usr/lib/courier-imap/libexec/authlib/authvchlpw start

I get the error AUTHFAILURE

Appreciate your help.
Rob

-Original Message-
From: Michael Bowe [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 12:50 PM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] Courier IMAP  vchkpw problem


make sure you compile courier using

  --without-authdaemon --with-authvchkpw

Michael.

- Original Message -
From: Rob Francis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 10:33 AM
Subject: [vchkpw] Courier IMAP  vchkpw problem


 Hi,

 I was happily using vpopmail 5.2.1 and qmailadmin. Everything was fine.

 However, our clients demanded some form of webmail access, so after trying
a
 few packages, I settled for SquirrelMail (PHP pages that we could set to
our
 needs). SquirrelMail requires an IMAP server for authentication and
 Courier-IMAP seems to be the fastest around and recommended by most
groups.

 Everything worked wonderfully EXCEPT for the fact that you could only
 authenticate about 3 times before getting a username/password unknown
error.
 If I restart the Courier authentication daemon it works for another 3
times.
 I even tried setting up a cron job to run a script as root that restarts
the
 Courier authentication daemon every minute.

 The Courier IMAP list was the first place I searched for help but they
were
 adamant that the problem is with vchkpw and that I should upgrade to
version
 5.3.20. I have done this but still have the same problem.

 Any suggestions? Has anyone else had this problem?









Re: [vchkpw] Courier IMAP vchkpw problem

2003-05-27 Thread Michael Bowe
Perhaps take a look at how I do it

I have a guide online at
http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm#COURIER_IMAP

Michael.

- Original Message - 
From: Rob Francis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 11:52 AM
Subject: RE: [vchkpw] Courier IMAP  vchkpw problem


 Yes, I did compile with these flags but I noticed that it still uses the
 authdaemon. If I am not using the authdaemon, what do I type to run the
 Courier IMAP daemon? I thought that starting the imapd daemon would work
but
 it seemed to start up authdaemon. Have I missed something fundamental
here?

 The Courier documentation tells me to type:
 /usr/lib/courier-imap/libexec/authlib/authdaemond start

 If I try
 /usr/lib/courier-imap/libexec/authlib/authvchlpw start

 I get the error AUTHFAILURE

 Appreciate your help.
 Rob

 -Original Message-
 From: Michael Bowe [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 28, 2003 12:50 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] Courier IMAP  vchkpw problem


 make sure you compile courier using

   --without-authdaemon --with-authvchkpw

 Michael.

 - Original Message -
 From: Rob Francis [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, May 28, 2003 10:33 AM
 Subject: [vchkpw] Courier IMAP  vchkpw problem


  Hi,
 
  I was happily using vpopmail 5.2.1 and qmailadmin. Everything was fine.
 
  However, our clients demanded some form of webmail access, so after
trying
 a
  few packages, I settled for SquirrelMail (PHP pages that we could set to
 our
  needs). SquirrelMail requires an IMAP server for authentication and
  Courier-IMAP seems to be the fastest around and recommended by most
 groups.
 
  Everything worked wonderfully EXCEPT for the fact that you could only
  authenticate about 3 times before getting a username/password unknown
 error.
  If I restart the Courier authentication daemon it works for another 3
 times.
  I even tried setting up a cron job to run a script as root that restarts
 the
  Courier authentication daemon every minute.
 
  The Courier IMAP list was the first place I searched for help but they
 were
  adamant that the problem is with vchkpw and that I should upgrade to
 version
  5.3.20. I have done this but still have the same problem.
 
  Any suggestions? Has anyone else had this problem?
 
 
 









Re: [vchkpw] Spam filter

2003-05-27 Thread Anthony Baratta
At 06:02 PM 5/27/2003, Jeremy Oddo wrote:

I'm running site-wide.  All SPAM gets pushed into the user's Junk-Mail
folder and also copied to another account that is used ONLY to hold SPAM
mail.  I review the alleged SPAM in the spam account, then run the bayes
classifier on it.  I then decided to route all high scoring SPAM straight
to /dev/null.  I now have most of my SPAM going to /dev/null and fewer
SPAMs going to the Junk-Mail folder.  Me likes :)
Jeremy...

I for one would be interested in the nut and bolts of your setup. I'm 
really interested in how you push mail tagged as spam around. Are you using 
ProcMail?
---
Anthony Baratta
President
Keyboard Jockeys

Conformity is the refuge of the unimaginative.




Re: [vchkpw] qmail + vpopmail woes

2003-05-27 Thread dWi sAsonO b
try getting email manual throught pop3 port
you can get your answer there

i suppose it because softlimit program


On Wed, 28 May 2003 09:03:44 +0800
Eugene Chua [EMAIL PROTECTED] wrote:

 qmail + vpopmail woes
 Hi!
 
 I've got qmail installed and working great!
 qsend, qsmtp and qpop3d is working.
 
 Backend is MySQL 3.23.55 + AutoResponder + ezmlm + IDX
 
 I've installed vpopmail and created a virtual domain.
 
 I've also added user via the /vpopmail/bin/vadduser
 
 i did a vuserinfo on the account and the following
 
 # ./vuserinfo testemail%virtual.net
 name: testemail
 passwd: $1$wasdSRsJ$jAONIancd7JBdX.4fNl.D0
 clear passwd: **
 uid: 0
 gid: 0
 gecos: 
 all services available
 dir: /var/vpopmail/domains/virtual.net/testemail
 quota: 20971520S
 usage: 0%
 account created: Wed May 28 04:45:02 2003
 last auth: Never logged in
 
 I tried sending out email and it's can receive the email sent to the
 user on the virtual domain.
 
 Listing of my testemail directory:
 # pwd
 /var/vpopmail/domains/virtual.net/testemail/Maildir
 # ls -al
 total 12
 drwx-- 5 vpopmail vchkpw 512 May 28 04:57 .
 drwx-- 3 vpopmail vchkpw 512 May 28 04:45 ..
 drwx-- 2 vpopmail vchkpw 512 May 28 04:45 cur
 -rw--- 1 vpopmail vchkpw 21 May 28 04:45 maildirsize
 drwx-- 2 vpopmail vchkpw 512 May 28 04:45 new
 drwx-- 2 vpopmail vchkpw 512 May 28 04:45 tmp
 #
 
 listing of the new dir under Maildir
 
 # pwd
 /var/vpopmail/domains/virtual.net/testemail/Maildir/new
 # ls -al
 total 10
 drwx-- 2 vpopmail vchkpw 512 May 28 04:45 .
 drwx-- 5 vpopmail vchkpw 512 May 28 04:57 ..
 -rw--- 1 vpopmail vchkpw 2208 May 28 04:45 1054068329.28307.virtual.net,S=2145
 #
 
 I was able to receive emails sent from other networks.
 
 But the funny part is I couldn't get my Outlook Express to login to
 the mailserver to retrieve the email.
 
 I used testemail%virtual.net and password but apparently cannot login.
 
 I've checked the services,
 root 18643 0.0 0.5 32 308 ?? I 2:31AM 0:00.02 supervise qmail-pop3d
 qmaill 9789 0.0 0.5 44 300 ?? I 2:31AM 0:00.03 /usr/local/bin/multilog t s100 
 n10 /var/log/qmail/pop3d
 root 15009 0.0 0.5 140 344 p1 S+ 5:28AM 0:00.01 grep pop
 
 And the services are running fine.
 
 What have I left out?
 
 Thanks!
 
 Eugene
 [EMAIL PROTECTED]
 
 
 


-- 
thx
onOs
UPPTI - Universitas Brawijaya



Re: [vchkpw] qmail + vpopmail woes

2003-05-27 Thread Michael Bowe
Yes, if you are using the MySQL backend with vpopmail,
then you will need to specify a larger-than-normal softlimit
setting for the pop3d.

For more information, take a look at this quick guide that I wrote :
http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm

Michael.

- Original Message - 
From: dWi sAsonO b [EMAIL PROTECTED]
To: Eugene Chua [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 1:24 PM
Subject: Re: [vchkpw] qmail + vpopmail woes


 try getting email manual throught pop3 port
 you can get your answer there

 i suppose it because softlimit program


 On Wed, 28 May 2003 09:03:44 +0800
 Eugene Chua [EMAIL PROTECTED] wrote:

  qmail + vpopmail woes
  Hi!
 
  I've got qmail installed and working great!
  qsend, qsmtp and qpop3d is working.
 
  Backend is MySQL 3.23.55 + AutoResponder + ezmlm + IDX
 
  I've installed vpopmail and created a virtual domain.
 
  I've also added user via the /vpopmail/bin/vadduser
 
  i did a vuserinfo on the account and the following
 
  # ./vuserinfo testemail%virtual.net
  name: testemail
  passwd: $1$wasdSRsJ$jAONIancd7JBdX.4fNl.D0
  clear passwd: **
  uid: 0
  gid: 0
  gecos: 
  all services available
  dir: /var/vpopmail/domains/virtual.net/testemail
  quota: 20971520S
  usage: 0%
  account created: Wed May 28 04:45:02 2003
  last auth: Never logged in
 
  I tried sending out email and it's can receive the email sent to the
  user on the virtual domain.
 
  Listing of my testemail directory:
  # pwd
  /var/vpopmail/domains/virtual.net/testemail/Maildir
  # ls -al
  total 12
  drwx-- 5 vpopmail vchkpw 512 May 28 04:57 .
  drwx-- 3 vpopmail vchkpw 512 May 28 04:45 ..
  drwx-- 2 vpopmail vchkpw 512 May 28 04:45 cur
  -rw--- 1 vpopmail vchkpw 21 May 28 04:45 maildirsize
  drwx-- 2 vpopmail vchkpw 512 May 28 04:45 new
  drwx-- 2 vpopmail vchkpw 512 May 28 04:45 tmp
  #
 
  listing of the new dir under Maildir
 
  # pwd
  /var/vpopmail/domains/virtual.net/testemail/Maildir/new
  # ls -al
  total 10
  drwx-- 2 vpopmail vchkpw 512 May 28 04:45 .
  drwx-- 5 vpopmail vchkpw 512 May 28 04:57 ..
  -rw--- 1 vpopmail vchkpw 2208 May 28 04:45
1054068329.28307.virtual.net,S=2145
  #
 
  I was able to receive emails sent from other networks.
 
  But the funny part is I couldn't get my Outlook Express to login to
  the mailserver to retrieve the email.
 
  I used testemail%virtual.net and password but apparently cannot login.
 
  I've checked the services,
  root 18643 0.0 0.5 32 308 ?? I 2:31AM 0:00.02 supervise qmail-pop3d
  qmaill 9789 0.0 0.5 44 300 ?? I 2:31AM 0:00.03 /usr/local/bin/multilog t
s100 n10 /var/log/qmail/pop3d
  root 15009 0.0 0.5 140 344 p1 S+ 5:28AM 0:00.01 grep pop
 
  And the services are running fine.
 
  What have I left out?
 
  Thanks!
 
  Eugene
  [EMAIL PROTECTED]
 
 
 


 -- 
 thx
 onOs
 UPPTI - Universitas Brawijaya