RE: [vchkpw] Duplicate Messages.

2003-02-11 Thread Bknonix Lists
Thanks Jonas:

Here are two snipits from the log.

(a) Before I created the file .qmail-lists

Feb 10 12:40:20 radar mail: 1044898820.602392 new msg 103789
Feb 10 12:40:20 radar mail: 1044898820.605824 info msg 103789: bytes 2455
from <[EMAIL PROTECTED]> qp 2616 uid 500
Feb 10 12:40:20 radar mail: 1044898820.734291 starting delivery 88: msg
103789 to local [EMAIL PROTECTED]
Feb 10 12:40:20 radar mail: 1044898820.736996 status: local 1/10 remote 0/20
Feb 10 12:40:22 radar mail: 1044898822.189478 delivery 88: success:
did_0+0+2/
Feb 10 12:40:22 radar mail: 1044898822.248579 status: local 0/10 remote 0/20
Feb 10 12:40:22 radar mail: 1044898822.532584 end msg 103789


(b) After I created the file .qmail-list
| /home/bin/vdelivermail '' [EMAIL PROTECTED]

Feb 10 21:20:20 radar mail: 1044930020.938573 new msg 103790
Feb 10 21:20:20 radar mail: 1044930020.941533 info msg 103790: bytes 5240
from <[EMAIL PROTECTED]> qp 3803 uid 500
Feb 10 21:20:20 radar mail: 1044930020.984768 starting delivery 125: msg
103790 to local [EMAIL PROTECTED]
Feb 10 21:20:20 radar mail: 1044930020.990660 status: local 1/10 remote 0/20
Feb 10 21:20:22 radar mail: 1044930022.148490 delivery 125: success:
did_0+0+1/
Feb 10 21:20:22 radar mail: 1044930022.206990 status: local 0/10 remote 0/20
Feb 10 21:20:22 radar mail: 1044930022.224711 end msg 103790


Now, all I can see that is different is the (a) "did_0+0+2" versus (b)
"did_0+0+1" line.


Any help would be appreciated.

Thanks
Bruce 


-Original Message-
From: Jonas Pasche [mailto:[EMAIL PROTECTED]] 
Sent: February 11, 2003 08:08
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] Duplicate Messages.


Hi Bruce,

> Can somebody explain why I have to create the .qmail files for the 
> delivery?

Yes, the qmail-send log. Please read it, or post the according log snippet
if you're unsure how to interpret it.

Jonas









Re: [vchkpw] Autoresponder + EZMLM?

2003-02-11 Thread Jonas Pasche
Hi Duncan,

> The "vacation" message never makes it to the list (I understand this is
> normal)

Yes, that's correct. I'm sure you don't want vacation messages
distributed through the mailing list. :-)

> and any postings to the list never make it to the person with
> their "vacation" autoresponsder set up.

That's bad, without question.

> deferral: AUTORESPOND:_I_can't_handle_a_message_with_a_Mailing-List_header 

I often noticed the autoresponder doing stupid things. In case of "I
can't handle a message with a Mailing-List header" I suggest it should
exit silently with an error code of 0 instead of 100 because...

* 100 prevents the message from being delivered to the final recipient

* Nobody is interested in getting informed about a vacation message that
  hasn't been created

Anyway, I wonder why your log notes this line as "deferral". Judging
from the source (I have autoresponder 2.0.3) it exits with 100 which
means "hard error" = "failure", while only 111 should generate
deferrals.

Hopefully somebody can bring some more light into this. I guess the
autoresponder's exit codes need some additional review.

Jonas





RE: [vchkpw] libmysqlclient not found

2003-02-11 Thread Roland Schmid
Hi Jonas,

yes, now it works!!
So if I add /home-dir-to-vpopmail to /etc/profile
I can type the vpopmail-commands from everywhere on the commandline.

Thank you for help.

Best regards,
Roland

> 
> As you see, "/usr/local/mysql/current/lib" is not checked for that file,
> so I suggest you put this directory into /etc/ld.so.conf and run
> ldconfig to update the list of shared objects.
> 
> Use "ldconfig -v | grep libmysqlclient" to see if it's listed. Then try
> vadddomain again.
> 
> Jonas
> 
> 
>  




Re: [vchkpw] question re faq

2003-02-11 Thread Rick Updegrove \(dislists\)
- Original Message -
From: "Paul Theodoropoulos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 11, 2003 10:24 AM
Subject: [vchkpw] question re faq


>
> faq item 34 discusses getting courier-imap to use vpopmail's roaming users
> functionality. i just noticed in the changelog for courier-imap, it
states:
>
>
> 2001-02-08  Chris Seawood <[EMAIL PROTECTED]>
>
>  * authlib: Added check for open_smtp_relay in -lvpopmail
>
> so, does that mean that faq item 34 is obsolete?

I also noticed that a couple of weeks go.  Thanks for reminding me (the
list) I wanted to know also.





Re: [vchkpw] question re faq

2003-02-11 Thread Brian Kolaci

As far as I know, roaming users doesn't work with
the courier-imap authlib, at least with authdaemond.
I've patched my version and when I get cycles planned
on submitting a patch to Mr. Sam to allow authdaemond
to have it work.  The problem is that vpopmail relies
on environment variables that are set in the couriertcpd
and aren't passed to the daemon.  I've patched my version and
have had it working for over a month now.  Eliminating all
those fork/exec's have reduced CPU dramatically (as well
as my patch to vpopmail vipmap API to only fork/exec tcprules
if a new IP is added to the table).  I used to be at 99% CPU,
now I'm at 98% idle...

Brian

  > faq item 34 discusses getting courier-imap to use vpopmail's roaming users 
  > functionality. i just noticed in the changelog for courier-imap, it states:
  > 
  > 
  > 2001-02-08  Chris Seawood <[EMAIL PROTECTED]>
  > 
  >  * authlib: Added check for open_smtp_relay in -lvpopmail
  > 
  > 
  > 
  > so, does that mean that faq item 34 is obsolete?
  > 
  > 
  > Paul Theodoropoulos
  > http://www.anastrophe.com
  > http://folding.stanford.edu
  > The Nicest Misanthrope on the Net 





[vchkpw] question re faq

2003-02-11 Thread Paul Theodoropoulos



faq item 34 discusses getting courier-imap to use vpopmail's roaming
users functionality. i just noticed in the changelog for courier-imap, it
states:

2001-02-08  Chris Seawood <[EMAIL PROTECTED]>

* authlib:
Added check for open_smtp_relay in -lvpopmail



so, does that mean that faq item 34 is obsolete?

Paul Theodoropoulos
http://www.anastrophe.com
http://folding.stanford.edu
The Nicest Misanthrope on the Net



[vchkpw] Autoresponder + EZMLM?

2003-02-11 Thread buffalo
Greetings All,

Sorry if this is slightly off topic, but googling's getting me nowhere.

I've recently set up qmail/vpopmail/ezmlm/qmailadmin/vqadmin, etc.

Everything seems to be working well so far except when someone on a 
mailing list sets up a vacation message.

The "vacation" message never makes it to the list (I understand this is
normal), and any postings to the list never make it to the person with
their "vacation" autoresponsder set up.

In the logs, I get the error message:

deferral: AUTORESPOND:_I_can't_handle_a_message_with_a_Mailing-List_header 

when EZMLM is trying to deliver the message to the person on vacation.

This is the version of autorespond that I pulled off of the inter7.com 
site.

Any pointers would be greatly appreciated...

TIA,

--Duncan





Re: [vchkpw] vpopbull

2003-02-11 Thread Bill Shupp
On Tuesday, February 11, 2003, at 08:31  AM, Jesse Guardiani wrote:


you're right, I should have been more specific. Sorry. Here's a 
reproduction:

[11:25]jesse@cvsup:[/usr/local/vpopmail/bin]# ./vpopbull 
../bulletins/imail-migration.txt mailtest.wingnet.net
[11:26]jesse@cvsup:[/usr/local/vpopmail/bin]#


vpopbull thinks my path: "../bulletins/imail-migration.txt" is a 
domain name,
or so I assume. In this case, I forgot the -f option.

Shouldn't vpopbull do some checking before it blindly accepts domain 
names?

Yes.


Also, shouldn't vpopbull error out when someone feeds it an empty 
message?

Yes.


These two "bugs" make me very paranoid when I'm sending out bulletins. 
I'm
never sure they actually sent properly until I check a mailbox on the
domain I was targeting.

And rightfully so.  I'll have a look today.

Regards,

Bill Shupp





Re: [vchkpw] handled user

2003-02-11 Thread Jesse Guardiani
On Tuesday 11 February 2003 11:16, Jonas Pasche wrote:
> Hi made,
>
> >  Just to the point. How many users can vpopmail handled? From the
> >  manual i already read, i'm still confused about how vpopmail handled
> > more than 100 users on one virtual domain! would you give me some
> >  reference or a clue for this one.
>
> Quoting from http://inter7.com/vpopmailfeatures.html:
>
> [...]
> * Support for 1 to 23 million virtual email domains using a "grow as it
>   goes" balenced directory tree.
> * Support for 1 to 23 million email users per domain using the same
>   balenced tree structure.
> [...]

And this is obviously just the software limits. Actual real world limits
depend on your machine, your auth method, etc... LDAP is slower than MySQL,
for example.

It's hard to gather solid data about stuff like that.


>
> Jonas

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net

We are actively looking for companies that do a lot of long
distance faxing and want to cut their long distance bill by
up to 50%.  Contact [EMAIL PROTECTED] for more info.






Re: [vchkpw] vdelivermail problem?

2003-02-11 Thread Bill Shupp
On Tuesday, February 11, 2003, at 08:07  AM, Dzuy Nguyen wrote:


Bill, the message above was unrelated to this problem.  I was looking 
for
ways to make alias user to get the spam checking.  I didn't say it was 
a bug.
BTW, I still have not found a suitable solution for 
qmail/vpopmail/spamassassin
to play nice with each other.

A patch to vdelivermail was sent to the list last week.  I hope to test 
it today and integrate it into 5.3.17 if all goes well.

The bug I was refering to was mentioned in a thread months ago.  It 
involves
.qmail file in the user's directory.  If it's fixed, then I apologized.

The only other mention I found in the archives was you referring to a 
bug that was *fixed* in 5.3.x... can you post the URL to the specific 
problem?

Regards,

Bill




Re: [vchkpw] vpopbull

2003-02-11 Thread Jesse Guardiani
On Tuesday 11 February 2003 11:17, Bill Shupp wrote:
> On Monday, February 10, 2003, at 02:58  PM, Jesse Guardiani wrote:
> > Greetings list,
> >
> > I noticed that the vpopbull program (current production release
> > version)
> > doesn't toss an error if you give it bad parameters. Is this fixed in
> > the
> > vpopmail development version?
>
> I can't reproduce this.  Please give an example, or be more specific.

you're right, I should have been more specific. Sorry. Here's a reproduction:

[11:25]jesse@cvsup:[/usr/local/vpopmail/bin]# ./vpopbull 
../bulletins/imail-migration.txt mailtest.wingnet.net
[11:26]jesse@cvsup:[/usr/local/vpopmail/bin]#


vpopbull thinks my path: "../bulletins/imail-migration.txt" is a domain name,
or so I assume. In this case, I forgot the -f option.

Shouldn't vpopbull do some checking before it blindly accepts domain names?

Also, shouldn't vpopbull error out when someone feeds it an empty message?

These two "bugs" make me very paranoid when I'm sending out bulletins. I'm
never sure they actually sent properly until I check a mailbox on the
domain I was targeting.

Thanks.


>
> Regards,
>
> Bill Shupp

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net

We are actively looking for companies that do a lot of long
distance faxing and want to cut their long distance bill by
up to 50%.  Contact [EMAIL PROTECTED] for more info.






Re: [vchkpw] vdelivermail problem?

2003-02-11 Thread Dzuy Nguyen
Bill Shupp wrote:

On Monday, February 10, 2003, at 08:50  AM, Dzuy Nguyen wrote:


Juraj Hantak wrote:


Hi all,
I have a problem with vdelivermail it is not correctly proceeding
.qmail- files.
Imagine situation you have a domain called test.com. Do you want to
forward the whole domain @test.com into address
[EMAIL PROTECTED] and the address should be proceed acording its .qmail
file. {local deliverded and forwarded to external address}
do you have in
.qmail-default
|  vdelivermail '' [EMAIL PROTECTED]
and there is a file called
.qmail-john
&[EMAIL PROTECTED]
/test.com/john/Maildir/
there is a mailbox [EMAIL PROTECTED]
And the behaviour is now:
when you send mail directly to [EMAIL PROTECTED] its correctly proceed and
is local delivered and a copy is forwarded to external address.
But when you send mail to [EMAIL PROTECTED] its only localy delivered it is
not forwarded to external mail address.
Can somebody help me with this problem, I have tested the stable
 5.2.1  version and developement  5.3.14



The correct thing to do is put the external email address in the 
vdelivermail line, like so:

| /home/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED]

.qmal files in the domain directory are for qmail-local processing, NOT 
vdelivermail.  This is why the setup you described fails.  vdelivermail 
checks for a vpasswd entry for john since test.com is the local domain. 
 It does NOT look at .qmail files in the domain's directory, just .qmail 
files in the user's directory.

 Best regards
 Juraj Hantak



There is a bug in vdelivermail since 5.2 which I identified and 
reported.  I'm
surprised it didn't make it to 5.3 development releases.  Basically, 
forward and
keeps a copy works fine, but forward alone does not.  Please check the 
archive
for details of the problem.


I assume you are referring to this message:

http://www.mail-archive.com/vchkpw@inter7.com/msg11007.html


Bill, the message above was unrelated to this problem.  I was looking for
ways to make alias user to get the spam checking.  I didn't say it was a bug.
BTW, I still have not found a suitable solution for qmail/vpopmail/spamassassin
to play nice with each other.

The bug I was refering to was mentioned in a thread months ago.  It involves
.qmail file in the user's directory.  If it's fixed, then I apologized.


See the argument above.  The same logic applies, and it's not a bug.

Regards,

Bill Shupp











Re: [vchkpw] vpopbull

2003-02-11 Thread Bill Shupp
On Monday, February 10, 2003, at 02:58  PM, Jesse Guardiani wrote:


Greetings list,

I noticed that the vpopbull program (current production release 
version)
doesn't toss an error if you give it bad parameters. Is this fixed in 
the
vpopmail development version?

I can't reproduce this.  Please give an example, or be more specific.

Regards,

Bill Shupp





Re: [vchkpw] vmoduser core dumps when using whole domain

2003-02-11 Thread Bill Shupp
On Monday, February 10, 2003, at 01:49  PM, Taylor Dondich wrote:


I was using vpopmail 5.2 awhile ago and everything worked fine; 
however, after upgrading to 5.3.9, vmoduser now core dumps when you 
specify an entire domain to modify instead of just a specific e-mail 
address.

Any ideas?

I cannot reproduce this.  Can you provide more information?  
Specfically:

configure options
if using cdb, a sample of the vpasswd file to see if that is broken

Regards,

Bill Shupp




Re: [vchkpw] handled user

2003-02-11 Thread Jonas Pasche
Hi made,

>  Just to the point. How many users can vpopmail handled? From the
>  manual i already read, i'm still confused about how vpopmail handled more
>  than 100 users on one virtual domain! would you give me some
>  reference or a clue for this one.

Quoting from http://inter7.com/vpopmailfeatures.html:

[...]
* Support for 1 to 23 million virtual email domains using a "grow as it
  goes" balenced directory tree.
* Support for 1 to 23 million email users per domain using the same
  balenced tree structure.
[...]

Jonas





[vchkpw] handled user

2003-02-11 Thread made
Hi all,

 Just to the point. How many users can vpopmail handled? From the
 manual i already read, i'm still confused about how vpopmail handled more
 than 100 users on one virtual domain! would you give me some
 reference or a clue for this one.

regards,
made





Re: [vchkpw] some bug vopmail/qmailadmin with plaintext enabled

2003-02-11 Thread Bill Shupp
On Monday, February 10, 2003, at 10:58  AM, Jonas Pasche wrote:


Hi,


if we use vpopmail with plaintext passwords enabled and some user
changes his password to string which contains ':' symbol - qmailadmin
doesn't list users after that account.


Yes, you're right. That's the problem with every single text "database"
that uses a colon to separate fields. qmailadmin simply sees that line
as a line that doesn't have the right number of fields. (The same
problem occurs with vpopmail installations that don't have clear text
passwords enabled at all.)

Dear Inter7 developers: What about quoting a colon as "\:"? Yes, that
would need coordinated changes both in vpopmail and qmailadmin, but the
current behaviour is confusing.


I'll look into correcting this in 5.3.17, which is almost done.

Regards,

Bill Shupp





Re: [vchkpw] libmysqlclient not found

2003-02-11 Thread Jesse Guardiani
On Tuesday 11 February 2003 10:10, Jonas Pasche wrote:
> Hi Roland,
>
> > yes, the libmysqlclient.so.10 exists and is in
> > /usr/local/mysql/current/lib/mysql
>
> Ok, compare that with your strace output (I grep'ped for
>
> libmysqlclient.so.10):
> > open("/lib/i686/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such
> > file or directory)
> > open("/lib/i686/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such
> > file or directory)
> > open("/lib/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file
> > or directory)
> > open("/lib/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file or
> > directory)
> > open("/usr/lib/i686/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No
> > such file or directory)
> > open("/usr/lib/i686/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such
> > file or directory)
> > open("/usr/lib/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such
> > file or directory)
> > open("/usr/lib/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file
> > or directory)
>
> As you see, "/usr/local/mysql/current/lib" is not checked for that file,
> so I suggest you put this directory into /etc/ld.so.conf and run
> ldconfig to update the list of shared objects.
>
> Use "ldconfig -v | grep libmysqlclient" to see if it's listed. Then try
> vadddomain again.

One final note:

I'm not sure if this is the case with Linux, but with FreeBSD one must add
the -m flag in order to keep ldconfig from ditching the previously loaded
path statements.

Check:

man ldconfig


>
> Jonas

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net

We are actively looking for companies that do a lot of long
distance faxing and want to cut their long distance bill by
up to 50%.  Contact [EMAIL PROTECTED] for more info.






Re: [vchkpw] Mail in queue, and mail accout doesn't get it

2003-02-11 Thread Jesse Guardiani
On Tuesday 11 February 2003 01:57, Jasmine\(etong2000\) wrote:
> Hi all,
> 
> My email accouts can't get their mail,
> the mails are in queue. But all the accout
> can send mail correctly.
> 
> How should I do in qmail environment?

First step: Check your qmail logs. Find out why the emails are
being defered.

If you still need help, post the detailed log statements and
we'll try to help you figure out the problem.

Also, in your next post, please include what software you are
using. And try to answer the following question:

Has it ever worked? If so, when did it stop working?



> 
> Best Regards,
> Jasmine
> 

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net

We are actively looking for companies that do a lot of long
distance faxing and want to cut their long distance bill by
up to 50%.  Contact [EMAIL PROTECTED] for more info.






Re: [vchkpw] vdelivermail problem?

2003-02-11 Thread Bill Shupp
On Monday, February 10, 2003, at 08:50  AM, Dzuy Nguyen wrote:

Juraj Hantak wrote:

Hi all,
I have a problem with vdelivermail it is not correctly proceeding
.qmail- files.
Imagine situation you have a domain called test.com. Do you want to
forward the whole domain @test.com into address
[EMAIL PROTECTED] and the address should be proceed acording its .qmail
file. {local deliverded and forwarded to external address}
do you have in
.qmail-default
|  vdelivermail '' [EMAIL PROTECTED]
and there is a file called
.qmail-john
&[EMAIL PROTECTED]
/test.com/john/Maildir/
there is a mailbox [EMAIL PROTECTED]
And the behaviour is now:
when you send mail directly to [EMAIL PROTECTED] its correctly proceed and
is local delivered and a copy is forwarded to external address.
But when you send mail to [EMAIL PROTECTED] its only localy delivered it is
not forwarded to external mail address.
Can somebody help me with this problem, I have tested the stable
 5.2.1  version and developement  5.3.14


The correct thing to do is put the external email address in the 
vdelivermail line, like so:

| /home/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED]

.qmal files in the domain directory are for qmail-local processing, NOT 
vdelivermail.  This is why the setup you described fails.  vdelivermail 
checks for a vpasswd entry for john since test.com is the local domain. 
 It does NOT look at .qmail files in the domain's directory, just 
.qmail files in the user's directory.

 Best regards
 Juraj Hantak


There is a bug in vdelivermail since 5.2 which I identified and 
reported.  I'm
surprised it didn't make it to 5.3 development releases.  Basically, 
forward and
keeps a copy works fine, but forward alone does not.  Please check the 
archive
for details of the problem.

I assume you are referring to this message:

http://www.mail-archive.com/vchkpw@inter7.com/msg11007.html

See the argument above.  The same logic applies, and it's not a bug.

Regards,

Bill Shupp





RE: [vchkpw] libmysqlclient not found

2003-02-11 Thread Jonas Pasche
Hi Roland,

> yes, the libmysqlclient.so.10 exists and is in
> /usr/local/mysql/current/lib/mysql

Ok, compare that with your strace output (I grep'ped for
libmysqlclient.so.10):

> open("/lib/i686/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such
> file or directory)
> open("/lib/i686/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file
> or directory)
> open("/lib/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/lib/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file or
> directory)
> open("/usr/lib/i686/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No
> such file or directory)
> open("/usr/lib/i686/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such
> file or directory)
> open("/usr/lib/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such
> file or directory)
> open("/usr/lib/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file or
> directory)

As you see, "/usr/local/mysql/current/lib" is not checked for that file,
so I suggest you put this directory into /etc/ld.so.conf and run
ldconfig to update the list of shared objects.

Use "ldconfig -v | grep libmysqlclient" to see if it's listed. Then try
vadddomain again.

Jonas






RE: [vchkpw] libmysqlclient not found

2003-02-11 Thread Roland Schmid
Hi Jonas,

yes, the libmysqlclient.so.10 exists and is in
/usr/local/mysql/current/lib/mysql

here is what strace returns:
[root@dc4 bin]# strace ./vadddomain mydomain.de
execve("./vadddomain", ["./vadddomain", "mydomain.de"],[/* 31 vars */]) = 0
uname({sys="Linux", node="dc4", ...})   = 0
brk(0)= 0x8057728
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)= 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=86544, ...}) = 0
old_mmap(NULL, 86544, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)
= 0
open("/lib/i686/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat64("/lib/i686/mmx", 0xbfffebb0) = -1 ENOENT (No such file or
directory)
open("/lib/i686/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file
or directory)
stat64("/lib/i686", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/lib/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat64("/lib/mmx", 0xbfffebb0)  = -1 ENOENT (No such file or
directory)
open("/lib/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/i686/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat64("/usr/lib/i686/mmx", 0xbfffebb0) = -1 ENOENT (No such file or
directory)
open("/usr/lib/i686/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat64("/usr/lib/i686", 0xbfffebb0) = -1 ENOENT (No such file or
directory)
open("/usr/lib/mmx/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat64("/usr/lib/mmx", 0xbfffebb0)  = -1 ENOENT (No such file or
directory)
open("/usr/lib/libmysqlclient.so.10", O_RDONLY) = -1 ENOENT (No such file or
directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=49152, ...}) = 0
writev(2, [{"./vadddomain", 12}, {": ", 2}, {"error while loading shared
libra"..., 36}, {": ", 2},
 {"libmysqlclient.so.10", 20}, {": ", 2}, {"cannot open shared object file",
30},
 {": ", 2}, {"No such file or directory", 25}, {"\n", 1}],
 10./vadddomain: error while loading shared libraries: libmysqlclient.so.10:
 cannot open shared object file: No such file or directory
) = 132
_exit(127)


This is the ./configure command I used:
./configure
--prefix=/var/qmail/vpopmail
--enable-roaming-users=y
--enable-clear-passwd=y
--enable-valias=y
--enable-mysql-replication=y
--enable-mysql=y
--enable-incdir=/usr/local/mysql/current/include/mysql
--enable-libdir=/usr/local/mysql/current/lib/mysql

Thank you for your help.

Best regards,
Roland


> -Original Message-
> From: Jonas Pasche [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 11, 2003 3:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [vchkpw] libmysqlclient not found
>
>
> Hi Roland,
>
> > so far the installion worked.
> > I now want to add a new domain to vpopmail.
> > But I get an error message, that libmysqlclient file could not be found.
> > Original message:
> > [root@dc4 bin]# ./vadddomain mydomain.de
> > ./vadddomain: error while loading shared libraries:
> > libmysqlclient.so.10: cannot open shared object file: No such file or
> > directory
> >
> > The libmysqlclient file is in the path I gave to configure command.
>
> Obviously not, otherwise vadddomain wouldn't have said "No such file or
> directory". :-)
>
> Is the version number of the .so file correct?
>
> Use strace to see which file vadddomain is really looking for.
>
> Show us your full ./configure line as well as the output from "ls -l"
> within your lib directory which you specified at compile time.
>
> Jonas
>
>
>





Re: [vchkpw] libmysqlclient not found

2003-02-11 Thread vol
Are you running Linux?
Be sure to add the directory your MySQL libraries are located in,
to /etc/ld.so.conf, and run /sbin/ldconfig.

Roland Schmid wrote:

Hello,

so far the installion worked.
I now want to add a new domain to vpopmail.
But I get an error message, that libmysqlclient file could not be found.
Original message:
[root@dc4 bin]# ./vadddomain mydomain.de
./vadddomain: error while loading shared libraries:
libmysqlclient.so.10: cannot open shared object file: No such file or
directory

The libmysqlclient file is in the path I gave to configure command.
Any idea what went wrong?


Best regards,
Roland









--
mailto:[EMAIL PROTECTED]
Matt Brookings - Chief Technical Officer
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices





Re: [vchkpw] libmysqlclient not found

2003-02-11 Thread Jonas Pasche
Hi Roland,

> so far the installion worked.
> I now want to add a new domain to vpopmail.
> But I get an error message, that libmysqlclient file could not be found.
> Original message:
> [root@dc4 bin]# ./vadddomain mydomain.de
> ./vadddomain: error while loading shared libraries:
> libmysqlclient.so.10: cannot open shared object file: No such file or
> directory
> 
> The libmysqlclient file is in the path I gave to configure command.

Obviously not, otherwise vadddomain wouldn't have said "No such file or
directory". :-)

Is the version number of the .so file correct?

Use strace to see which file vadddomain is really looking for.

Show us your full ./configure line as well as the output from "ls -l"
within your lib directory which you specified at compile time.

Jonas






Re: [vchkpw] ~/vpopmail/tcp.smtp.cdb doesn't get created

2003-02-11 Thread Jonas Pasche
Hi Trevor,

first of all, please read:

http://jonaspasche.de/common-errors/bad-thread-start

>  I have an issue where in /home/vpopmail/etc/open-smtp gets created but
> ~/vpopmail/etc/tcp.smtp.cdb doesn't get created at all.

Please show us your full ./configure line.

> drwxr-xr-x2 vpopmail vchkpw112 Feb  6 15:07 .
> drwxr-xr-x8 root root  192 Feb  5 19:17 ..
> -rw-r--r--1 root root   54 Feb  6 15:07 open-smtp
> -rw-r--r--1 root root0 Feb  5 19:19 open-smtp.lock

The configure script tries to find:

1) "$vpopmaildir"/etc/tcp.smtp
2) /etc/tcp.smtp
3) /etc/tcprules.d/qmail-smtpd

As it didn't find 1), it took /etc/tcp.smtp which (I guess, but you can
check it) exists.

[...]
> /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c
[...]

So you're actively _using_ /etc/tcp.smtp.cdb, why are you waiting for 
~vpopmail/tcp.smtp.cdb?

> [trevor@linmail qmail-smtpd]$ cat ../qmail-pop3d/run
> #!/bin/bash
>   exec /usr/local/bin/softlimit -m 200 \
> /usr/local/bin/tcpserver -v -R -H -l 0 0 110
> /var/qmail/bin/qmail-popup \
>  FQDN /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
> -x /etc/tcp.smtp 2>&1

Who gave you that script? It's wrong.

1) "-x" is an argument for tcpserver. You entered it as an argument for
   qmail-pop3d. Remove it.

2) "-x" expects a cdb file (tcp.smtp.cdb), not a text file (tcp.smtp).

3) qmail-pop3d doesn't need that file at all.

4) "FQDN" should have been replaced with your fully-qualified hostname.

>  Though in the above scripts i am forcing updation of
> /etc/tcp.smtp.cdb

No, you don't. What makes you think you do?

>  While compiling i have even specified at the CLI the path to the
> tcp.smtp.cdb filebut neither the /etc nor the ~/vpopmail/etc/*.cdb
> files are getting created/updated.

Again, don't tell us the interpretation of what you did; show us your
full ./configure line. And fix your startup scripts. After that, we can
go further.

>  Am in quite a fix..seems to be a very trivial issue but is really
> nagging me as i have to push our organisations mail server into
> production state.

If you're in a hurry, http://qmail.org/top.html#paidsup lists some
companies that do commercial support.

Jonas






[vchkpw] libmysqlclient not found

2003-02-11 Thread Roland Schmid
Hello,

so far the installion worked.
I now want to add a new domain to vpopmail.
But I get an error message, that libmysqlclient file could not be found.
Original message:
[root@dc4 bin]# ./vadddomain mydomain.de
./vadddomain: error while loading shared libraries:
libmysqlclient.so.10: cannot open shared object file: No such file or
directory

The libmysqlclient file is in the path I gave to configure command.
Any idea what went wrong?


Best regards,
Roland







[vchkpw] ~/vpopmail/tcp.smtp.cdb doesn't get created

2003-02-11 Thread Trevor Warren


Hello all,
 
 I did try checking out the archives before sending this mailbut the
server seems to be
offlinehttp://bluedot.net/mail/archive/list.php?f=2

 I have an issue where in /home/vpopmail/etc/open-smtp gets created but
~/vpopmail/etc/tcp.smtp.cdb doesn't get created at all. The listing of
the directory is as follows

drwxr-xr-x2 vpopmail vchkpw112 Feb  6 15:07 .
drwxr-xr-x8 root root  192 Feb  5 19:17 ..
-rw-r--r--1 root root   54 Feb  6 15:07 open-smtp
-rw-r--r--1 root root0 Feb  5 19:19 open-smtp.lock

My startup scripts for qmail-smtpd and qmail-pop3d are as follows

[trevor@linmail qmail-smtpd]$ cat run
#!/bin/bash
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
/var/qmail/bin/qmail-smtpd 2>&1


[trevor@linmail qmail-smtpd]$ cat ../qmail-pop3d/run
#!/bin/bash
  exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110
/var/qmail/bin/qmail-popup \
 FQDN /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
-x /etc/tcp.smtp 2>&1


 Though in the above scripts i am forcing updation of
/etc/tcp.smtp.cdbnothing seems to be getting added to it. I even
tried ~/vpopmail/etc/tcp.smtp.cdbbut to no avail.

 While compiling i have even specified at the CLI the path to the
tcp.smtp.cdb filebut neither the /etc nor the ~/vpopmail/etc/*.cdb
files are getting created/updated.

 Am in quite a fix..seems to be a very trivial issue but is really
nagging me as i have to push our organisations mail server into
production state.

 Any help will be highly appreciated. Thanks in advance pals.

 Trevor



-- 
 ( >-GNU/LINUX, It's all about CHOICE  -< )
 /~\__  http://www.qmailtheeasyway.com __   /~\
 |  \) /mailto: [EMAIL PROTECTED]   \ (/ |
 |_|_  \  Research Asst, MediaLab/ _|_|
\___/
 





Re: [vchkpw] why create user in mydomains/0/ folder

2003-02-11 Thread Jonas Pasche
Hi Jasmine,

please read first:

http://jonaspasche.de/common-errors/bad-thread-start

> Who know the reason and the solution? Could you tell me?

Michael already gave you the reason why vpopmail created that "0"
directory, but the solution to your problem is still pending.

Please look into the qmail-send log to see what's happening when sending
mail to that account. Post the according log snippet if you're unsure
how to interpret.

Jonas






Re: [vchkpw] Duplicate Messages.

2003-02-11 Thread Jonas Pasche
Hi Bruce,

> Can somebody explain why I have to create the .qmail files for the delivery?

Yes, the qmail-send log. Please read it, or post the according log
snippet if you're unsure how to interpret it.

Jonas





RE: [vchkpw] install Problem vpopmail

2003-02-11 Thread Roland Schmid
You are right, the configure command was wrong.
--enable-inc-dir
--enable-libdir
worked fine and installation finished without errors!

Thank you.

Best regards,
Roland


 
> Are you sure you are using the correct configure command?
> 
> vpopmail is telling you you should be using "--enable-inc-dir"
> 
> Looking at a "configure --help", I dont see
> "--enable-sqlincdir" or "--enable-sqllibdir"
> as being available/valid options.
> 
> Maybe take a look at my vpopmail w/mysql guide at
> http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm
> to see if that gives you any help
> 
> Michael.
> 
> - Original Message -
> From: "Roland Schmid" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 11, 2003 7:55 PM
> Subject: RE: [vchkpw] install Problem vpopmail
> 
> 
> > Hi Jonas,
> >
> > I use vpopmail version 5.2.1 .
> > that the complete ./configure command I used:
> > ./configure
> > --prefix=/var/qmail/vpopmail
> > --enable-roaming-users=y
> > --enable-clear-passwd=y
> > --enable-valias=y
> > --enable-mysql-replication=y
> > --enable-mysql=y
> > --enable-sqlincdir=/usr/local/mysql/current/include/mysql
> > --enable-sqllibdir=/usr/local/mysql/current/lib/mysql
> >
> > And that's the error message ./configure produces:
> > configure: error: Unable to find your inc dir, specify --enable-incdir.
> >
> > What kind of files does vpopmail search in the include path. Maybe I
> forgot
> > to install a module in MySQL.
> >
> > Thanks for your help.
> >
> > Best regards,
> > Roland
> >
> >
> > > Hi Roland,
> > >
> > > > I have a question to vpopmail. I want to use vpopmail to 
> easy admin a
> > > > running qmail e-mail-server.
> > > > The ./configure script says one error. the
> > > > flag --enable-sqlincdir=/path/to/include/mysql can't find the
> > > MySQL Include
> > > > files.
> > >
> > > You did "./configure [...] 
> --enable-sqlincdir=/path/to/include/mysql"..?
> > >
> > > Note that you have to adapt this path to reflect the real location of
> > > your include files.
> > >
> > > > But the include files are at that place. (I have MySQL not in
> > > the default)
> > >
> > > Obviously not, otherwise it would work.
> > >
> > > * Which vpopmail version are you using?
> > > * Show us your _full_ ./configure command.
> > > * Show us the _full_ error message.
> > >
> > > > How can I fix this error message?
> > >
> > > You'd better fix the problem, not the error message ;-))
> > >
> > > Jonas
> > >
> > >
> >
> >
> >
> 
>  




Re: [vchkpw] after installing vpopmail - I cannot do : telnet localhost 110

2003-02-11 Thread Oliver Etzel - GoodnGo.COM \(R\)



Ok

  - Original Message - 
  From: 
  Peter 
  Palmreuther 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, February 11, 2003 11:58 
  AM
  Subject: Re: [vchkpw] after installing 
  vpopmail - I cannot do : telnet localhost 110
  Hi Oliver,First: GET RID of that stupid "Reply-To:" in 
  your settings. It makes it  unnecessary difficulty to answer to the 
  list, as Reply-To takes  precedence. As your Reply-To is the very 
  same as your from it's  additionally _absolutely obsolete_.  
  If you'd read the list, and not only ask your questions and ignore 
  all  other mail you'd have noticed I already mentioned this in a mail 
  w/  Message-ID: <[EMAIL PROTECTED]> 
  to somebody  else.Second: in a former answer to you 
  (Message-ID:  <[EMAIL PROTECTED]>) 
  I suggested you start a new  thread by creating _a fresh new mail_, 
  instead of replying to an  existing one. This suggestion was made for 
  explicit reasons, not for  fun. It seems you're not reading answers 
  to your questions carefully,  which might lead to you not getting 
  much answer in the future.On Mon, 10 Feb 2003 17:19:39 +0100 "Oliver 
  Etzel - GoodnGo.COM \(R\)"<[EMAIL PROTECTED]> wrote:> 
  Normally when you make> telnet localhost 110> then> 
  Escape character is '^]'.> +OK <21032.104488897> will 
  appear.> > I will get no answer.> How can I get it 
  work?Get a clue about your system.Jens wrote what you should 
  do:>> try a netstat -lnp and search port 110, mayby the port 
  did't bind to>> localhost.If there is no service bound to 
  that port you _can't_ get "an answer".Get an idea about how 
  TCP/IP-services and daemons work: no applicationthat bind to a port, no 
  service available.>>> after installing vpopmail succesfully- 
  I cannot do : telnet localhost 110>>> Where can I look? Who had 
  the same problem?Clayton alredy answered your question: installating 
  vpopmail ain'tinstalling a POP3-daemon. The vpopmail documentation 
  describes _VERYWELL_ how to include vpopmail in a normal qmail-pop3d 
  startup.Read LWQ, read the vpopmail documentation and set up a 
  POP3-daemon.That's all. And that's all qmail issues.If you're not 
  able to set up the daemon properly because you not evenunderstand 
  tcpserver you're good advised find somebody who does. Even ifyou need to 
  pay him.It's a bad idea to build a car if you don't have any idea how 
  toassemble it. It's even worse to try to drive it afterwards, you'll 
  putyourself and innocent other into danger.-- 
Peter


Re: [vchkpw] after installing vpopmail - I cannot do : telnetlocalhost 110

2003-02-11 Thread Peter Palmreuther
Hi Oliver,

First: GET RID of that stupid "Reply-To:" in your settings. It makes it
  unnecessary difficulty to answer to the list, as Reply-To takes
  precedence. As your Reply-To is the very same as your from it's
  additionally _absolutely obsolete_.
  If you'd read the list, and not only ask your questions and ignore all
  other mail you'd have noticed I already mentioned this in a mail w/
  Message-ID: <[EMAIL PROTECTED]> to somebody
  else.

Second: in a former answer to you (Message-ID:
  <[EMAIL PROTECTED]>) I suggested you start a new
  thread by creating _a fresh new mail_, instead of replying to an
  existing one. This suggestion was made for explicit reasons, not for
  fun. It seems you're not reading answers to your questions carefully,
  which might lead to you not getting much answer in the future.

On Mon, 10 Feb 2003 17:19:39 +0100 "Oliver Etzel - GoodnGo.COM \(R\)"
<[EMAIL PROTECTED]> wrote:

> Normally when you make
> telnet localhost 110
> then
> Escape character is '^]'.
> +OK <21032.104488897
> will appear.
> 
> I will get no answer.
> How can I get it work?

Get a clue about your system.
Jens wrote what you should do:

>> try a netstat -lnp and search port 110, mayby the port did't bind to
>> localhost.

If there is no service bound to that port you _can't_ get "an answer".
Get an idea about how TCP/IP-services and daemons work: no application
that bind to a port, no service available.

>>> after installing vpopmail succesfully- I cannot do : telnet localhost 110
>>> Where can I look? Who had the same problem?

Clayton alredy answered your question: installating vpopmail ain't
installing a POP3-daemon. The vpopmail documentation describes _VERY
WELL_ how to include vpopmail in a normal qmail-pop3d startup.
Read LWQ, read the vpopmail documentation and set up a POP3-daemon.
That's all. And that's all qmail issues.

If you're not able to set up the daemon properly because you not even
understand tcpserver you're good advised find somebody who does. Even if
you need to pay him.
It's a bad idea to build a car if you don't have any idea how to
assemble it. It's even worse to try to drive it afterwards, you'll put
yourself and innocent other into danger.
-- 
Peter




Re: [vchkpw] Mail in queue, and mail accout doesn't get it

2003-02-11 Thread Michael Bowe
What does your qmail-send log say?

(they are typically found in /var/log/qmail/send/current or similar)

Perhaps you have a permissions problem on the /home/vpopmail/domains dir
that is preventing vpopmail from being able to deliver the mail to the
user's mailboxes.

Michael.

- Original Message -
From: "Oliver Etzel - GoodnGo.COM (R)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 11, 2003 8:11 PM
Subject: Re: [vchkpw] Mail in queue, and mail accout doesn't get it


sweet maiden,

... and the message? What does the error message said?

Oliver Etzel, merry ol¡ä germany
  - Original Message -
  From: Jasmine(etong2000)
  To: [EMAIL PROTECTED]
  Sent: Tuesday, February 11, 2003 7:57 AM
  Subject: [vchkpw] Mail in queue, and mail accout doesn't get it


  Hi all,

  My email accouts can't get their mail,
  the mails are in queue. But all the accout
  can send mail correctly.

  How should I do in qmail environment?

  Best Regards,
  Jasmine





Re: [vchkpw] install Problem vpopmail

2003-02-11 Thread Michael Bowe
Are you sure you are using the correct configure command?

vpopmail is telling you you should be using "--enable-inc-dir"

Looking at a "configure --help", I dont see
"--enable-sqlincdir" or "--enable-sqllibdir"
as being available/valid options.

Maybe take a look at my vpopmail w/mysql guide at
http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm
to see if that gives you any help

Michael.

- Original Message -
From: "Roland Schmid" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 11, 2003 7:55 PM
Subject: RE: [vchkpw] install Problem vpopmail


> Hi Jonas,
>
> I use vpopmail version 5.2.1 .
> that the complete ./configure command I used:
> ./configure
> --prefix=/var/qmail/vpopmail
> --enable-roaming-users=y
> --enable-clear-passwd=y
> --enable-valias=y
> --enable-mysql-replication=y
> --enable-mysql=y
> --enable-sqlincdir=/usr/local/mysql/current/include/mysql
> --enable-sqllibdir=/usr/local/mysql/current/lib/mysql
>
> And that's the error message ./configure produces:
> configure: error: Unable to find your inc dir, specify --enable-incdir.
>
> What kind of files does vpopmail search in the include path. Maybe I
forgot
> to install a module in MySQL.
>
> Thanks for your help.
>
> Best regards,
> Roland
>
>
> > Hi Roland,
> >
> > > I have a question to vpopmail. I want to use vpopmail to easy admin a
> > > running qmail e-mail-server.
> > > The ./configure script says one error. the
> > > flag --enable-sqlincdir=/path/to/include/mysql can't find the
> > MySQL Include
> > > files.
> >
> > You did "./configure [...] --enable-sqlincdir=/path/to/include/mysql"..?
> >
> > Note that you have to adapt this path to reflect the real location of
> > your include files.
> >
> > > But the include files are at that place. (I have MySQL not in
> > the default)
> >
> > Obviously not, otherwise it would work.
> >
> > * Which vpopmail version are you using?
> > * Show us your _full_ ./configure command.
> > * Show us the _full_ error message.
> >
> > > How can I fix this error message?
> >
> > You'd better fix the problem, not the error message ;-))
> >
> > Jonas
> >
> >
>
>
>





Re: [vchkpw] Mail in queue, and mail accout doesn't get it

2003-02-11 Thread Oliver Etzel - GoodnGo.COM \(R\)



sweet maiden,
 
... and the message? What does the error message 
said?
 
Oliver Etzel, merry ol´ germany

  - Original Message - 
  From: 
  Jasmine(etong2000) 
  To: [EMAIL PROTECTED] 
  Sent: Tuesday, February 11, 2003 7:57 
  AM
  Subject: [vchkpw] Mail in queue, and mail 
  accout doesn't get it
  
  Hi all,
   
  My email accouts can't get their mail,
  the mails are in queue. But all the accout
  can send mail correctly.
   
  How should I do in qmail environment?
   
  Best Regards,
  Jasmine
   


RE: [vchkpw] install Problem vpopmail

2003-02-11 Thread Roland Schmid
Hi Jonas,

I use vpopmail version 5.2.1 .
that the complete ./configure command I used:
./configure
--prefix=/var/qmail/vpopmail
--enable-roaming-users=y
--enable-clear-passwd=y
--enable-valias=y
--enable-mysql-replication=y
--enable-mysql=y
--enable-sqlincdir=/usr/local/mysql/current/include/mysql
--enable-sqllibdir=/usr/local/mysql/current/lib/mysql

And that's the error message ./configure produces:
configure: error: Unable to find your inc dir, specify --enable-incdir.

What kind of files does vpopmail search in the include path. Maybe I forgot
to install a module in MySQL.

Thanks for your help.

Best regards,
Roland


> Hi Roland,
>
> > I have a question to vpopmail. I want to use vpopmail to easy admin a
> > running qmail e-mail-server.
> > The ./configure script says one error. the
> > flag --enable-sqlincdir=/path/to/include/mysql can't find the
> MySQL Include
> > files.
>
> You did "./configure [...] --enable-sqlincdir=/path/to/include/mysql"..?
>
> Note that you have to adapt this path to reflect the real location of
> your include files.
>
> > But the include files are at that place. (I have MySQL not in
> the default)
>
> Obviously not, otherwise it would work.
>
> * Which vpopmail version are you using?
> * Show us your _full_ ./configure command.
> * Show us the _full_ error message.
>
> > How can I fix this error message?
>
> You'd better fix the problem, not the error message ;-))
>
> Jonas
>
>