Virus Nimda

2001-09-19 Thread Adrian Purnama
Ken, is it posible to scan from viruses every email to vchkpw, before distribute it to the member ? It looks like somebody got the Nimda Virus and distribute it to member of this list. Best Regards, Adrian

Multiple POP Login on 1 account

2000-10-15 Thread Adrian Purnama
I'm sorry if my question is out-of-date, but how vpopmail handle multiple pop login on 1 account ? Sendmail+Popper or PostOffice does not allow concurrent login for the same mailbox.

Re: Multiple POP Login on 1 account

2000-10-17 Thread Adrian Purnama
> > I'm sorry if my question is out-of-date, but > > how vpopmail handle multiple pop login on > > 1 account ? > > > > Sendmail+Popper or PostOffice does not > > allow concurrent login for the same mailbox. > > If you are refering to the one user account in /etc/passwd > then here is your answer

Re: Multiple POP Login on 1 account

2000-10-18 Thread Adrian Purnama
> > My question is, does vpopmail (or qmail ?) have a feature like > > that, or perhaps how should I compile my vpopmail (or qmail) > > so a user can't doing concurrent login ? > > Why would you have two people popping into the same account? I don't know the answer too... :) But some of our use

Re: Urgent!! Logging with user instead of user%domain.com

2000-11-12 Thread Adrian Purnama
> > Hello, > > I really got a big problem. I like to authenticate user just with > > their usernames instead of user%domain.com. > > So I set up --enable-ip-alias-domains=y , but it wont work. > > Oh, I faced same problem. It doesn't work. And still unsolved. > anther ip-alias program like apache

vuserinfo broken in vpopmail-4.9.10 ?

2001-04-05 Thread Adrian Purnama
Hi, I have a problem with vuserinfo in vpopmail-4.9.10 installation. When I do "./vuserinfo [EMAIL PROTECTED]", the result is not information for user [EMAIL PROTECTED], but information of all user in my default domain are printed. I install vpopmail with this configure options: ./configure --pr

What is .current_size for ?

2001-04-05 Thread Adrian Purnama
Hi, what is the function of .current_size ? This is the result when I check on Maildir: # cat .current_size 1976 04 # du new cur tmp 1520new 4 cur 4 tmp Best Regards, Adrian

Re: User over quota message

2001-06-27 Thread Adrian Purnama
ck the email, and if the flag is unset, send a warning email and set the flag. When another email coming, and the user is not over quota, send the email, and if the flag is set, unset it. Regards, Adrian Purnama

Re: vsql_getpw: failed select

2001-06-30 Thread Adrian Purnama
fo user@domain", it will always run the bottom part, not the upper part that has function to split the email address into user and domain. I change it to "Domain[0] == 0", and vuserinfo seems normal. "./vuserinfo user@domain" is ok, but "./vuserinfo user" cause segme