[vchkpw] backup old mails

2002-10-15 Thread Yu You
Hi, I have a question regarding backuping old mails for all domain users. My mail system is qmail + vpopmail. The logic is as follows: (what I would like to have) 1) automatically move and backup old mails, e.g. either when their timestamp are older than certain pre-defined date, or have reach

[vchkpw] valias and maildrop question

2002-10-15 Thread John C
I am trying to add a line into the valias table which calls maildrop. When I add a user with underscores(_) in their name to the table, the maildrop script is not run. If I add a user with only letters and/or numbers in their username, everything works fine. Any ideas why? Is there a limitation

[vchkpw] Multiple default domains(failover)

2002-10-15 Thread Andre Fortin
Hello, I'm in charge of 3 email systems. One is sendmail, one is qmail with system users and one is qmail/vpopmail. I'd like to move everything to the vpopmail system, however with thousands of email accounts on each of the other domains/mail systems, as well as overlapping usernames, it would

Re: [vchkpw] Multiple default domains(failover)

2002-10-15 Thread Rick Romero
My first thought is to fiddle with the Mysql tables. Copy a users info, so they appear to be part of domain A, but their data is part of domain B. Of course, that creates problems with password changes, and maybe reduce potential addresses for domain A. chad@domainB would have a password in d

[vchkpw] Vpopbull problem

2002-10-15 Thread Brendan McAlpine
Hey all, I am having a problem using vpopbull on my server. Basically, vpopbull starts firing off emails to everyone of the users in my domain, but then after a couple hundred it just stops. There are about 6000 mailboxes within this domain. I'm not sure even where to start looking. TIA

RE: [vchkpw] Multiple default domains(failover)

2002-10-15 Thread Tren Blackburn
Probably the best thing to do would be use IP aliased domains. It will require an IP per domain that you want to not specify the @domain.com part, but the feature is there and has been for a couple years now. Regards, Tren > -Original Message- > From: Andre Fortin [mailto:[EMAIL PROTEC

[vchkpw] domain based quota setting?

2002-10-15 Thread Neo Wee Teck
Is there anyway to set a fixed quota for a domain? Eg. Domain xxx.com > 200MB Users can be added and a total storage space for the domain is 200MB. Any idea? Please advise :)

RE: [vchkpw] Blackhole?

2002-10-15 Thread Paul Theodoropoulos
Thanks for the reply Clayton. Out of sheer stubbornness and frustration, I kept poking away at it, and I finally figured out the magical incantations to make Blackhole work with Vpopmail. It's actually pretty darned simple, but took an awful lot of poking and digging to figure it out! I've pos

Re: [vchkpw] alias support via vpopmail in PHP

2002-10-15 Thread Raboo Treed
Largo is my girlfriend and my Bitch(tm) ;) and the reason why i do this reply is cause you didn't reply to the mailinglist, you replyed directly to me ;) so ppl in the list, read below - Original Message - From: "Mustafa Hashmi" <[EMAIL PROTECTED]> To: "Raboo Treed" <[EMAIL PROTEC

[vchkpw] Problems with forwarding from .qmail using maildrop

2002-10-15 Thread joseph
Hello All, I have: vpopmail-5.2.1 qmail-1.03 maildrop-1.4.0 qmailadmin-1.0.6 among other things running on RH 7.3 I have the .qmail-default file for each of my virtual domains read like this: | preline maildrop /home/vpopmail/mailfilter where mailfilter reads: # line below only wrapped in m

Re: [vchkpw] Problems with forwarding from .qmail using maildrop

2002-10-15 Thread Dzuy Nguyen
There is a bug in vdelivermail.c which was discussed in earlier threads. I suggested a fix for 5.3.7 but am not sure if it made it into the latest version. You can search on past threads for details. [EMAIL PROTECTED] wrote: >Hello All, > >I have: > >vpopmail-5.2.1 >qmail-1.03 >maildrop-1.4.

[vchkpw] maildrop and vpopmail

2002-10-15 Thread erti
Hi, I dont know if this is related with this list but... Today I have noticed that /var/spool/mail/vpopmail file has reached 12MB and modified recently. But qmail does not deliver mail to mbox in my server. All of my accounts are vpopmail accounts. When I look at that file and send some test mai

RE: [vchkpw] Multiple default domains(failover)

2002-10-15 Thread Andre Fortin
Thanks to all who helped; It looks like IP based virtual domains are the answer :) Andre -Original Message- From: Andre Fortin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 10:55 AM To: [EMAIL PROTECTED] Subject: [vchkpw] Multiple default domains(failover) Hello, I'm in c

[vchkpw] Bug (feature) in MySQL select

2002-10-15 Thread tonix (Antonio Nati)
I've received a message for "user @mydomain.it", and vpopmail routine validating addresses has let this wrong address pass. I've found that when you make a SELECT * FROM VPOPMAIL WHERE pw_name = "user " it's exactly like SELECT * FROM VPOPMAIL WHERE pw_name = "user" This is a

Re: [vchkpw] Vpopmail under devel any longer?

2002-10-15 Thread Ken Jones
On Tuesday 15 October 2002 12:27 am, David U. wrote: > Steve Fulton wrote: > > At 22:08 14/10/2002 -0500, David U. wrote: > >>> post of a link to Vpopmail 5.3.9 > >> > >> Is anyone actually running it? I tried to but then reverted because > >> of a couple issues. > > > > I am, though I'm curious

Re: [vchkpw] Problems with forwarding from .qmail using maildrop

2002-10-15 Thread Ken Jones
Handling error code returns from "exec'd" scripts in vdelivermail has been added (two folks sent in patches including Dzuy). It will be released later this week after more testing. Ken Jones On Tuesday 15 October 2002 02:36 pm, Dzuy Nguyen wrote: > There is a bug in vdelivermail.c which was disc

Re: [vchkpw] Vpopbull problem

2002-10-15 Thread Ken Jones
Hmm.. I wonder if it's not closing file descriptors. On Tuesday 15 October 2002 10:40 am, Brendan McAlpine wrote: > Hey all, > > I am having a problem using vpopbull on my server. Basically, vpopbull > starts firing off emails to everyone of the users in my domain, but then > after a couple hund

Re: [vchkpw] domain based quota setting?

2002-10-15 Thread Ken Jones
On Tuesday 15 October 2002 01:07 pm, Neo Wee Teck wrote: > Is there anyway to set a fixed quota for a domain? > Eg. > > Domain xxx.com > 200MB > > Users can be added and a total storage space for the domain is 200MB. > > Any idea? Please advise :) The most efficent way we've found to do domain ba

Re: [vchkpw] Bug (feature) in MySQL select

2002-10-15 Thread Ken Jones
I'm pretty sure that all the vpopmail functions validate user names as well as domain names. Please see the two functions: is_domain_valid ( char *domainname ) is_username_valid( char *username) The both return error codes if not valid. [root@newdevel bin]# ./vadduser "kbo @ken.com" test user i

[vchkpw] no HOST environment varilable

2002-10-15 Thread Jose Morales
Hi list... I have... qmail + vpopmail 5.3.8 8 (include seekable ) + maildrop 1.4.0 in the .qmail-default file i have... | /usr/local/bin/maildrop when I send email to non-existen or existen user I got the error in the subject: vdelivermail: no HOST environment varilable. The question is why I ge

Re: [vchkpw] Vpopbull problem

2002-10-15 Thread Michael Bowe
What version of vpopmail do you have installed? Michael. - Original Message - From: "Brendan McAlpine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 1:40 AM Subject: [vchkpw] Vpopbull problem > Hey all, > > I am having a problem using vpopbull on my ser

RE: [vchkpw] Vpopbull problem

2002-10-15 Thread Michael Bowe
There were a lot of bug fixes made to the vpopbull program in the devel version 5.3.6 This was also "backported" to the stable version 5.2.1 You can read more about this at http://www.inter7.com/vpopmail/ChangeLog So it is my recommendation that you try either the latest "devel" version 5.3.8 or u

[vchkpw] Query!

2002-10-15 Thread nilesh kothari
dear Sir, i am not able to access mail via outlookexpress, netscape. i tried both [EMAIL PROTECTED], user%domain.com in user field of outlook. i am abel to access mail via sqwebmail. i read FAQ & Install file both. but problem is still occuring. Thanking you regards Nilesh Kothari

Re: [vchkpw] Query!

2002-10-15 Thread David Phillips
nilesh kothari writes: > i am not able to access mail via outlookexpress, netscape. > > i tried both [EMAIL PROTECTED], user%domain.com in user field of > outlook. Are you using POP3 or IMAP? What error message are you getting? What happens when you directly connect to the POP3 port and try to