Re: Courier make check fails on authvchkpw

2001-04-30 Thread Bill Shupp

on 4/30/01 3:26 PM, John Stile at [EMAIL PROTECTED] wrote:

> Bill Shupp wrote:
>> 
>> on 4/30/01 12:22 PM, John Stile at [EMAIL PROTECTED] wrote:
>> 
>>> Bill Shupp wrote:
 
 on 4/30/01 11:49 AM, John Stile at [EMAIL PROTECTED] wrote:
 
> Is this is a vpopmail issue or a courier IMAP issue?
> When I try to add courier to qmail+vpopmail, at the "make check" step,
> it errors on authvchkpw.
> I have never debugged a problem with make, short of checking the paths
> in the Makefile.
> So, what can you sugest I do next?
> If it is a version compatablity problem, how do I tell what version of
> vpopmail is running?
> 
> make check # failed at  this step:
> 
> gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./..
> -L/home/vpopmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a
> libauth.a ../md5/libmd5.a -lvpopmail  -lm -lcrypt
> libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre':
> /home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:66: undefined
> reference to `vget_assign'
> /home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:78: undefined
> reference to `vclose'
> collect2: ld returned 1 exit status
> gmake[1]: *** [authvchkpw] Error 1
 
 Try typing vadduser -v to get the version info.  I recommend upgrading to
 the latest 4.9.10 anyway.
 
 Cheers,
 
 Bill Shupp
>>> 
>>> How do I tell what version I'm running?
>>> The vadduser -v  displays a help message, and -v is not an option.
>>> man vadduser does not show the version.
>>> The doc directory under vpopmail's home does not contain the version.
>>> They didn't make it too easy.
>> 
>> The -v option wasn't added until 4.9.2, so your version is older than that.
>> I recommend upgrading.
>> 
>> -Bill
> 
> Thank you Bill.  I am going to upgrade vpopmail tonight, however the
> install directions do not discuss an upgrade.
> Do I just instal the new version over what I have?
> I will upgrade from vpopmail-3.4.12 to vpopmail-4.9.10.
> What will this do to sqwebmail, or qmailadmin?

Just use the same compile options as before, and you should be ok.  You
should probably recompile sqwebmail and qmailadmin, but I'm not entirely
sure it's necessary.  Perhaps someone else here does?  I always do.  But if
qmailadmin is as old as your vpopmail, it's changes a bit since then.  Make
*sure* you backup your old copies if the software in case things go awry.
Or test the upgrade on another box ahead of time.

-Bill




Re: smtproutes

2001-04-30 Thread Javier Frias

I've been known as the worst typer ever... :)

A type fast but with lots of bugs... ( kinda like what i do
with everything ) lol 

so youshould have done a man qmail-control 

but in anycase, it is "smtproutes" 

located under /var/qmail/control/ 

of syntax 

domaintoforward:machinetoforward 

 


Peter Brezny writes: 

> A while ago, Javier offered some help on how to forward all mail to one
> domain, to another. 
> 
> (http://www.mail-archive.com/vchkpw@inter7.com/msg03860.html) 
> 
> Is the correct syntax, smtproute, or smtproutes? 
> 
> And is it really as simple as just creating a file called
> smtproutes 
> 
> with 
> 
> originaldomain:domain-to-forward-to 
> 
> in it? 
> 
> If someone has some background info they could share, I would appreciate it. 
> 
> TIA 
> 
> Peter Brezny
> SysAdmin Services Inc. 
> 
 



Re: Courier make check fails on authvchkpw

2001-04-30 Thread John Stile

Bill Shupp wrote:
> 
> on 4/30/01 12:22 PM, John Stile at [EMAIL PROTECTED] wrote:
> 
> > Bill Shupp wrote:
> >>
> >> on 4/30/01 11:49 AM, John Stile at [EMAIL PROTECTED] wrote:
> >>
> >>> Is this is a vpopmail issue or a courier IMAP issue?
> >>> When I try to add courier to qmail+vpopmail, at the "make check" step,
> >>> it errors on authvchkpw.
> >>> I have never debugged a problem with make, short of checking the paths
> >>> in the Makefile.
> >>> So, what can you sugest I do next?
> >>> If it is a version compatablity problem, how do I tell what version of
> >>> vpopmail is running?
> >>>
> >>> make check # failed at  this step:
> >>>
> >>> gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./..
> >>> -L/home/vpopmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a
> >>> libauth.a ../md5/libmd5.a -lvpopmail  -lm -lcrypt
> >>> libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre':
> >>> /home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:66: undefined
> >>> reference to `vget_assign'
> >>> /home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:78: undefined
> >>> reference to `vclose'
> >>> collect2: ld returned 1 exit status
> >>> gmake[1]: *** [authvchkpw] Error 1
> >>
> >> Try typing vadduser -v to get the version info.  I recommend upgrading to
> >> the latest 4.9.10 anyway.
> >>
> >> Cheers,
> >>
> >> Bill Shupp
> >
> > How do I tell what version I'm running?
> > The vadduser -v  displays a help message, and -v is not an option.
> > man vadduser does not show the version.
> > The doc directory under vpopmail's home does not contain the version.
> > They didn't make it too easy.
> 
> The -v option wasn't added until 4.9.2, so your version is older than that.
> I recommend upgrading.
> 
> -Bill

Thank you Bill.  I am going to upgrade vpopmail tonight, however the
install directions do not discuss an upgrade.
Do I just instal the new version over what I have? 
I will upgrade from vpopmail-3.4.12 to vpopmail-4.9.10.
What will this do to sqwebmail, or qmailadmin?  

Thank you.



Re: Courier make check fails on authvchkpw

2001-04-30 Thread Bill Shupp

on 4/30/01 12:22 PM, John Stile at [EMAIL PROTECTED] wrote:

> Bill Shupp wrote:
>> 
>> on 4/30/01 11:49 AM, John Stile at [EMAIL PROTECTED] wrote:
>> 
>>> Is this is a vpopmail issue or a courier IMAP issue?
>>> When I try to add courier to qmail+vpopmail, at the "make check" step,
>>> it errors on authvchkpw.
>>> I have never debugged a problem with make, short of checking the paths
>>> in the Makefile.
>>> So, what can you sugest I do next?
>>> If it is a version compatablity problem, how do I tell what version of
>>> vpopmail is running?
>>> 
>>> make check # failed at  this step:
>>> 
>>> gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./..
>>> -L/home/vpopmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a
>>> libauth.a ../md5/libmd5.a -lvpopmail  -lm -lcrypt
>>> libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre':
>>> /home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:66: undefined
>>> reference to `vget_assign'
>>> /home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:78: undefined
>>> reference to `vclose'
>>> collect2: ld returned 1 exit status
>>> gmake[1]: *** [authvchkpw] Error 1
>> 
>> Try typing vadduser -v to get the version info.  I recommend upgrading to
>> the latest 4.9.10 anyway.
>> 
>> Cheers,
>> 
>> Bill Shupp
> 
> How do I tell what version I'm running?
> The vadduser -v  displays a help message, and -v is not an option.
> man vadduser does not show the version.
> The doc directory under vpopmail's home does not contain the version.
> They didn't make it too easy.

The -v option wasn't added until 4.9.2, so your version is older than that.
I recommend upgrading.

-Bill




RE: sqwebmail 2.0 compile problem (MySQL support w/vpopmail?)

2001-04-30 Thread Tim Hunter

My fix:
Edit authlib/Makefile
look for the line like
CRYPTLIBS = -lcrypt
change it to
CRYPTLIBS = -lcrypt -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm

(I copied the extra info from the MYSQL_LIBS line further down the Makefile)

I don't know if this is what your supposed to do but it worked for me.
I guess this MYSQL_LIBS line isn't getting appended where it should.

-Original Message-
From: Drew Linsalata [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 2:48 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: sqwebmail 2.0 compile problem (MySQL support w/vpopmail?)


Hi folks,

Not sure if this is a Sqwebmail or Vpopmail problem, but we have Vpopmail
4.9.8-1 running with MySQL support on a FreeBSD box and when we try to
compile Sqwebmail 2.0.0, we get a slew of the following errors:

/usr/local/src/qmail/vpopmail-4.9.8-1/vauth.c(.text+0x1592): undefined
reference to `mysql_query'
/usr/local/src/qmail/vpopmail-4.9.8-1/vauth.c(.text+0x15a6): undefined
reference to `mysql_store_result'
/usr/local/src/qmail/vpopmail-4.9.8-1/vauth.c(.text+0x15b4): undefined
reference to `mysql_free_result'

Here's our sqwebmail configure command:

./configure --without-authpwd --without-authshadow --without-authpam
--without-authuserdb --without-authldap --without-authdaemon
--enable-cgibindir=/home/www/public_html/cgi-bin
--enable-imagedir=/home/www/public_html/images
--enable-imageurl=/images/webmail/ --enable-webpass=no
--enable-softtimeout=7200 --enable-hardtimeout=36000

Any ideas?

Drew Linsalata
The Gotham Bus Company
Internet Server and Carrier Neutral Co-Location
http://www.gothambus.com





sqwebmail 2.0 compile problem (MySQL support w/vpopmail?)

2001-04-30 Thread Drew Linsalata

Hi folks,

Not sure if this is a Sqwebmail or Vpopmail problem, but we have Vpopmail
4.9.8-1 running with MySQL support on a FreeBSD box and when we try to
compile Sqwebmail 2.0.0, we get a slew of the following errors:

/usr/local/src/qmail/vpopmail-4.9.8-1/vauth.c(.text+0x1592): undefined
reference to `mysql_query'
/usr/local/src/qmail/vpopmail-4.9.8-1/vauth.c(.text+0x15a6): undefined
reference to `mysql_store_result'
/usr/local/src/qmail/vpopmail-4.9.8-1/vauth.c(.text+0x15b4): undefined
reference to `mysql_free_result'

Here's our sqwebmail configure command:

./configure --without-authpwd --without-authshadow --without-authpam
--without-authuserdb --without-authldap --without-authdaemon
--enable-cgibindir=/home/www/public_html/cgi-bin
--enable-imagedir=/home/www/public_html/images
--enable-imageurl=/images/webmail/ --enable-webpass=no
--enable-softtimeout=7200 --enable-hardtimeout=36000

Any ideas?

Drew Linsalata
The Gotham Bus Company
Internet Server and Carrier Neutral Co-Location
http://www.gothambus.com




Re: How can I add BANNER to in/out mail (qmail+vpopmail) ?

2001-04-30 Thread Gabriel Ambuehl

-BEGIN PGP SIGNED MESSAGE-

Hello Krissada,

Sunday, April 29, 2001, 8:00:47 PM, you wrote:

>  Is there any script?
> Like egroups.com !!!

You mean you'd like to have banners on the end of mailinglist
messages? Have a look at www.ezmlm.org for this...




Best regards,
 Gabriel

-BEGIN PGP SIGNATURE-
Version: PGP 6.0.2i

iQEUAwUBOu2dnsZa2WpymlDxAQFnwgf3dzVAgamqdr1Kam2Iu+wIw7o/YmReAxtr
F0PNvOTgF3srjX1yV/eXJR15aaKJwQzOWK3PEsrGJQGHAZbZkdBYngN5/G3wNGET
J2AgTlJ0Ur/pidPjdnc01mG1J5Z4+fkurJ5azrqJ+JybazP1nVrAopvFSRQTlC0d
zxXJd/EBr/3otl9VulUl2KA4Qbdw3tlD/Py2+xArS2daI2qY4xYQO4K4PewIlDeU
i4MXOawI2VCXk3m8h7MFNm0covz6sNV798YUwavFJ0t1g8TkJU9wWE8ANowLKsSz
XB2lwgeuaPvcpWUQncravEUk6f+ad5uv/3bb1y8ia9EAV/dCHbDZ
=s3+X
-END PGP SIGNATURE-





Re: Bounce message's domain

2001-04-30 Thread vol

A mail server should reply from it's hostname rather than a
domain's name because a domain may not have an A record set
in it's DNS files.  If you want your mail server to break protocol,
you'd need to modify some source files.

SysAdm wrote:
> 
>  Hi all.
> 
>  Situation: I have {domain1,domain2,domain3}.com, and every one of them is virtual. 
>Someone sends a message to [EMAIL PROTECTED], and the bounce comes from 
>mailer-daemon@`hostname` instead of coming from [EMAIL PROTECTED] Quick 
>fixes anyone?
> 
>  Best of regards, and TIA for any help.for any help.

-- 
[EMAIL PROTECTED]
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices



Re: Courier make check fails on authvchkpw

2001-04-30 Thread John Stile

Bill Shupp wrote:
> 
> on 4/30/01 11:49 AM, John Stile at [EMAIL PROTECTED] wrote:
> 
> > Is this is a vpopmail issue or a courier IMAP issue?
> > When I try to add courier to qmail+vpopmail, at the "make check" step,
> > it errors on authvchkpw.
> > I have never debugged a problem with make, short of checking the paths
> > in the Makefile.
> > So, what can you sugest I do next?
> > If it is a version compatablity problem, how do I tell what version of
> > vpopmail is running?
> >
> > make check # failed at  this step:
> >
> > gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./..
> > -L/home/vpopmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a
> > libauth.a ../md5/libmd5.a -lvpopmail  -lm -lcrypt
> > libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre':
> > /home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:66: undefined
> > reference to `vget_assign'
> > /home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:78: undefined
> > reference to `vclose'
> > collect2: ld returned 1 exit status
> > gmake[1]: *** [authvchkpw] Error 1
> 
> Try typing vadduser -v to get the version info.  I recommend upgrading to
> the latest 4.9.10 anyway.
> 
> Cheers,
> 
> Bill Shupp

How do I tell what version I'm running?  
The vadduser -v  displays a help message, and -v is not an option.
man vadduser does not show the version. 
The doc directory under vpopmail's home does not contain the version.
They didn't make it too easy.



Re: smtproutes

2001-04-30 Thread Ben Beuchler

On Mon, Apr 30, 2001 at 01:40:12PM -0400, Peter Brezny wrote:

> A while ago, Javier offered some help on how to forward all mail to one
> domain, to another.
> 
> (http://www.mail-archive.com/vchkpw@inter7.com/msg03860.html)
> 
> Is the correct syntax, smtproute, or smtproutes?

The way to track this down is 'man qmail-control' which lists all of the
qmail control files and then refers you to the man page that contains
the full docs for that file.

In this case, qmail-control refers you to 'man qmail-remote' for full
docs on 'smtproutes'.

> And is it really as simple as just creating a file called
> smtproutes
> 
> with
> 
> originaldomain:domain-to-forward-to

Yes.

-- 
Ben Beuchler   There is no spoon.
[EMAIL PROTECTED]-- The Matrix



smtproutes

2001-04-30 Thread Peter Brezny

A while ago, Javier offered some help on how to forward all mail to one
domain, to another.

(http://www.mail-archive.com/vchkpw@inter7.com/msg03860.html)

Is the correct syntax, smtproute, or smtproutes?

And is it really as simple as just creating a file called
smtproutes

with

originaldomain:domain-to-forward-to

in it?

If someone has some background info they could share, I would appreciate it.

TIA

Peter Brezny
SysAdmin Services Inc.




Re: Courier make check fails on authvchkpw

2001-04-30 Thread Bill Shupp

on 4/30/01 11:49 AM, John Stile at [EMAIL PROTECTED] wrote:

> Is this is a vpopmail issue or a courier IMAP issue?
> When I try to add courier to qmail+vpopmail, at the "make check" step,
> it errors on authvchkpw.
> I have never debugged a problem with make, short of checking the paths
> in the Makefile.
> So, what can you sugest I do next?
> If it is a version compatablity problem, how do I tell what version of
> vpopmail is running?
> 
> make check # failed at  this step:
> 
> gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./..
> -L/home/vpopmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a
> libauth.a ../md5/libmd5.a -lvpopmail  -lm -lcrypt
> libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre':
> /home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:66: undefined
> reference to `vget_assign'
> /home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:78: undefined
> reference to `vclose'
> collect2: ld returned 1 exit status
> gmake[1]: *** [authvchkpw] Error 1

Try typing vadduser -v to get the version info.  I recommend upgrading to
the latest 4.9.10 anyway.

Cheers,

Bill Shupp




Courier make check fails on authvchkpw

2001-04-30 Thread John Stile

Is this is a vpopmail issue or a courier IMAP issue?
When I try to add courier to qmail+vpopmail, at the "make check" step,
it errors on authvchkpw.
I have never debugged a problem with make, short of checking the paths
in the Makefile.
So, what can you sugest I do next?
If it is a version compatablity problem, how do I tell what version of
vpopmail is running?

 make check # failed at  this step:

gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./..
-L/home/vpopmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a
libauth.a ../md5/libmd5.a -lvpopmail  -lm -lcrypt 
libauth.a(preauthvchkpw.o): In function `auth_vchkpw_pre':
/home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:66: undefined
reference to `vget_assign'
/home/jstile/courier-imap-1.3.7/authlib/preauthvchkpw.c:78: undefined
reference to `vclose'
collect2: ld returned 1 exit status
gmake[1]: *** [authvchkpw] Error 1



Re: Bounce message's domain

2001-04-30 Thread Bill Shupp

on 4/30/01 10:56 AM, SysAdm at [EMAIL PROTECTED] wrote:

> Hi all.
> 
> Situation: I have {domain1,domain2,domain3}.com, and every one of them is
> virtual. Someone sends a message to [EMAIL PROTECTED], and the
> bounce comes from mailer-daemon@`hostname` instead of coming from
> [EMAIL PROTECTED] Quick fixes anyone?
> 
> Best of regards, and TIA for any help.for any help.

I don't know how to get it to be "domain1.com" (perhaps someone else does),
but you can specify a "primary" domain name (rather than hostname) in
/var/qmail/control/me.  Then restart qmail.

-Bill




dir-control & mysql

2001-04-30 Thread Guillaume Monfort

Hello

since 4.9-10 we have the .dir-control supported
directly into a mysql table. even with the small
vcdir that converts it.

when upgrading, i had converted all my domains
.dir-control without problem. the fact is that i
still have this file (.dir-control) into the domain
directory itself ! (/home/vpopmail/domains)

is it normal ? do i have to convert it ? to what
domain (?) this one correspond. is it used by
another proggy like qmailadmin ?  it's very
fuzzy for me. or could i delete it safely ?


thanks for your help.




Bounce message's domain

2001-04-30 Thread SysAdm

 Hi all.

 Situation: I have {domain1,domain2,domain3}.com, and every one of them is virtual. 
Someone sends a message to [EMAIL PROTECTED], and the bounce comes from 
mailer-daemon@`hostname` instead of coming from [EMAIL PROTECTED] Quick fixes 
anyone?

 Best of regards, and TIA for any help.for any help.



Re: Status of vqSignup?

2001-04-30 Thread vol

vQsignup is depricated.  Although it functions, and is a production
version, vQregister is what we suggest using now.
Take a look at http://www.inter7.com/vqregister

"Hubbard, David" wrote:
> 
> Hi everyone,
> I'm just curious what the status of vqsignup is?
> Is it production quality?  The primary link for
> downloading it is broken but the alternate download
> site still works.  I'm not sure if that's a good
> thing or not. :-)
> 
> Thanks,
> 
> Dave

-- 
[EMAIL PROTECTED]
Inter7 Internet Technologies, Inc.
www.inter7.com - 847-492-0470
Prices at http://www.inter7.com/prices



Status of vqSignup?

2001-04-30 Thread Hubbard, David

Hi everyone,
I'm just curious what the status of vqsignup is?
Is it production quality?  The primary link for
downloading it is broken but the alternate download
site still works.  I'm not sure if that's a good
thing or not. :-)

Thanks,

Dave



Re: eliminate-dups problem

2001-04-30 Thread Enjoy



 ya

 I had downloaded the latest script and installed it

 which created a eliminate-dups binary file in /var/qmail/bin directory

 and the rest thing is below

 Thanx for u reply pls help me out

 Regards

>
> - Original Message -
> From: Bruno Negrao <[EMAIL PROTECTED]>
> To: Enjoy <[EMAIL PROTECTED]>
> Sent: Monday, April 30, 2001 6:14 PM
> Subject: Re: eliminate-dups problem
>
>
> >
> > Hy, the eliminate-dups file is a perl script which is not part of the
> qmail
> > package. You can download it from the qmail.org site. ok?
> >
> > Enjoy escritas:
> >
> > > Dear All,
> > >
> > > I had qmail+vpopmail installed on my RH6.2
> > >
> > > My proplem is my users are getting duplications of mails
> > >
> > > I try to eliminate duplicated mails problem by installing
eliminate-dups
> in
> > > .qmail files in my virtual domain directory
> > >
> > > I add the following lines in my .qmail file:
> > >
> > >  | /var/qmail/bin/eliminate-dups
> > >  /home/vpopmail/user1/domain.com/test/Maildir/
> > >
> > > It work fine for a day but next day I get this error in my log:
> > >
> > >  @40003aed0387176c0284 delivery 4557: deferral:
> > > /bin/sh:_/var/qmail/bin/eliminate-dups_:_No_such_file_or_directory/
> > >
> > > pls help me out of it.
> > >
> > > Regards
> > >
> > >
> > >
> > >
> > >
> > >
> >
>




eliminate-dups problem

2001-04-30 Thread Enjoy

Dear All,

I had qmail+vpopmail installed on my RH6.2

My proplem is my users are getting duplications of mails

I try to eliminate duplicated mails problem by installing eliminate-dups in
.qmail files in my virtual domain directory

I add the following lines in my .qmail file:

 | /var/qmail/bin/eliminate-dups
 /home/vpopmail/user1/domain.com/test/Maildir/

It work fine for a day but next day I get this error in my log:

 @40003aed0387176c0284 delivery 4557: deferral:
/bin/sh:_/var/qmail/bin/eliminate-dups_:_No_such_file_or_directory/

pls help me out of it.

Regards