Re: [vchkpw] how to run the vpopmail pop3 daemon ?

2005-03-01 Thread Eric Smoker
Rakotomandimby (R12y) Mihamina wrote:
Hello,
I have set up a Qmail system wich delivers into Maildir/ format.
Know I would like to have vpopmail as a pop3 server especially for
virtual domains I created via vadddomain and virtual users created via
qmailadmin.
How to ?
I read into the INSTALL file that I should put a line :
[...]
12. How to use vchkpw with qmail-pop3d server
   Here is a sample startup line for qmail-pop3d and vchkpw
   env - PATH="/var/qmail/bin:/usr/local/bin" \
   tcpserver -H -R 0 pop-3 \
   /var/qmail/bin/qmail-popup your.domain.com \
   /home-dir-of-vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d \  
Maildir &
[...]

but where? in what file should I put it ?
Thank you in advance.
 

/var/qmail/supervise/qmail-pop3d/run in a default qmail install. BTW, 
it's stongly recommended you make all domains virtual.


Re: [vchkpw] Clearing bit flags with vmoduser

2004-08-27 Thread Eric Smoker
Ken Jones wrote:
On Friday 27 August 2004 02:02 pm, Eric Smoker wrote:
 

O.K. , I feel stupid. How do you clear an individual bit flag with
vmoduser (v5.4.0)? I want to unset the no imap access flag but when I do
a -i0 it sets user flag 0, -i+ invalid option, etc...
Please don't tell me I have to do a -x 'cause I have to do this to all
my domains. I really did try to RTFM but there isn't a man on vmoduser.
   

There is no code to clear just an individual flag. The only option
is to clear them all and then set the ones you want.
 

Umm. This isn't good. Anything I should be aware of before I -x 
sitewide? I don't think I use any flags but does qmailadmin or anything 
like that us them?


[vchkpw] Clearing bit flags with vmoduser

2004-08-27 Thread Eric Smoker
O.K. , I feel stupid. How do you clear an individual bit flag with 
vmoduser (v5.4.0)? I want to unset the no imap access flag but when I do 
a -i0 it sets user flag 0, -i+ invalid option, etc...

Please don't tell me I have to do a -x 'cause I have to do this to all 
my domains. I really did try to RTFM but there isn't a man on vmoduser.

Thanks,
Eric


Re: [vchkpw] Restrict messages and messages size per user

2004-06-08 Thread Eric Smoker

Mario Gamito wrote:
Hi,
How can i use vpopmail (which command, options) to restrict the maximum
number of messages a user can have and the maximum size of each message
Max number xxxC (README.quotas)
Max size /var/qmail/control/databytes
?
I've searched the web and found nothing about this matter.
Is there a web interface to do this (costumers are usually mouse
enginners :P) ?
Any help would be appreciated.
Warm Regards,
Mário Gamito




[vchkpw] "Soft?" Quotas and maildirsize Format

2004-05-18 Thread Eric Smoker
Hello,
I've run into a couple of questions about quotas. I've patched qmail 
(1.03) with the maildir++ patch so...

1. Is there a way of making vpopmail accept the mail message that runs 
the user account over it's quota? As my setup works, qmail/vpopmail 
accepts the message then bounces it. I've made a plugin for qpsmtpd that 
will refuse delivery of mail for users over quota so new deliveries will 
be refused when the user is over quota but I'd like to accept the 
message that would put the user over quota and not have vdelivermail 
bounce it.

2. My maildirsize files seem to be working a little funky. The maildir++ 
patch kinda made the +/- stuff work except that the file does a running 
total rather than incrementing and decrementing the number i.e.:

52428800S
0 0
1343 1
-1343 -1
Have I patched qmail right and this is this the proper method of writing 
the file or do I need to go back and work on it again. Seems this file 
could grow quite large if this is how it's supposed to work.

Thanks,
Eric


Re: [vchkpw] error 553

2004-03-25 Thread Eric Smoker
Juan Hernandez wrote:
what line to I add to my tcp.smtp file? thanks
xxx.xxx.xxx.:allow,RELAYCLIENT="", RBLSMTPD=""
:allow
(x's being your allowed relaying network)


Re: [vchkpw] error 553

2004-03-25 Thread Eric Smoker
Check your /var/qmail/supervise/qmail-smtp/run file and make sure that 
tcpserver is pointing to your vpopmail cdb rather than the default qmail 
cdb (i.e. tcpserver -x /usr/local/vpopmail/etc/tcp.smtp.cdb).

Juan Hernandez wrote:
Hello, I just installed qmail and I am having a problem, my server 
receives email just fine, and I can get it off my server, but I keep 
getting a 553 host not in my rcpthosts, but I've added my ip subnet to 
my /usr/local/vpopmail/etc/tcp.smtp file, but I still can't ssend email 
out.  I've looked at the relaying pages and all.  any ideas are greatly 
appreciated.  Thanks in advanced