Hi,
I'm getting the following error on my RH 7.3
This is my ./configure output
vpopmail directory = /home/vpopmail
uid = 89
gid = 89
ip alias = OFF --enable-ip-alias-domains=n (default)
address extentions = OFF --enable-qmail-ext=n (default)
roaming
Make sure the LIBRARY_PATH includes the directory where zlib resides or include
it in /etc/ld.cache.conf
Thiago Campos wrote:
020e01c24dd8$84a3d7c0$0400a8c0@terra">
zlib is installed![root@email vpopmail-5.2.1]# rpm -q zlibzlib-1.1.3-25.7The libmysqlclient is in the /usr/lib/mysql- Origin
Install zlib!
Thiago Campos wrote:
>Hi,
>
>I'm getting the following error on my RH 7.3
>
>This is my ./configure output
>
>vpopmail directory = /home/vpopmail
> uid = 89
> gid = 89
> ip alias = OFF --enable-ip-alias-domains=n (default)
>address extentions =
E Gahhdh!! Why WOULD you want to? Leave Bill to his own world.
It's big enough. If you want a mail server that runs on windoz, try Post
Office... or a myriad of other expensive PAY software. I'm sure they'll
integrate just peachy with Active Directory (otherwise known as Bill's
attempt
sirplz also tell me in the response mail ,how
can i fix the SALT with vpopmailSALT,to get same encrypted passwd value
,like vpopmail.also tell me about " SEGMENTATION FAULT"thankswait
for ur reply.
Hello Thiago,
On Tuesday, August 27, 2002 at 3:41:59 PM you wrote:
> /usr/bin/ld: cannot find -lz
make sure 'zlib' is installed (rpm -qi zlib) and if necessary add the path
of libz.so to /etc/ld.so.conf and run 'ldconfig'
The latter two steps shouldn't be necessary if you install the zlib RPMs
Hi Thiago,
I think you need the zlib package (also zlib-dev). That might solve
your problem
Regards !
On Tue, 2002-08-27 at 08:41, Thiago Campos wrote:
> Hi,
>
> I'm getting the following error on my RH 7.3
>
> This is my ./configure output
>
> vpopmail directory = /home/vpopmail
>
Jon Coulter wrote:
> Alternately, you can put this in the
> ~vpopmail/domains/domain.ext/user/.qmail file:
>
> | /bin/cat /dev/null
>
> This will cause cat to cat /dev/null (which takes no fileio cpu, since
> its null and empty), and exits with a clean 0, telling vpopmail that
> everything went
Hi Yee,
It could be possible if you develop your own PAM module to go and
authenticate against the active directory. Everything depends directly
upom how "open" is the active directory authentication protocol. But I
don't see it impossible.
Good Luck !
On Mon, 2002-08-26 at 22:12, Ye
At 20:12 26/08/2002 -0700, Yee Siew Chin wrote:
>how can i integrate vpopmail to authenticate with
>windows 2000 active directory?
Write your own module. Or Inter7 could do it for a fee.
-- Steve
Create a .qmail- file for that person with the auto-responder line
in it (I'm not sure off the top of my head what that syntax is). If
there is a .qmail- file in the domain's home directory, then
vpopmail (well qmail, really) ignores the 'real' user, and does whatever
the .qmail file says to do (s
zlib is installed!
[root@email vpopmail-5.2.1]# rpm -q zlib
zlib-1.1.3-25.7
The libmysqlclient is in the /usr/lib/mysql
- Original Message -
From: "Dzuy Nguyen" <[EMAIL PROTECTED]>
To: "Thiago Campos" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, August 27, 2002 11:32 AM
Subj
Hi,
You should install zlib and zlib-devel.
-Original Message-
From: Thiago Campos [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 27, 2002 9:42 AM
To: [EMAIL PROTECTED]
Subject: [vchkpw] -lz instalation error
Hi,
I'm getting the following error on my RH 7.3
This is my ./configure
In Solaris, you have to use a -R to compile in the path to the linked lib...
I didn't see what OS you were using but maybe this'll help you out:
mail4:~/devel/ucspi-chris 8% cat conf-cc
gcc -O2 -I/usr/local/mysql/include/mysql
conf-ld
gcc -s -I/usr/local/mysql/include/mysql -R/usr/local/mysql/l
Hi,
Does anybody has any write-up of qmail vs ms exchange?
Rgds,
Yee
__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
qmail: 0$
MS Xchange:
Yee Siew Chin wrote:
>Hi,
>
>Does anybody has any write-up of qmail vs ms exchange?
>
>Rgds,
>Yee
>
>__
>Do You Yahoo!?
>Yahoo! Finance - Get real-time stock quotes
>http://finance.yahoo.com
>
>
Hello zafar,
On Tuesday, August 27, 2002 at 5:07:58 PM you wrote:
> plz also tell me in the response mail ,how can i fix the SALT with vpopmail
> SALT,to get same encrypted passwd value ,like vpopmail.
You don't want the same SALT every time. You don't want the same SALT as
already used in vpas
Hello Jon,
On Tuesday, August 27, 2002 at 7:40:18 AM you wrote:
> | /bin/cat /dev/null
> This will cause cat to cat /dev/null (which takes no fileio cpu, since
> its null and empty), and exits with a clean 0, telling vpopmail that
> everything went okay.
It will create a process and therefor u
While everyone seems to be looking for Exchange's groupware
features in a *nix product, would there be any issues with using qmail for
the MTA and Exchange for the other groupware features? Outlook can
certainly be configured to pop mail from qmail, but can Exchange be
configured to send i
Hello zafar,
On Tuesday, August 27, 2002 at 7:07:57 AM you wrote:
> sir i do everything according to ur instruction.i found a error when i run
> vmkpasswd command of segmentation fault.
Assuming you're running a flavor of Linux:
Open a command line, chdir to domains directory
(~vpopmail/domains
Thanks to everybody who helped me.
The problem was solved when i installed the zlib-devel
But now i'm getting the following error:
make all-recursive
make[1]: Entering directory `/usr/local/src/vpopmail-5.2.1'
Making all in cdb
make[2]: Entering directory `/usr/local/src/vpopmail-5.2.1/cdb'
mak
Thanks for the suggestion Chris,
I'm using Redhat7.1 (with all updates & patches)
My conf-ld looks like this:
gcc-s I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient
This will be used to link .o files into an executable
By comparing your conf-ld file to mine, mine appears to b
Ah, touché. I knew that an empty file would cause qmail to consider it a
'tmp file', but I never figured that it would treat an comment-line'd
file any different. And my point about not using fileio is that
something like '/bin/cat > /dev/null' would actually have cat reading
from stdin, and print
'tmp file'... I meant to say 'tmp fail' ;p
Jon Coulter
[EMAIL PROTECTED]
-Original Message-
From: Jon Coulter [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 27, 2002 2:47 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] Vacation Messages *and* redirect
Ah, touché. I knew that an empt
now i'm getting the following error:
make all-recursive
make[1]: Entering directory `/usr/local/src/vpopmail-5.2.1'
Making all in cdb
make[2]: Entering directory `/usr/local/src/vpopmail-5.2.1/cdb'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/vpopmail-5.2.1/c
Hi,
Could someone explain to me where in this pic vpopmail intercepts?
http://www.nrg4u.com/qmail/the-big-qmail-picture-103-p1.gif
Thanks
Malcolm
Well.. vchkpw wouldn't be used in this pic since it illustrates mail
delivery with qmail. But vdelivermail does get used in mail delivery.
When the delivery reaches qmail-local, qmail-local searches in the home
directory of the user (as assigned in /home/of/qmail/users/assign, and in
actuality,
Don't you Linux guys have to place a line in your ld.conf or something like
that to point to shared libs?
Chris
- Original Message -
From: "rm" <[EMAIL PROTECTED]>
To: "vchkpw mailing list" <[EMAIL PROTECTED]>
Sent: Tuesday, August 27, 2002 11:44 AM
Subject: Re: [vchkpw] Re: error adding
Apparently so.
On Tue, 2002-08-27 at 16:00, chris wrote:
> Don't you Linux guys have to place a line in your ld.conf or something like
> that to point to shared libs?
>
> Chris
>
> - Original Message -
> From: "rm" <[EMAIL PROTECTED]>
> To: "vchkpw mailing list" <[EMAIL PROTECTED]>
> Se
Rick Macdougall wrote:
> Hi,
>
> vmoduser -q 1000S @somedomain.com
>
Rick,
This doesn't seem to work.
If I do:
vmoduser -q 5000S @somedomain.com
I get the error:
no such user @somedomain.com
If I do:
vmoduser -q 5000S somedomain.com
I get the error:
Error: null pointer
I've r
Phil Dibowitz wrote:
> I've recompiled and isntalled vpopmail with the
> '--default-quota=5000S' set.
>
Errr I meant to say:
--enable-defaultquota=5000S
My bad.
--
Phil Dibowitz [EMAIL PROTECTED]
Freeware and Technical Pages Insanity Palace
Hi,
Funky,
I get Segementation fault myself with 5.3.8. What version are you using?
I know it used to work because I used to use it.
Developers? Anyone?
Regards,
Rick
- Original Message -
From: "Phil Dibowitz" <[EMAIL PROTECTED]>
To: "Rick Macdougall" <[EMAIL PROTECTED]>
Cc: "vchk
Rick Macdougall wrote:
> Hi,
>
> Funky,
>
> I get Segementation fault myself with 5.3.8. What version are you using?
>
> I know it used to work because I used to use it.
>
> Developers? Anyone?
>
5.2.1.
But I just did this to solve my problem:
#!/bin/sh
cd /home/vpopmail/d
Hello Bill,
Thank you very much by your suggestion with respect to my problem.
Now I have modified the code of the file vpopmail.c and in addition I have
added a new file pop3.cdb. Perhaps it is good for implementing this option
in the next versions of the vpopmail package. I think that the opti
34 matches
Mail list logo