[vchkpw] RE: [vpopmail-devel] RE: [vchkpw] Vpopmail 5.4.15 released (finally)

2006-02-27 Thread Nicklas Bondesson
  If not, what is the suggested way to go?
 
 I think most people use cron jobs to check against parent 
 control files for changes, then rsync them and hup as needed. 
  That seems to be a pretty simple solution to me.  I'm not sure it's 
 really necessary for this feature to be in vpopmaild.  Perhaps some 
 clustering documentation for tips like these would be a better 
 alternative.
 
 Regards,
 
 Bill
 

Sound like a good idea. I still want to hear what others have to say about
this?

Also, can anyone please enlight me on how to set the user privilage bits in
the gid field.

domain_admin_privileges 0
system_admin_privileges 0

??

Nicklas




RE: [vchkpw] RE: [vpopmail-devel] RE: [vchkpw] Vpopmail 5.4.15 released (finally)

2006-02-27 Thread Nicklas Bondesson
 Have you checked vmoduser?
 
 I think the options are -a and -S.
 
 If the options haven't been ported yet, then you can edit the 
 vpasswd file.  Add 4096 to the GID value of the user form 
 domain admin, add
 65536 for system admin.
 
 
 If that doesn't work, check my math...  I know the hex values 
 are right, I copied them from vpopmail.h.
 
 QA_ADMIN =  0x1000 =  4096
 SA_ADMIN = 0x1 = 65536
 

Thanks for the info Rick.




RE: [vchkpw] Vpopmail 5.4.15 released (finally)

2006-02-24 Thread Nicklas Bondesson
 http://vpopmail.sf.net/
 
 5.4.15 - released 24-Feb-06

There was a discussion some time ago how vpopmaild should/could handle a set
of loadbalanced servers. E.g. when you add a new domain all the members of
the cluster needs to be aware of the new domain.

Will this be a feature of vpopmail; to trigger a transfer of conf files and
-HUP'ing qmail services?

If not, what is the suggested way to go?

Thanks,

Nicklas B




RE: [vchkpw] vpopmaild status?

2006-02-03 Thread Nicklas Bondesson
 It's in 5.5.3 on Inter7's web site, and I'm trying to find a 
 little bit of time to get it into 5.4.14.  I might just try 
 to get it out this morning.
 
 I haven't been involved in the development of vpopmaild, but 
 I believe that a few of the developers are using it on 
 production servers.  It might be better to package it 
 separately from the main vpopmail distribution, that way it 
 could be updated on its own as necessary, and be used with 
 any version of vpopmail (as long as the changes don't require 
 updates to the libvpopmail API).
 
 --
 Tom Collins  -  [EMAIL PROTECTED]
 QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: 
 http://vpopmail.sf.net/ You don't need a laptop to 
 troubleshoot high-speed Internet: 
 sniffter.com
 

What is the status on vpopmaild? Will vpopmaild be released as a stand alone
package?

Thanks,

Nicklas




RE: [vchkpw] users/assign and virtualdomains files

2005-12-09 Thread Nicklas Bondesson
 On Thursday 08 December 2005 17:26, Nicklas Bondesson wrote:
   Is there a clean way of overriding vpopmail's default behavior of 
   using the users/assign and virtualdomains files when 
 using the mysql 
   backend to lookup user and domain data?
  
   I would like to add/remove users and domains on-the-fly
   without the hassle of manipulating and distributing those files 
   among our mailservers.
 
 users/assign and virtualdomains are only modified when you 
 add or remove domains.
 
 adding / removing users simply updates your database backend 
 (be it mysql, cdb, etc).
 
   Do i have to wait for vpopmaild? I guess it will handle 
 this as well.
 
 vpopmaild just uses library calls, addodmain in vpopmaild 
 does the exact same thing as bin/vadddomain :)
 
 -Jeremy
 

Could someone get me in the right direction on adding domains on-the-fly.
There has to be people on this list with a similar need. To add domains
directly in the mysql tables?

Thanks,
Nicklas B




[vchkpw] vpopmaild

2005-12-09 Thread Nicklas Bondesson
A few questions:

Where can i find more information on vpopmaild, and who is currently pulling
the strings here?

Nicklas B




RE: [vchkpw] users/assign and virtualdomains files

2005-12-08 Thread Nicklas Bondesson
 Is there a clean way of overriding vpopmail's default 
 behavior of using the users/assign and virtualdomains files 
 when using the mysql backend to lookup user and domain data?
 
 I would like to add/remove users and domains on-the-fly 
 without the hassle of manipulating and distributing those 
 files among our mailservers.
 
 Do i have to wait for vpopmaild? I guess it will handle this as well.
 
 
 Thanks,
 Nicklas B
 
 

I got zero response before, so maybe I need to refrase my question.

Is there a way to add users and domains without the need of editing the
assign and virtualdomains files, or do i have to wait for vpopmaild?


Thanks,

Nicklas B




[vchkpw] users/assign and virtualdomains files

2005-12-07 Thread Nicklas Bondesson
Is there a clean way of overriding vpopmail's default behavior of using the
users/assign and virtualdomains files when using the mysql backend to lookup
user and domain data?

I would like to add/remove users and domains on-the-fly without the hassle
of manipulating and distributing those files among our mailservers.

Do i have to wait for vpopmaild? I guess it will handle this as well.


Thanks,
Nicklas B




[vchkpw] IMAP before SMTP

2005-11-11 Thread Nicklas Bondesson
I'm having a hard time getting IMAP before SMTP to work.

It seems like the remote ip address is not visible to get_remote_ip() in
vpopmail. I'm using qmail, vpopmail with a mysql backend and Courier-IMAP
(v3.0.8). 

Problem:

The remote ip is not inserted into the relay table. If I check the lastauth
table i only get imap in the remote_ip field.

Any ideas?


Thanks,

Nicklas B




RE: [vchkpw] IMAP before SMTP

2005-11-11 Thread Nicklas Bondesson
I was able to get it working after i recompiled courier-imap.

Thanks,

Nicklas B

 -Original Message-
 From: Rick Macdougall [mailto:[EMAIL PROTECTED] 
 Sent: den 12 november 2005 00:28
 To: vchkpw@inter7.com
 Subject: Re: [vchkpw] IMAP before SMTP
 
 Nicklas Bondesson wrote:
  I'm having a hard time getting IMAP before SMTP to work.
  
  It seems like the remote ip address is not visible to 
 get_remote_ip() 
  in vpopmail. I'm using qmail, vpopmail with a mysql backend and 
  Courier-IMAP (v3.0.8).
  
  Problem:
  
  The remote ip is not inserted into the relay table. If I check the 
  lastauth table i only get imap in the remote_ip field.
  
  Any ideas?
  
 
 Hi,
 
 It is not possible at all with the 4.x series of 
 Courier-imap.  I'm not sure about the 3.x series or maybe Binc Imap.
 
 Regards,
 
 Rick
 
 
 




RE: [vchkpw] IMAP before SMTP

2005-11-11 Thread Nicklas Bondesson
Courier-IMAP 3.0.8 (the last one in the 3.x series).

Thanks,

Nicklas B

 -Original Message-
 From: Rick Macdougall [mailto:[EMAIL PROTECTED] 
 Sent: den 12 november 2005 00:59
 To: vchkpw@inter7.com
 Subject: Re: [vchkpw] IMAP before SMTP
 
 Nicklas Bondesson wrote:
  I was able to get it working after i recompiled courier-imap.
  
 
 Hi,
 
 Just for my personal info, what version of courier-imap was it ?
 
 Rick