Re: [vchkpw] roaming users

2004-06-18 Thread Rick Widmer
Franck (Linuxpourtous) wrote: I just upgraded my vpopmail 5.4.3 to 5.4.4 with roaming user enable. There was no error in return, everything seem to compile fine.Upon exiting my qmailadmin, it tells me the version of qmailadmin and vpopmail I'm using. The vpopmail still say version 5.4.3. I wo

[vchkpw] limit length of vpop account?

2004-06-18 Thread Christian Reeves
I recently moved from a system account based setup to vpopmail for my primary domain. I'm in the practice of keeping system accounts limited to 8 characters. Questions: 1 - Since I'm now using vpopmail (no system accounts), are there any vpopmail gotchas in allowing longer usernames? Granted, "[EM

RE: [vchkpw] Vpopbull tip needed

2004-06-18 Thread Christian Reeves
> well, make sure if you have mime headers that you have boundaries and such... Brilliant! I didn't do it quite that way but now that I understand what vpopbull wants, it was a complete success. > I would personally use Russell Nelson's qmail-popbull for > such a thing myself... I'll check it o

[vchkpw] [OT?] Courier-imap compile without pop3d

2004-06-18 Thread Jean Wainer
I dont know if this is the right list to ask.. But is it possible to compile courier-imap without support for tls, ssl and pop3? I just need it to interface with Squirrelmail on the local machine.. thanks in advance, --Jw.

Re: [vchkpw] [OT?] Courier-imap compile without pop3d

2004-06-18 Thread Boris Pavlov
courier-imap is w/o pop3, the whole courier is smtp+(s)pop3/imap(s)/sqwebmail package. wwell edi PS anyway, you can simply not start any courier's service you don't use (ssl imap in your case) Jean Wainer wrote: I dont know if this is the right list to ask.. But is it possible to compile courie

Re: [vchkpw] roaming users

2004-06-18 Thread Raymond Luong
When I do the command qmailctl cdbmy box reload /etc/tcp.smtp and /etc/tcp.pop3. It is not reading from /home/vpopmail/etc/tcp.smtp. How can I get it to read the ~vpopmail/etc/tcp.smtp instead, and how can I know that my vpopmail is recompiling my tcp.smtp file when there is pop authentication.Tha

Re: [vchkpw] roaming users

2004-06-18 Thread Raymond Luong
>From what you are saying, I will have to recompile everything to get roaming user to work?raymond> > > Franck (Linuxpourtous) wrote:> > I just upgraded my vpopmail 5.4.3 to 5.4.4 with roaming user enable.> > > >>> There was no error in return, everything seem to compile fine.Upon>>> exiting m

Re: [vchkpw] roaming users

2004-06-18 Thread Jeremy Kitchen
please don't post html only messages to mailing lists (or even multipart/alternative) use text only. On Friday 18 June 2004 11:06 am, Raymond Luong wrote: > When I do the command qmailctl cdb > my box reload /etc/tcp.smtp and /etc/tcp.pop3. It is not reading from > /home/vpopmail/etc/tcp.smtp.

Re: [vchkpw] roaming users

2004-06-18 Thread Raymond Luong
I would like to add, since my qmailctl cdb is still reading off my /etc/tcp.smtp, and assuming my vpopmail is recompileing my tcp.smtp everytime someone login through pop3, can I just edit my qmailctl and qmail-smtp file and point the tcp.smtp at my ~vpopmail/etc/tcp.smtp? Will that work. I am afra

Re: [vchkpw] roaming users

2004-06-18 Thread Jeremy Kitchen
On Friday 18 June 2004 11:30 am, Raymond Luong wrote: > I would like to add, since my qmailctl cdb is still reading off my > /etc/tcp.smtp, and assuming my vpopmail is recompileing my tcp.smtp > everytime someone login through pop3, can I just edit my qmailctl and > qmail-smtp file and point the tc

Re: [vchkpw] roaming users

2004-06-18 Thread Raymond Luong
Well, I'm really sorry, and I'm very thankful for your help but can you give me more detail on how to tell my tcpserver to look at my ~vpopmail/etc/tcp.smtp instead. Also, I am using vpopmail's roaming usres function, but it is not working. thats why I'm writing this email. raymond > On Friday

Re: [vchkpw] roaming users

2004-06-18 Thread Jeremy Kitchen
http://scripkitchen.com/godkills.jpg <-- please, think of the kittens! On Friday 18 June 2004 11:43 am, Raymond Luong wrote: > Well, I'm really sorry, and I'm very thankful for your help but can you > give me more detail on how to tell my tcpserver to look at my > ~vpopmail/etc/tcp.smtp instead.

Re: [vchkpw] roaming users

2004-06-18 Thread Raymond Luong
My startup script is my qmailctl script right? I'm really sorry about the stupid question. This is like navigate the Universe for me. raymond > http://scripkitchen.com/godkills.jpg <-- please, think of the kittens! > > On Friday 18 June 2004 11:43 am, Raymond Luong wrote: >> Well, I'm really sor

Re: [vchkpw] roaming users

2004-06-18 Thread Jeremy Kitchen
http://scriptkitchen.com/godkills.jpg <--- please, think of the kittens. On Friday 18 June 2004 11:57 am, Raymond Luong wrote: > My startup script is my qmailctl script right? I'm really sorry about the > stupid question. This is like navigate the Universe for me. not likely. You should go back

Re: [vchkpw] limit length of vpop account?

2004-06-18 Thread Ken Jones
On Friday 18 June 2004 07:36 am, Christian Reeves wrote: > I recently moved from a system account based setup to vpopmail for my > primary domain. I'm in the practice of keeping system accounts limited to 8 > characters. > > Questions: > 1 - Since I'm now using vpopmail (no system accounts), are th

Re: [vchkpw] roaming users

2004-06-18 Thread Raymond Luong
Is the start up script my qmail-smtpd run file. Because in that file it has a command " -v -x /etc/tcp.smtp.cdb \" if I change that to "~vpopmail/etc/tcp.smtp.cdb" will that work. Also do I need to change qmailctl to point to "~vpopmail/etc/tcp.smtp" I followed the instruction from http://www.pip

RE: [vchkpw] limit length of vpop account?

2004-06-18 Thread Christian Reeves
> The lengths are defined in vpopmail.h > #define MAX_PW_NAME 32 > #define MAX_PW_DOMAIN 64 > > By default the max user name is 32 chars (might be 31 with > the trailing null) and max domain name is 64. You can change > those to whatever you want before compiling. Great, I see the

RE: [vchkpw] limit length of vpop account?

2004-06-18 Thread Christian Reeves
> > 2- Is it possible to set a max char. length limit for > vpopmail accounts? > > Would this be better implemented/enforced with frontend > scripting to > > check the lengh before even calling 'vadduser'? > > Change vpopmail.h. The API calls and associated programs will > return an error if t