[vchkpw] vpopmail quota problem

2003-07-03 Thread john
Hello,
i use vpopmail + mysql and mau be my quote not work.
In my email i have 4 emails with total size 16 MB, my quota i set to 10 MB.
# vuserinfo condor
name:   condor
passwd: x
clear passwd: x
uid:0
gid:0
all services available
dir:   /var/vpopmail/domains/mydomain.org/condor
quota: 1000S
usage: 0%
last auth: Thu Jul  3 10:27:34 2003
last auth ip: imap

When i compile vpopmail i set paramaters to 10 MB quota

Any body have idea what is wrong?

Regards,
Condor



Re: [vchkpw] Copying /domains/

2003-07-03 Thread Peter Palmreuther
Hi Eduardo,

On Wed, 2 Jul 2003 14:48:33 -0400 Eduardo M. Bragatto
<[EMAIL PROTECTED]> wrote:

[Authentication failes after migration]
>  Please, is there someone who can help me out?! ;)

- What do the logs say?
- What does strace/truss reveal?

P.S.: For future mails to this list you really should disable "Reply-To".
  Your reply to was set to
"Eduardo M. Bragatto <[EMAIL PROTECTED]>" <>
  Which means: send replies to the person named:
"Eduardo M. Bragatto <[EMAIL PROTECTED]>"
  with e-mail address:
<>
  That's for sure _nonsense_.

  You should either disable Reply-To or set it to lists address, but in no
  case keep this one or set it to your address, as the latter would makes
  it unnecessary hard to reply to your posts on the list.

 Thank you.
-- 
Ciao,
 Pit



[vchkpw] vchkpw authentication works intermittently

2003-07-03 Thread Howard Miller
Hi,

I am using vpopmail version 5.2.1

I have a strange problem where vchkpw intermittently rejects correct 
username/password combinations. I don't yet have good feel for frequency but 
probably around 25% are being thrown out.

The log simply notes that the user was rejected.

This is applicable both to my sqwebmail installation and also to POP3 email 
from another machine. 

I'm not sure where to start looking to sort this. Does anybody have any ideas?

Howard



[vchkpw] vchkpw authentication fails - more info

2003-07-03 Thread Howard Miller
Hi again,

Further to my previous email (follows), I have discovered something else. 

I created a new user. I can send mail to that user and it correctly ends up in 
the Maildir. BUT vchkpw does not authenticate that user ever - always an 
error. Stranger still, the failure is *not* logged (unlike the "intermittent" 
users).

Something is broken!! Any pointers appreciated.

Howard



Hi,

I am using vpopmail version 5.2.1

I have a strange problem where vchkpw intermittently rejects correct 
username/password combinations. I don't yet have good feel for frequency but 
probably around 25% are being thrown out.

The log simply notes that the user was rejected.

This is applicable both to my sqwebmail installation and also to POP3 email 
from another machine. 

I'm not sure where to start looking to sort this. Does anybody have any ideas?

Howard



Re: [vchkpw] vpopmail quota problem

2003-07-03 Thread Ahmad Masood Shah
have you ptached your qmail with qmailquota patch...??

-- 

Best Regs,
Masood Ahmad Shah
System Administrator

^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
|   * * * * * * * * * * * * * * * * * * * * * * * *
|   Fibre Net (Pvt) Ltd. Lahore, Pakistan
|   Tel: +92-42-6677024
|   Mobile: +92-300-4277367
|   http://www.fibre.net.pk
|   * * * * * * * * * * * * * * * * * * * * * * * *
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
"All I want is a few minutes alone with the source code for the universe and
a quick recompile."


- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 03, 2003 12:40 PM
Subject: [vchkpw] vpopmail quota problem


| Hello,
| i use vpopmail + mysql and mau be my quote not work.
| In my email i have 4 emails with total size 16 MB, my quota i set to 10
MB.
| # vuserinfo condor
| name:   condor
| passwd: x
| clear passwd: x
| uid:0
| gid:0
| all services available
| dir:   /var/vpopmail/domains/mydomain.org/condor
| quota: 1000S
| usage: 0%
| last auth: Thu Jul  3 10:27:34 2003
| last auth ip: imap
|
| When i compile vpopmail i set paramaters to 10 MB quota
|
| Any body have idea what is wrong?
|
| Regards,
| Condor
|
|




[vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Jasper Metselaar
Hi,

I used to have a domain running with vpopmail, qmailadmin and vqadmin.
Now the owner of the domain asked to deliver his mail to another
mailserver and to configure my server as a fallback MTA for that domain.
E.g.
IN  MX  10  mail.domain-owner.com.
IN  MX  100 mail.mymailserver.com.

How should I setup the domain so that my server becomes a fallback and
that it delivers the e-mail to the primary mailserver when it is available
again (in case the primary mailserver is off-line)?
Thanks for any suggestions!

- Jasper






[vchkpw] authorization problem via pop3

2003-07-03 Thread Murat Gurdal
I have installed qmail-1.0.3 and vpopmail-5.2.1 on my
Redhat-Linux 8.0 box and installation have 
been well. Compiled vpopmail-5.2.1 with roaming-users
on and tcp.smtp.cdb file parameters.

My qmail-pop3d/run and qmail-smtpd/run scripts are as
follows:

qmail-pop3d/run:
#!/bin/sh

exec /usr/local/bin/softlimit -m 300 \
/usr/local/bin/tcpserver -v -H -R -l 0 0 0 pop3 \
/var/qmail/bin/qmail-popup mail.ev.com \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d
Maildir 2>&1



qmail-smtpd/run:
#!/bin/sh

exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -H -R -x
/home/vpopmail/etc/tcp.smtp.cdb \
0 smtp /var/qmail/bin/qmail-smtpd 2>&1


I have added ev.com domain, [EMAIL PROTECTED] user and
[EMAIL PROTECTED] user. All users can post 
e-mails via smtp but they can not pop e-mails via
pop3. They receive “authorization failed”
messages by using Mozilla-mail-1.0.1-24 mail client
while popping e-mails.

Also I do not know where logs go.

I read all then mailing list archives about this
situation, but can not find any solution.
What is m problem?

Thanks,
Murat

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com



AW: [vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Ch. Koechli
That's a qmail issue.
Append all domains to the "rcpthosts" (and "morercpthosts") file in the
"control" directory of qmail. Then qmail will accept messages to these
domains, but will handle them as remote and try to send them to the first mx
host immediately.

Christof

> -Ursprüngliche Nachricht-
> Von: Jasper Metselaar [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 3. Juli 2003 12:30
> An: [EMAIL PROTECTED]
> Betreff: [vchkpw] Fallback MTA and vpopmail
>
>
> Hi,
>
> I used to have a domain running with vpopmail, qmailadmin and vqadmin.
> Now the owner of the domain asked to deliver his mail to another
> mailserver and to configure my server as a fallback MTA for
> that domain.
> E.g.
> IN  MX  10  mail.domain-owner.com.
> IN  MX  100 mail.mymailserver.com.
>
> How should I setup the domain so that my server becomes a fallback and
> that it delivers the e-mail to the primary mailserver when it
> is available
> again (in case the primary mailserver is off-line)?
> Thanks for any suggestions!
>
> - Jasper
>
>
>
>
>





Re: [vchkpw] vpopmail quota problem

2003-07-03 Thread john
Yes, i applayed this patch:
qmail-maildir++.patch from:
http://www.shupp.org/patches/qmail-maildir++.patch

Regards,
Condor

> have you ptached your qmail with qmailquota patch...??
>
> --
>
> Best Regs,
> Masood Ahmad Shah
> System Administrator
>
> ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
> |   * * * * * * * * * * * * * * * * * * * * * * * *
> |   Fibre Net (Pvt) Ltd. Lahore, Pakistan
> |   Tel: +92-42-6677024
> |   Mobile: +92-300-4277367
> |   http://www.fibre.net.pk
> |   * * * * * * * * * * * * * * * * * * * * * * * *
> ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
> Unix is very simple, but it takes a genius to understand the simplicity.
> (Dennis Ritchie)
> "All I want is a few minutes alone with the source code for the universe
> and
> a quick recompile."
>
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, July 03, 2003 12:40 PM
> Subject: [vchkpw] vpopmail quota problem
>
>
> | Hello,
> | i use vpopmail + mysql and mau be my quote not work.
> | In my email i have 4 emails with total size 16 MB, my quota i set to 10
> MB.
> | # vuserinfo condor
> | name:   condor
> | passwd: x
> | clear passwd: x
> | uid:0
> | gid:0
> | all services available
> | dir:   /var/vpopmail/domains/mydomain.org/condor
> | quota: 1000S
> | usage: 0%
> | last auth: Thu Jul  3 10:27:34 2003
> | last auth ip: imap
> |
> | When i compile vpopmail i set paramaters to 10 MB quota
> |
> | Any body have idea what is wrong?
> |
> | Regards,
> | Condor
> |
> |
>
>
>




Re: [vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Peter Palmreuther
Hi Jasper,

On Thu, 3 Jul 2003 12:29:53 +0200 (CEST) Jasper Metselaar wrote:

> IN  MX  10  mail.domain-owner.com.
> IN  MX  100 mail.mymailserver.com.
> 
> How should I setup the domain so that my server becomes a fallback and
> that it delivers the e-mail to the primary mailserver when it is available
> again (in case the primary mailserver is off-line)?
> Thanks for any suggestions!

- Remove the domain from 'virtualdomains' for it only being in
  'rcpthosts'.
- HUP qmail-send.
- DONE, if your server (mail.mymailserver.com) is able to figure out the
  MX record for 'domain-owner.com' as 'mail.domain-owner.com'.
  If not: 
  echo 'domain-owner.com:mail.domain-owner.com' \
   >>/var/qmail/control/smtproutes

P.S.: For future mails to this list you really should disable "Reply-To".
  1.) It's superfluous. It contains the same address as "From" and
  therefore is absolutely useless.
  2.) It makes it impossible to easily reply to the list for those MUAs
  capable of List-Reply by evaluating 'List-Post' header.
  'Reply-To' takes, for obvious reasons, precedence over
  'List-Post'.
 Thank you.
-- 
Ciao,
 Pit



RE: [vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Clayton Weise
Another option, and although it may be a little over the top for this
particular situation, is AutoTURN.  It's part of the serialmail package put
out by DJB to work with qmail.  We use it here for mail caching and it works
great.

http://cr.yp.to/serialmail.html

-Original Message-
From: Jasper Metselaar [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 03, 2003 3:30 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Fallback MTA and vpopmail


Hi,

I used to have a domain running with vpopmail, qmailadmin and vqadmin.
Now the owner of the domain asked to deliver his mail to another
mailserver and to configure my server as a fallback MTA for that domain.
E.g.
IN  MX  10  mail.domain-owner.com.
IN  MX  100 mail.mymailserver.com.

How should I setup the domain so that my server becomes a fallback and
that it delivers the e-mail to the primary mailserver when it is available
again (in case the primary mailserver is off-line)?
Thanks for any suggestions!

- Jasper








Re: [vchkpw] Fallback MTA and vpopmail

2003-07-03 Thread Tom Collins
On Thursday, July 3, 2003, at 03:29  AM, Jasper Metselaar wrote:
How should I setup the domain so that my server becomes a fallback and
that it delivers the e-mail to the primary mailserver when it is 
available
again (in case the primary mailserver is off-line)?
Thanks for any suggestions!
vdeldomain domain-owner.com
echo "domain-owner.com" >> /var/qmail/control/rcpthosts
The first line removes the domain from your server.  The second line 
says that you'll accept the mail.  Since it's not in virtualdomains, 
qmail will relay it instead of keeping it.  Make sure that's a double 
angle-bracket (>>) in the last line so it appends the domain to 
rcpthosts and doesn't replace rcpthosts with that line.

If DNS is set up correctly, your server will accept mail for 
"domain-owner.com" and try to send it on to the real server.

As mentioned by others, if DNS is wrong you can add an entry to 
smtproutes to route the mail to the correct server.

--
Tom Collins
[EMAIL PROTECTED]



Re: [vchkpw] vpopmail quota problem

2003-07-03 Thread john
Yeah, i recompile my qmail and now may be work ... #vuserinfo condor
quota: 1000S
usage: 40%

The problem has been in patches that i applayed. Last patch is not
applayed correct because previous patch are change lines and struct of
file.
I make changes by hand and now may be work.


Regards,
Condor

> problem can be in your quota patch plzz patch your qmail source again and
> it
> will work I'm sure ..:)
>
> --
>
> Best Regs,
> Masood Ahmad Shah
> System Administrator
>
> ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
> |   * * * * * * * * * * * * * * * * * * * * * * * *
> |   Fibre Net (Pvt) Ltd. Lahore, Pakistan
> |   Tel: +92-42-6677024
> |   Mobile: +92-300-4277367
> |   http://www.fibre.net.pk
> |   * * * * * * * * * * * * * * * * * * * * * * * *
> ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
> Unix is very simple, but it takes a genius to understand the simplicity.
> (Dennis Ritchie)
> "All I want is a few minutes alone with the source code for the universe
> and
> a quick recompile."
>
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Thursday, July 03, 2003 5:37 PM
> Subject: Re: [vchkpw] vpopmail quota problem
>
>
> | Yes, i applayed this patch:
> | qmail-maildir++.patch from:
> | http://www.shupp.org/patches/qmail-maildir++.patch
> |
> | Regards,
> | Condor
> |
> | > have you ptached your qmail with qmailquota patch...??
> | >
> | > --
> | >
> | > Best Regs,
> | > Masood Ahmad Shah
> | > System Administrator
> | >
> | > ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
> | > |   * * * * * * * * * * * * * * * * * * * * * * * *
> | > |   Fibre Net (Pvt) Ltd. Lahore, Pakistan
> | > |   Tel: +92-42-6677024
> | > |   Mobile: +92-300-4277367
> | > |   http://www.fibre.net.pk
> | > |   * * * * * * * * * * * * * * * * * * * * * * * *
> | > ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
> | > Unix is very simple, but it takes a genius to understand the
> simplicity.
> | > (Dennis Ritchie)
> | > "All I want is a few minutes alone with the source code for the
> universe
> | > and
> | > a quick recompile."
> | >
> | >
> | > - Original Message -
> | > From: <[EMAIL PROTECTED]>
> | > To: <[EMAIL PROTECTED]>
> | > Sent: Thursday, July 03, 2003 12:40 PM
> | > Subject: [vchkpw] vpopmail quota problem
> | >
> | >
> | > | Hello,
> | > | i use vpopmail + mysql and mau be my quote not work.
> | > | In my email i have 4 emails with total size 16 MB, my quota i set to
> 10
> | > MB.
> | > | # vuserinfo condor
> | > | name:   condor
> | > | passwd: x
> | > | clear passwd: x
> | > | uid:0
> | > | gid:0
> | > | all services available
> | > | dir:   /var/vpopmail/domains/mydomain.org/condor
> | > | quota: 1000S
> | > | usage: 0%
> | > | last auth: Thu Jul  3 10:27:34 2003
> | > | last auth ip: imap
> | > |
> | > | When i compile vpopmail i set paramaters to 10 MB quota
> | > |
> | > | Any body have idea what is wrong?
> | > |
> | > | Regards,
> | > | Condor
> | > |
> | > |
> | >
> | >
> | >
> |
> |
>
>




[vchkpw] Mailing list problem

2003-07-03 Thread Dallas Wright



ok here's everthing about my setup and 
problem
 
vpopmail 5.2.1
qmailadmin 1.0.6qmail 
1.03
ezmlm 0.53
 
I'm running a server on an internal machine 
192.168.0.100
The "internet gateway" on 192.168.0.1 has smtp 
& pop port forwarded to that box
 
I use virtual domains
 
I can send e-mail to users in the domain i.e. [EMAIL PROTECTED], however if I try send e-mail to 
a list I created [EMAIL PROTECTED] (wolf@ 
is on the list) I don't get any mail, nor do I get any errors msgs or bounced 
mail.
 
Do I need to create smtproutes for the list to work 
or is there something I'm missing here?
 
The list was created using qmailadmin set not to 
archive, no other options
 
Thanks in advance
Dallas


Re: [vchkpw] Mailing list problem

2003-07-03 Thread John Johnson



Is you list set for Digest?
 
-John
 

  - Original Message - 
  From: 
  Dallas 
  Wright 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, July 03, 2003 9:24 
  AM
  Subject: [vchkpw] Mailing list 
  problem
  
  ok here's everthing about my setup and 
  problem
   
  vpopmail 5.2.1
  qmailadmin 1.0.6qmail 1.03
  ezmlm 0.53
   
  I'm running a server on an internal machine 
  192.168.0.100
  The "internet gateway" on 192.168.0.1 has smtp 
  & pop port forwarded to that box
   
  I use virtual domains
   
  I can send e-mail to users in the domain i.e. [EMAIL PROTECTED], however if I try send e-mail 
  to a list I created [EMAIL PROTECTED] 
  (wolf@ is on the list) I don't get any mail, nor do I get any errors msgs or 
  bounced mail.
   
  Do I need to create smtproutes for the list to 
  work or is there something I'm missing here?
   
  The list was created using qmailadmin set not to 
  archive, no other options
   
  Thanks in advance
  Dallas


Re: [vchkpw] Mailing list problem

2003-07-03 Thread Tom Collins
On Thursday, July 3, 2003, at 09:24  AM, Dallas Wright wrote:
The list was created using qmailadmin set not to archive, no other options

You could subscribe another account (hotmail/yahoo) and see if it gets the message.  Do you have a spam filter on [EMAIL PROTECTED] where you wouldn't see the message get delivered?

You could turn on archive, and see if it stores an archive of the message.

ls ~vpopmail/domains/varse.net/admins/archive/0/

What are your options as far as moderation goes, or who can send to the list?

If you upgrade to vpopmail 5.3.20 and qmailadmin 1.0.23, you'll see clearer list options (especially regarding who can post to the list) when modifying the list.

--
Tom Collins
[EMAIL PROTECTED]



Re: [vchkpw] Mailing list problem

2003-07-03 Thread Dallas Wright



No archive created, I'm going to upgrade those two 
components and see if the expended options help me.
There's no spam filtering on this domain as yet .. 
I'm trying to get one thing working at a time :)
 
Thanks

  - Original Message - 
  From: 
  Tom Collins 

  To: [EMAIL PROTECTED] 
  Sent: Thursday, July 03, 2003 12:33 
  PM
  Subject: Re: [vchkpw] Mailing list 
  problem
  On Thursday, July 3, 2003, at 09:24 AM, Dallas Wright 
wrote:
  The list was created using 
qmailadmin set not to archive, no other 
  optionsYou could subscribe 
  another account (hotmail/yahoo) and see if it gets the message. Do you have a 
  spam filter on [EMAIL PROTECTED] where you 
  wouldn't see the message get delivered?You could turn on archive, and 
  see if it stores an archive of the message.ls 
  ~vpopmail/domains/varse.net/admins/archive/0/What are your options as 
  far as moderation goes, or who can send to the list?If you upgrade to 
  vpopmail 5.3.20 and qmailadmin 1.0.23, you'll see clearer list options 
  (especially regarding who can post to the list) when modifying the 
  list.--Tom 
Collins[EMAIL PROTECTED]


Re: [vchkpw] authorization problem via pop3

2003-07-03 Thread Kiril Todorov
 Hi There Murat, 
 You added the domain but it seems that it's not your default domain, 
so you need to send usernames like this: username%domain.com or [EMAIL PROTECTED]
instead of just plain username.

A quick solution would be to recompile vpopmail with 
--enable-default-domain=yourdomain.com

Of course that's just guessing, you didn't include a lot of info, so based on what you 
posted
that's my Guess.

Good luck!
-- 

Kiril Todorov   < -+- > +359 2 9712013
Bulgaria Online < -+- > http://home.online.bg

/* waiting... dreaming... wishing... */



Re: [vchkpw] vchkpw authentication fails - more info

2003-07-03 Thread Kiril Todorov
On Thu, Jul 03, 2003 at 10:02:54AM +0100, Howard Miller wrote:
> Hi again,
> 
> Further to my previous email (follows), I have discovered something else. 
> 
> I created a new user. I can send mail to that user and it correctly ends up in 
> the Maildir. BUT vchkpw does not authenticate that user ever - always an 
> error. Stranger still, the failure is *not* logged (unlike the "intermittent" 
> users).
> 
> Something is broken!! Any pointers appreciated.
> 
> Howard
> 
Hello Howard, give us more info first?
what is the _exact_ error message on the client side?
what happens if you telnet to port 110 of the server and try to
auth the user manualy?
what options did you compile vpopmail with?
what's your pop3d run script?
stuff like that ;>

-- 

Kiril Todorov   < -+- > +359 2 9712013
Bulgaria Online < -+- > http://home.online.bg

/* waiting... dreaming... wishing... */



Re: [vchkpw] Catch all domain account

2003-07-03 Thread Kiril Todorov
On Wed, Jul 02, 2003 at 11:53:53PM +0100, Sйrgio Manuel Rosa wrote:
> Hi all,
> 
> I'm using sqwebmail+qmail+vpopmail+qmailadmin.
> 
> I have a few domain configured under vpopmail and I've got a problem. If a
> user sends mail TO: an invalid addres and with a invalid FROM: user, but
> correct domain.pt, I get a bounce message delivered to Postmaster of my
> default domain.
> 
> How can I get the bounced mail from each domain delivered to the Postmaster
> of the coresponding domain instead of having all the bounced mail delivered
> to me?

that's in the FAQ I belive, but oh well - since you're running qmailadmin
you would notice theres a button named "catchall account" on the user listing

eah.. it's that easy :)
> 
> Thanks in advance,
> SRosa
> 
> 
> 

-- 

Kiril Todorov   < -+- > +359 2 9712013
Bulgaria Online < -+- > http://home.online.bg

/* waiting... dreaming... wishing... */



[vchkpw] feature request

2003-07-03 Thread Raboo
Hi

There should be like --with-.qmail-default-option-thingy='whatever that
should be in the .qmail file that should be created during user adding.'
for vpopmail.

If you guys get what i mean...

Word!
/Raboo





Re: [vchkpw] feature request

2003-07-03 Thread Kiril Todorov
Yeah :)
--enable-extra-defaults=path/to/file
and just append the contents of that file to the .qmail-default.

I like that :-)
-- 

Kiril Todorov   < -+- > +359 2 9712013
Bulgaria Online < -+- > http://home.online.bg

/* waiting... dreaming... wishing... */



Fw: [vchkpw] feature request

2003-07-03 Thread Raboo
sorry, accidently replyed to the Kiril, sorry mate.


- Original Message - 
From: "Raboo" <[EMAIL PROTECTED]>
To: "Kiril Todorov" <[EMAIL PROTECTED]>
Sent: Thursday, July 03, 2003 9:39 PM
Subject: Re: [vchkpw] feature request


> no man, like /home/vpopmail/domains/domain.tld/user/.qmail
> when you add new users
> 
> - Original Message - 
> From: "Kiril Todorov" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, July 03, 2003 8:42 PM
> Subject: Re: [vchkpw] feature request
> 
> 
> > Yeah :)
> > --enable-extra-defaults=path/to/file
> > and just append the contents of that file to the .qmail-default.
> > 
> > I like that :-)
> > -- 
> > 
> > Kiril Todorov   < -+- > +359 2 9712013
> > Bulgaria Online < -+- > http://home.online.bg
> > 
> > /* waiting... dreaming... wishing... */
> > 
> 




[vchkpw] vchkpw - how does courier-imap use it?

2003-07-03 Thread Ajai Khattri
Is anybody here familiar with how courier-imap uses vpopmail?

I am working on Blowfish support in vchkpw - I have patched vauth.c to 
call my Blowfish wrapper or the system crypt depending on what the first 
few letters of the encrypted password look like.

Everything builds and links just fine but logins through courier-imap do 
not work. Its hard to debug this without seeing what's being called and 
where (I tried adding fprintf()'s to vchkpw.c and vauth.c) - any ideas 
on how I can go about debugging this?

Do I need to patch somewhere else too? From what I can see, it looks 
like courier links against the vpopmail library and uses a callback 
mechanism with function pointers to call the authentication functions. 
Is this right?

--
Aj.
Systems Administrator / Developer



[vchkpw] [muratgurdal@yahoo.com: Re: [vchkpw] authorization problem via pop3] (for the archive)

2003-07-03 Thread Kiril Todorov
- Forwarded message from Murat Gurdal <[EMAIL PROTECTED]> -

Delivered-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Date: Thu, 3 Jul 2003 12:10:47 -0700 (PDT)
From: Murat Gurdal <[EMAIL PROTECTED]>
Subject: Re: [vchkpw] authorization problem via pop3
To: Kiril Todorov <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>


--- Kiril Todorov <[EMAIL PROTECTED]> wrote:
>  Hi There Murat, 
>  You added the domain but it seems that it's not
> your default domain, 
> so you need to send usernames like this:
> username%domain.com or [EMAIL PROTECTED]
> instead of just plain username.
> 
> A quick solution would be to recompile vpopmail with
> --enable-default-domain=yourdomain.com
> 
> Of course that's just guessing, you didn't include a
> lot of info, so based on what you posted
> that's my Guess.
> 
> Good luck!
> -- 
> 
> Kiril Todorov   < -+- > +359 2 9712013
> Bulgaria Online < -+- > http://home.online.bg
> 
> /* waiting... dreaming... wishing... */
> 

thanks, your solution is good, and now I can pop mails

Regards,
Murat

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


- End forwarded message -

-- 

Kiril Todorov   < -+- > +359 2 9712013
Bulgaria Online < -+- > http://home.online.bg

/* waiting... dreaming... wishing... */



[vchkpw] Mailing list problem

2003-07-03 Thread Dallas Wright



I now get the following errors after upgrading 
qmailadmin & vpopmail when trying to add a mailing list through 
qmailadmin.
 
[Thu Jul 03 16:23:04 2003] [error] [client 
192.168.0.1] Premature end of script headers: qmailadmin, referer: http://192.168.0.100/cgi-bin/qmailadmin/com/addmailinglist?user=wolf&dom=varse.net&time=1057267375[Thu 
Jul 03 16:23:04 2003] [error] [client 192.168.0.1] ezmlm-make: illegal option -- 
D, referer: http://192.168.0.100/cgi-bin/qmailadmin/com/addmailinglist?user=wolf&dom=varse.net&time=1057267375[Thu 
Jul 03 16:23:04 2003] [error] [client 192.168.0.1] ezmlm-make: usage: ezmlm-make 
[ -aApP ] dir dot local host, referer: http://192.168.0.100/cgi-bin/qmailadmin/com/addmailinglist?user=wolf&dom=varse.net&time=1057267375


Re: [vchkpw] Mailing list problem

2003-07-03 Thread Kiril Todorov
On Thu, Jul 03, 2003 at 04:25:47PM -0500, Dallas Wright wrote:
> I now get the following errors after upgrading qmailadmin & vpopmail when trying to 
> add a mailing list through qmailadmin.
> 
> [Thu Jul 03 16:23:04 2003] [error] [client 192.168.0.1] Premature end of script 
> headers: qmailadmin, referer: 
> http://192.168.0.100/cgi-bin/qmailadmin/com/addmailinglist?user=wolf&dom=varse.net&time=1057267375
> [Thu Jul 03 16:23:04 2003] [error] [client 192.168.0.1] ezmlm-make: illegal option 
> -- D, referer: 
> http://192.168.0.100/cgi-bin/qmailadmin/com/addmailinglist?user=wolf&dom=varse.net&time=1057267375
> [Thu Jul 03 16:23:04 2003] [error] [client 192.168.0.1] ezmlm-make: usage: 
> ezmlm-make [ -aApP ] dir dot local host, referer: 
> http://192.168.0.100/cgi-bin/qmailadmin/com/addmailinglist?user=wolf&dom=varse.net&time=1057267375


*cough* interesting, what versions of vpopmail, qmailadmin and ezmlm (with or without 
idx?)

configure options to vpopmail, qmailadmin?

info! more info! a kingdom for good info! 
-- 

Kiril Todorov   < -+- > +359 2 9712013
Bulgaria Online < -+- > http://home.online.bg

/* waiting... dreaming... wishing... */



Re: [vchkpw] Mailing list problem

2003-07-03 Thread Tom Collins
On Thursday, July 3, 2003, at 02:25  PM, Dallas Wright wrote:
I now get the following errors after upgrading qmailadmin & vpopmail when trying to add a mailing list through qmailadmin.

This may be a known problem in qmailadmin that was fixed in 1.0.20.  Download qmailadmin 1.0.23 from .

Taking a closer look at the logs though, it appears that you have regular ezmlm installed, and not ezmlm-idx.  Is this the case?  You should only see the list of options (like moderated lists) if you have ezmlm-idx installed.

After a quick look at the qmailadmin source though, I see that it's completely broken for non-idx installations of ezmlm.

Please try switching to ezmlm-idx and recompiling qmailadmin.  I'll work on getting the next release to work properly with non-idx installs.

--
Tom Collins
[EMAIL PROTECTED]



Re: [vchkpw] Mailing list problem

2003-07-03 Thread Dallas Wright



I don't have ezmlm-idx installed, I'll do that 
now

  - Original Message - 
  From: 
  Tom Collins 

  To: [EMAIL PROTECTED] 
  Cc: Tom Collins 
  Sent: Thursday, July 03, 2003 5:16 
  PM
  Subject: Re: [vchkpw] Mailing list 
  problem
  On Thursday, July 3, 2003, at 02:25 PM, Dallas Wright 
wrote:
  I now get the following 
errors after upgrading qmailadmin & vpopmail when trying to add a 
mailing list through 
  qmailadmin.This may be a known 
  problem in qmailadmin that was fixed in 1.0.20. Download qmailadmin 1.0.23 
  from .Taking 
  a closer look at the logs though, it appears that you have regular ezmlm 
  installed, and not ezmlm-idx. Is this the case? You should only see the list 
  of options (like moderated lists) if you have ezmlm-idx 
  installed.After a quick look at the qmailadmin source though, I see 
  that it's completely broken for non-idx installations of ezmlm.Please 
  try switching to ezmlm-idx and recompiling qmailadmin. I'll work on getting 
  the next release to work properly with non-idx installs.--Tom 
  Collins[EMAIL PROTECTED]


Re: [vchkpw] Mailing list problem

2003-07-03 Thread Dallas Wright



I've installed ezmlm-idx, I can now create the 
lists again and I like the extra options
However .. sending to lists still goes out to the 
great beyond .. are there any logs I can check to see if its getting held up 
inside qmail/vpopmail/ezmlm somewhere?
 
 

  - Original Message - 
  From: 
  Dallas 
  Wright 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, July 03, 2003 7:05 
  PM
  Subject: Re: [vchkpw] Mailing list 
  problem
  
  I don't have ezmlm-idx installed, I'll do that 
  now
  
- Original Message - 
From: 
Tom Collins 

To: [EMAIL PROTECTED] 
Cc: Tom Collins 
Sent: Thursday, July 03, 2003 5:16 
PM
Subject: Re: [vchkpw] Mailing list 
problem
On Thursday, July 3, 2003, at 02:25 PM, Dallas Wright 
wrote:
I now get the following 
  errors after upgrading qmailadmin & vpopmail when trying to add a 
  mailing list through 
qmailadmin.This may be a known 
problem in qmailadmin that was fixed in 1.0.20. Download qmailadmin 1.0.23 
from .Taking 
a closer look at the logs though, it appears that you have regular ezmlm 
installed, and not ezmlm-idx. Is this the case? You should only see the list 
of options (like moderated lists) if you have ezmlm-idx 
installed.After a quick look at the qmailadmin source though, I see 
that it's completely broken for non-idx installations of 
ezmlm.Please try switching to ezmlm-idx and recompiling qmailadmin. 
I'll work on getting the next release to work properly with non-idx 
installs.--Tom 
Collins[EMAIL PROTECTED]


[vchkpw] Migrating to a new server

2003-07-03 Thread Werner Schalk
Hi,

has someone ever successfully migrated to a new server?
I have installed my current server with MySQL support and now my question is 
what I must do to migrate to a new server? I wanted to install the new server 
with MySQL support and then dump the databases? What else must I do?
Do I need the "learn passwords" option?

Thanks and bye,
Werner.




[vchkpw] vpopmail and chroot

2003-07-03 Thread Werner Schalk
Hi,

has anyone ever installed vpopmail and/or qmail in a chroot environment? Has 
anyone got a howto or something?

Bye and thanks,
Werner.