Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support

2001-07-05 Thread Ken Jones


It's have a clue day.

1) Find out where you installed your mysql libraries
2) find out where you installed your mysql header files.

3) add an "env" before you run the sqwebmail configure

For example, this works on my machine:
env "LIBS=-L/usr/lib/mysql -lmysqlclient -lz" \
./configure --enable-webpass=vpopmail --without-authuserdb
--without-authpam \
blah blah.

If you can't get the above to work then you might want to
consider not running an internet mail server. because this
technique has worked for me on over 1,000 times of compiling
sqwebmail with mysql and vpopmail. Hmm.. maybe *you* are
doing something wrong. 

Cheers
Ken

alexus wrote:
> 
> tell it to the Sam Varshavchik
> 
> he doesn't seem to see that:(
> 
> - Original Message -
> From: "KEnet Webmaster" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, July 05, 2001 3:56 PM
> Subject: Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support
> 
> > Thats the exact same error I have been getting when I try to install
> > SQwebmail
> >
> > Even after I did their suggestion of adding in the lmysqlclient line to
> one
> > of the files.
> >
> > I think the referenced it to FAQ #28 or something
> >
> > - Original Message -
> > From: "alexus" <[EMAIL PROTECTED]>
> > To: "Sam Varshavchik" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Thursday, July 05, 2001 3:49 PM
> > Subject: sqwebmail w/ encyption feature + vpopmail w/ mysql support
> >
> >
> > > back to my original question
> > >
> > > i'd say there is a bug
> > >
> > > another thing is there is no #28 in my FAQ or FAQ the one on the web..
> > >
> > > someone posted a patch for that.. which i couldn't get to work (yet)
> > >
> > > although from #28 in FAQ that i never saw and someone's replay on my
> > > question
> > > i got this.. still didn't help
> > >
> > > please help
> > >
> > > -- old message --
> > > due to i use BASH as a shell i used
> > > export LIBS="-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
> > >
> > > and to verify it settings took effect
> > >
> > > su-2.05# echo $LIBS
> > > -L/usr/local/mysql/lib/mysql -lmysqlclient -lz
> > > su-2.05#
> > >
> > > then i did gmake
> > > and i end up on same thing (i think)
> > >
> > > Making all in authlib
> > > gmake[1]: Entering directory `/usr/local/src/sqwebmail-2.1.1/authlib'
> > >
> >
> gcc  -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/var/qmail/vpo
> > > pmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
> > > ../md5/libmd5.a ../sha1/libsha1.a -lvpopmail  -lm -lcrypt
> > > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_open':
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:70: undefined reference to
> > > `mysql_init'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:73: undefined reference to
> > > `mysql_real_connect'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:75: undefined reference to
> > > `mysql_real_connect'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:81: undefined reference to
> > > `mysql_query'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:86: undefined reference to
> > > `mysql_store_result'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:87: undefined reference to
> > > `mysql_free_result'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:88: undefined reference to
> > > `mysql_select_db'
> > > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > > `vauth_adddomain_size':
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:121: undefined reference to
> > > `mysql_query'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:125: undefined reference to
> > > `mysql_store_result'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:126: undefined reference to
> > > `mysql_free_result'
> > > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > > `vauth_adduser_size':
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:186: undefined reference to
> > > `mysql_query'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:194: undefined reference to
> > > `mysql_error'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:189: undefined reference to
> > > `mysql_query'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:199: undefined reference to
> > > `mysql_store_result'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:200: undefined reference to
> > > `mysql_free_result'
> > > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > > `vauth_getpw_size':
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:240: undefined reference to
> > > `mysql_query'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:245: undefined reference to
> > > `mysql_store_result'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:250: undefined reference to
> > > `mysql_num_rows'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:260: undefined reference to
> > > `mysql_fetch_row'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:272: undefined reference to
> > > `mysql_free_result'
> > > /usr/local/src/vpopmail-4.9.10/vauth.c:269: undefined reference to
> > > `mysql_free_result'
> > > /var/qmail/vpopmail/lib/libv

Re: C editors/compiliers

2001-07-05 Thread Ken Jones

cbunnell wrote:
> 
> Hello list,
> 
> I've been working very hard at getting the "over quota" message stuff
> working but am having a rough time debugging my code.  I'm working on a PC
> platform using UltraEdit32 to do my editing.  Ultraedit has a built in FTP,
> so that's convenient to upload and then do a compile on my Solaris platform.
> 
> Debugging this way SUCKS!  What are the vpopmail maintainers (Ken, and co.)
> using?  I need a way to trace through the program, set/check variables, etc.
> I've got Borland C++ but it doesn't do me much good running on a PC when the
> program is going to run on Unix
> 
> (I'm spoiled by Perl's -d function... ;)


You might want to run what all the system programmers
have been running for over 20 years, Unix!. Hey, what
a thought. You know, they even have versions that run
on PC's. Imagine that. You can also buy CD's at your
local book store that have a complete system. 

Then you can run an entire email system on your PC
and do all your testing right there. Whoa!

I even heard that these new fangled Unix/Linux/BSD
CD's come with the gnu C compiler, a whole make system,
autoconf, automake. Plus they have a debugger too.
You can step through your programs line by line, 
looking at variables, placing break points.

But of course, you probably want to keep running your
Microsoft word program, or excel or some other lame
ass bitch software.

Dood, install Linux on your machine and install the
development packages. 

Being from the old skool I do all my editing in vi
and debugging in gdb (command line). It is the
most portable environment for unixen. Works great
when developing on remote machines on the other
side of the globe. 

If you are a sucker for those fancy screen based
code deveopment systems then try CodeWarrior or
something. Personally, I'll stick with vi and make.

Oh, and by the way, I've been using a PC for the
last 8 years with some flavor of unixen. I'm even
writting this email in Netscape Communicator running
on a PC. Oh, and it never crashes :) I had one
machine freeze up a couple times last year. But it
was about 95 degrees outside and me with no
air conditioning. 

I'm shocked you are using Windows! Shocked I tell you!



Ken Jones



Users cannot get mail via POP.

2001-07-05 Thread Steve Fulton

I've run into this problem: Users are rejected when attempting to get their
mail via POP-3.  However, the user accounts are created and they can receive
mail just fine (vacation messages work, etc).  When the user try to POP in,
I get this message in my logs:

Jul  5 20:04:07 postoffice vpopmail[22892]: vchkpw: vpopmail user not found
[EMAIL PROTECTED]:127.0.0.1

(I've sanitised the IP).

I use the MySQL backend, and otherwise I don't have any troubles.

-- Steve

---
"If once a man indulges himself in murder, very soon he comes to think
little of robbing; and from robbing he next comes to drinking and
Sabbath-breaking, and from that to incivility and procrastination."
-- Thomas De Quincey (1785 - 1859)




C editors/compiliers

2001-07-05 Thread cbunnell

Hello list,

I've been working very hard at getting the "over quota" message stuff
working but am having a rough time debugging my code.  I'm working on a PC
platform using UltraEdit32 to do my editing.  Ultraedit has a built in FTP,
so that's convenient to upload and then do a compile on my Solaris platform.

Debugging this way SUCKS!  What are the vpopmail maintainers (Ken, and co.)
using?  I need a way to trace through the program, set/check variables, etc.
I've got Borland C++ but it doesn't do me much good running on a PC when the
program is going to run on Unix

(I'm spoiled by Perl's -d function... ;)


Suggestions?

Thanks,
Chris Bunnell




Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support

2001-07-05 Thread alexus

tell it to the Sam Varshavchik

he doesn't seem to see that:(

- Original Message -
From: "KEnet Webmaster" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 3:56 PM
Subject: Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support


> Thats the exact same error I have been getting when I try to install
> SQwebmail
>
> Even after I did their suggestion of adding in the lmysqlclient line to
one
> of the files.
>
> I think the referenced it to FAQ #28 or something
>
> - Original Message -
> From: "alexus" <[EMAIL PROTECTED]>
> To: "Sam Varshavchik" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Thursday, July 05, 2001 3:49 PM
> Subject: sqwebmail w/ encyption feature + vpopmail w/ mysql support
>
>
> > back to my original question
> >
> > i'd say there is a bug
> >
> > another thing is there is no #28 in my FAQ or FAQ the one on the web..
> >
> > someone posted a patch for that.. which i couldn't get to work (yet)
> >
> > although from #28 in FAQ that i never saw and someone's replay on my
> > question
> > i got this.. still didn't help
> >
> > please help
> >
> > -- old message --
> > due to i use BASH as a shell i used
> > export LIBS="-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
> >
> > and to verify it settings took effect
> >
> > su-2.05# echo $LIBS
> > -L/usr/local/mysql/lib/mysql -lmysqlclient -lz
> > su-2.05#
> >
> > then i did gmake
> > and i end up on same thing (i think)
> >
> > Making all in authlib
> > gmake[1]: Entering directory `/usr/local/src/sqwebmail-2.1.1/authlib'
> >
>
gcc  -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/var/qmail/vpo
> > pmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
> > ../md5/libmd5.a ../sha1/libsha1.a -lvpopmail  -lm -lcrypt
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_open':
> > /usr/local/src/vpopmail-4.9.10/vauth.c:70: undefined reference to
> > `mysql_init'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:73: undefined reference to
> > `mysql_real_connect'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:75: undefined reference to
> > `mysql_real_connect'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:81: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:86: undefined reference to
> > `mysql_store_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:87: undefined reference to
> > `mysql_free_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:88: undefined reference to
> > `mysql_select_db'
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > `vauth_adddomain_size':
> > /usr/local/src/vpopmail-4.9.10/vauth.c:121: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:125: undefined reference to
> > `mysql_store_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:126: undefined reference to
> > `mysql_free_result'
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > `vauth_adduser_size':
> > /usr/local/src/vpopmail-4.9.10/vauth.c:186: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:194: undefined reference to
> > `mysql_error'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:189: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:199: undefined reference to
> > `mysql_store_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:200: undefined reference to
> > `mysql_free_result'
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > `vauth_getpw_size':
> > /usr/local/src/vpopmail-4.9.10/vauth.c:240: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:245: undefined reference to
> > `mysql_store_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:250: undefined reference to
> > `mysql_num_rows'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:260: undefined reference to
> > `mysql_fetch_row'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:272: undefined reference to
> > `mysql_free_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:269: undefined reference to
> > `mysql_free_result'
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > `vauth_deldomain_size':
> > /usr/local/src/vpopmail-4.9.10/vauth.c:297: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:300: undefined reference to
> > `mysql_store_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:301: undefined reference to
> > `mysql_free_result'
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > `vauth_deluser_size':
> > /usr/local/src/vpopmail-4.9.10/vauth.c:331: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:335: undefined reference to
> > `mysql_store_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:336: undefined reference to
> > `mysql_free_result'
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > `vauth_setquota_size':
> > /usr/local/src/vpopmail-4.9.10/vauth.c:363: undefined reference to
> > `mysq

Re: sqwebmail w/ encryption feature | and yes i did read INSTALL/FAQ for sqwebmail and for vpopmail

2001-07-05 Thread alexus

i did that...

export LIBS="-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"

and to verify it settings took effect

su-2.05# echo $LIBS
-L/usr/local/mysql/lib/mysql -lmysqlclient -lz
su-2.05#

and i end up with this

Making all in authlib
gmake[1]: Entering directory `/usr/local/src/sqwebmail-2.1.1/authlib'
gcc  -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/var/qmail/vpo
pmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
../md5/libmd5.a ../sha1/libsha1.a -lvpopmail  -lm -lcrypt
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open':
/usr/local/src/vpopmail-4.9.10/vauth.c:70: undefined reference to
`mysql_init'
/usr/local/src/vpopmail-4.9.10/vauth.c:73: undefined reference to
`mysql_real_connect'
/usr/local/src/vpopmail-4.9.10/vauth.c:75: undefined reference to
`mysql_real_connect'
/usr/local/src/vpopmail-4.9.10/vauth.c:81: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:86: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:87: undefined reference to
`mysql_free_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:88: undefined reference to
`mysql_select_db'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_adddomain_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:121: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:125: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:126: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_adduser_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:186: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:194: undefined reference to
`mysql_error'
/usr/local/src/vpopmail-4.9.10/vauth.c:189: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:199: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:200: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_getpw_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:240: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:245: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:250: undefined reference to
`mysql_num_rows'
/usr/local/src/vpopmail-4.9.10/vauth.c:260: undefined reference to
`mysql_fetch_row'
/usr/local/src/vpopmail-4.9.10/vauth.c:272: undefined reference to
`mysql_free_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:269: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_deldomain_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:297: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:300: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:301: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_deluser_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:331: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:335: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:336: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_setquota_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:363: undefined reference to
`mysql_query'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_vpasswd_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:404: undefined reference to
`mysql_query'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_getall_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:467: undefined reference to
`mysql_fetch_row'
/usr/local/src/vpopmail-4.9.10/vauth.c:479: undefined reference to
`mysql_free_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:445: undefined reference to
`mysql_free_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:448: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:453: undefined reference to
`mysql_use_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_setpw_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:547: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:552: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:553: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vopen_smtp_relay':
/usr/local/src/vpopmail-4.9.10/vauth.c:586: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:592: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:596: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:597: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function `vupdate_rules':
/usr/local/src/vpopmail-4.9.10/vauth.c:604: undefin

Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support

2001-07-05 Thread KEnet Webmaster

Thats the exact same error I have been getting when I try to install
SQwebmail

Even after I did their suggestion of adding in the lmysqlclient line to one
of the files.

I think the referenced it to FAQ #28 or something

- Original Message -
From: "alexus" <[EMAIL PROTECTED]>
To: "Sam Varshavchik" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 3:49 PM
Subject: sqwebmail w/ encyption feature + vpopmail w/ mysql support


> back to my original question
>
> i'd say there is a bug
>
> another thing is there is no #28 in my FAQ or FAQ the one on the web..
>
> someone posted a patch for that.. which i couldn't get to work (yet)
>
> although from #28 in FAQ that i never saw and someone's replay on my
> question
> i got this.. still didn't help
>
> please help
>
> -- old message --
> due to i use BASH as a shell i used
> export LIBS="-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
>
> and to verify it settings took effect
>
> su-2.05# echo $LIBS
> -L/usr/local/mysql/lib/mysql -lmysqlclient -lz
> su-2.05#
>
> then i did gmake
> and i end up on same thing (i think)
>
> Making all in authlib
> gmake[1]: Entering directory `/usr/local/src/sqwebmail-2.1.1/authlib'
>
gcc  -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/var/qmail/vpo
> pmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
> ../md5/libmd5.a ../sha1/libsha1.a -lvpopmail  -lm -lcrypt
> /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open':
> /usr/local/src/vpopmail-4.9.10/vauth.c:70: undefined reference to
> `mysql_init'
> /usr/local/src/vpopmail-4.9.10/vauth.c:73: undefined reference to
> `mysql_real_connect'
> /usr/local/src/vpopmail-4.9.10/vauth.c:75: undefined reference to
> `mysql_real_connect'
> /usr/local/src/vpopmail-4.9.10/vauth.c:81: undefined reference to
> `mysql_query'
> /usr/local/src/vpopmail-4.9.10/vauth.c:86: undefined reference to
> `mysql_store_result'
> /usr/local/src/vpopmail-4.9.10/vauth.c:87: undefined reference to
> `mysql_free_result'
> /usr/local/src/vpopmail-4.9.10/vauth.c:88: undefined reference to
> `mysql_select_db'
> /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_adddomain_size':
> /usr/local/src/vpopmail-4.9.10/vauth.c:121: undefined reference to
> `mysql_query'
> /usr/local/src/vpopmail-4.9.10/vauth.c:125: undefined reference to
> `mysql_store_result'
> /usr/local/src/vpopmail-4.9.10/vauth.c:126: undefined reference to
> `mysql_free_result'
> /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_adduser_size':
> /usr/local/src/vpopmail-4.9.10/vauth.c:186: undefined reference to
> `mysql_query'
> /usr/local/src/vpopmail-4.9.10/vauth.c:194: undefined reference to
> `mysql_error'
> /usr/local/src/vpopmail-4.9.10/vauth.c:189: undefined reference to
> `mysql_query'
> /usr/local/src/vpopmail-4.9.10/vauth.c:199: undefined reference to
> `mysql_store_result'
> /usr/local/src/vpopmail-4.9.10/vauth.c:200: undefined reference to
> `mysql_free_result'
> /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_getpw_size':
> /usr/local/src/vpopmail-4.9.10/vauth.c:240: undefined reference to
> `mysql_query'
> /usr/local/src/vpopmail-4.9.10/vauth.c:245: undefined reference to
> `mysql_store_result'
> /usr/local/src/vpopmail-4.9.10/vauth.c:250: undefined reference to
> `mysql_num_rows'
> /usr/local/src/vpopmail-4.9.10/vauth.c:260: undefined reference to
> `mysql_fetch_row'
> /usr/local/src/vpopmail-4.9.10/vauth.c:272: undefined reference to
> `mysql_free_result'
> /usr/local/src/vpopmail-4.9.10/vauth.c:269: undefined reference to
> `mysql_free_result'
> /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_deldomain_size':
> /usr/local/src/vpopmail-4.9.10/vauth.c:297: undefined reference to
> `mysql_query'
> /usr/local/src/vpopmail-4.9.10/vauth.c:300: undefined reference to
> `mysql_store_result'
> /usr/local/src/vpopmail-4.9.10/vauth.c:301: undefined reference to
> `mysql_free_result'
> /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_deluser_size':
> /usr/local/src/vpopmail-4.9.10/vauth.c:331: undefined reference to
> `mysql_query'
> /usr/local/src/vpopmail-4.9.10/vauth.c:335: undefined reference to
> `mysql_store_result'
> /usr/local/src/vpopmail-4.9.10/vauth.c:336: undefined reference to
> `mysql_free_result'
> /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_setquota_size':
> /usr/local/src/vpopmail-4.9.10/vauth.c:363: undefined reference to
> `mysql_query'
> /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_vpasswd_size':
> /usr/local/src/vpopmail-4.9.10/vauth.c:404: undefined reference to
> `mysql_query'
> /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_getall_size':
> /usr/local/src/vpopmail-4.9.10/vauth.c:467: undefined reference to
> `mysql_fetch_row'
> /usr/local/src/vpopmail-4.9.10/vauth.c:479: undefined reference to
> `mysql_free_result'
> /usr/local/src/vpopmail-4.9.10/vauth.c:445: undefined re

sqwebmail w/ encyption feature + vpopmail w/ mysql support

2001-07-05 Thread alexus

back to my original question

i'd say there is a bug

another thing is there is no #28 in my FAQ or FAQ the one on the web..

someone posted a patch for that.. which i couldn't get to work (yet)

although from #28 in FAQ that i never saw and someone's replay on my
question
i got this.. still didn't help

please help

-- old message --
due to i use BASH as a shell i used
export LIBS="-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"

and to verify it settings took effect

su-2.05# echo $LIBS
-L/usr/local/mysql/lib/mysql -lmysqlclient -lz
su-2.05#

then i did gmake
and i end up on same thing (i think)

Making all in authlib
gmake[1]: Entering directory `/usr/local/src/sqwebmail-2.1.1/authlib'
gcc  -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/var/qmail/vpo
pmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
../md5/libmd5.a ../sha1/libsha1.a -lvpopmail  -lm -lcrypt
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open':
/usr/local/src/vpopmail-4.9.10/vauth.c:70: undefined reference to
`mysql_init'
/usr/local/src/vpopmail-4.9.10/vauth.c:73: undefined reference to
`mysql_real_connect'
/usr/local/src/vpopmail-4.9.10/vauth.c:75: undefined reference to
`mysql_real_connect'
/usr/local/src/vpopmail-4.9.10/vauth.c:81: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:86: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:87: undefined reference to
`mysql_free_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:88: undefined reference to
`mysql_select_db'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_adddomain_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:121: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:125: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:126: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_adduser_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:186: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:194: undefined reference to
`mysql_error'
/usr/local/src/vpopmail-4.9.10/vauth.c:189: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:199: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:200: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_getpw_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:240: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:245: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:250: undefined reference to
`mysql_num_rows'
/usr/local/src/vpopmail-4.9.10/vauth.c:260: undefined reference to
`mysql_fetch_row'
/usr/local/src/vpopmail-4.9.10/vauth.c:272: undefined reference to
`mysql_free_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:269: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_deldomain_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:297: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:300: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:301: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_deluser_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:331: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:335: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:336: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_setquota_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:363: undefined reference to
`mysql_query'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_vpasswd_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:404: undefined reference to
`mysql_query'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_getall_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:467: undefined reference to
`mysql_fetch_row'
/usr/local/src/vpopmail-4.9.10/vauth.c:479: undefined reference to
`mysql_free_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:445: undefined reference to
`mysql_free_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:448: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:453: undefined reference to
`mysql_use_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_setpw_size':
/usr/local/src/vpopmail-4.9.10/vauth.c:547: undefined reference to
`mysql_query'
/usr/local/src/vpopmail-4.9.10/vauth.c:552: undefined reference to
`mysql_store_result'
/usr/local/src/vpopmail-4.9.10/vauth.c:553: undefined reference to
`mysql_free_result'
/var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vopen_smtp_relay':
/usr/local/src/vpopmail-4.9.10/vauth.c:586: undefined refere

Re: sqwebmail w/ encryption feature | and yes i did read INSTALL/FAQ for sqwebmail and for vpopmail

2001-07-05 Thread alexus

su-2.05# pwd
/usr/local/src/sqwebmail-2.1.1
su-2.05# patch -p1 < /home/alexus/sqwebmail_authlib_Makefile.patch
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|--- ./sqwebmail-2.0.0.20010528/authlib/Makefile Tue Jul  3 19:39:00 2001
|+++ ./sqwebmail-2.0.0.20010528.new/authlib/Makefile Fri Jun  1 12:46:54
2001
--
File to patch:

??

and i'm using 2.1.1 will it work? 'cause looks like yours patch is for
2.0.0.x

- Original Message -
From: "Adam Bregenzer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 03, 2001 8:40 PM
Subject: Re: sqwebmail w/ encryption feature | and yes i did read
INSTALL/FAQ for sqwebmail and for vpopmail


> I ran into the same problem when I compiled sqwebmail.
>
>
> First of all, I had this problem on a system running slackware 7.1 with
the following:
> mysql-3.23.34, qmail 1.03, vpopmail 4.9.10, and sqwebmail 2.0.0.20010528
>
> and here's my sqwebmail config options:
> ./configure --prefix=/usr/local/sqwebmail \
> --sysconfdir=/etc/sqwebmail \
> --with-db=db \
> --enable-cgibindir=/home/www/cgi-bin \
> --without-authpwd \
> --without-authshadow \
> --without-authpam \
> --without-authuserdb \
> --with-authvchkpw \
> --without-authldap \
> --without-authdaemon \
> --enable-unicode \
> --with-ispell=/usr/bin/ispell \
> --enable-webpass=vpopmail \
> --enable-autopurge=1 \
> --enable-maxpurge=10 \
> --enable-mimetypes=/var/lib/apache/conf/mime.types \
> --with-maxformargsize=500 \
> --with-cachedir=/var/cache/sqwebmail \
> --with-cacheowner=vpopmail \
> --enable-imagedir=/home/www/images \
> --enable-imageurl=http://images.webentrada.com
>
>
> I found a quick fix to the Makefile in sqwebmail/authlib fixed the
problem.  Attached are two patches:
> sqwebmail_authlib_Makefile.patch should fix the sqwebmail/authlib/Makefile
file so you can compile and move on.
>
> sqwebmail_authlib_Makefile_am.patch should fix the
sqwebmail/authlib/Makefile.am file so that future releases don't have this
problem  (assuming someone on this list has access to the sqwebmail source
tree..)
>
> to apply the patch copy the file into the sqwebmail directory and run:
> patch -p1 
> replacing 'patchfile.patch' with the appropriate file name.
>
> good luck :P
>
>
>
> On Tue, 3 Jul 2001 19:43:34 -0400
> "alexus" <[EMAIL PROTECTED]> wrote:
>
> > due to i use BASH as a shell i used
> > export LIBS="-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
> >
> > and to verify it settings took effect
> >
> > su-2.05# echo $LIBS
> > -L/usr/local/mysql/lib/mysql -lmysqlclient -lz
> > su-2.05#
> >
> > then i did gmake
> > and i end up on same thing (i think)
> >
> > Making all in authlib
> > gmake[1]: Entering directory `/usr/local/src/sqwebmail-2.1.1/authlib'
> >
gcc  -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/var/qmail/vpo
> > pmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a libauth.a
> > ../md5/libmd5.a ../sha1/libsha1.a -lvpopmail  -lm -lcrypt
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_open':
> > /usr/local/src/vpopmail-4.9.10/vauth.c:70: undefined reference to
> > `mysql_init'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:73: undefined reference to
> > `mysql_real_connect'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:75: undefined reference to
> > `mysql_real_connect'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:81: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:86: undefined reference to
> > `mysql_store_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:87: undefined reference to
> > `mysql_free_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:88: undefined reference to
> > `mysql_select_db'
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > `vauth_adddomain_size':
> > /usr/local/src/vpopmail-4.9.10/vauth.c:121: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:125: undefined reference to
> > `mysql_store_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:126: undefined reference to
> > `mysql_free_result'
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > `vauth_adduser_size':
> > /usr/local/src/vpopmail-4.9.10/vauth.c:186: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:194: undefined reference to
> > `mysql_error'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:189: undefined reference to
> > `mysql_query'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:199: undefined reference to
> > `mysql_store_result'
> > /usr/local/src/vpopmail-4.9.10/vauth.c:200: undefined reference to
> > `mysql_free_result'
> > /var/qmail/vpopmail/lib/libvpopmail.a(vauth.o): In function
> > `vauth_getpw_size':
> > /usr/l

Re: password rejected for POP3

2001-07-05 Thread assied

En réponse à richard <[EMAIL PROTECTED]>:
We've got the same problem. We trying to use vpomail with a mysql authentication
for users. But the Pop3 servers reject the connection.

Plese Help.
 
> Dear sir,
>   I have installed qmail & the followings on my Red Hat 7.1
> qmail-1.03+patches-18.src.rpm   
> 
> sqwebmail-2.1.1.tar.gz 
> vpopmail-4.9.10.tar.gz
> qmailadmin-0.45.tar.gz
>   I can use the qmailadmin to log in as postmaster and create new users.
> The new users can log in too in the web site by qmailadmin.
>   But, when the users try to log in by POP3, it shows the following
> error:
> password rejected.
> -ERR authorization failed
>   When I use the sqwebmail, it shows incorrect user and password too.
> But, I can use the same user name and password to log in through
> qmailadmin.
>   So, I am wondering if there is anything wrong with my setting.
> 
> Thanks.
> Yours,
> Richard Ao
> 
> 
> 


_

AVISO ! Le meilleur de l'Internet - http://www.aviso.ci/



Re: vpopmail and iMacs

2001-07-05 Thread Kit Halsted

At 10:16 PM +1200 7/5/01, Gordon Smith wrote:
>Has anyone experienced problems with iMac users authenticating?

I'm on a PowerBook G4, but many of my users are on iMacs. No problems here.

>Seems to be a machine fault rather than mail client.

Can you explain why you think that?

>Users with IE 5.02 report errors while retrieving mail ( -20003) - server
>unexpectedly terminated session.

There's your problem, they're using a web browser instead of a POP client. ;)

Seriously, I assume you mean OE 5.02. I can't remember versions or 
specifics right now, but I know some versions of OE puke on messages 
with empty bodies.Any chance that's what's happening here? I once had 
to telnet into every account at a small office that used OE in order 
to delete an empty message that had been sent to all the users on the 
system. They were getting a similar message from OE & blaming the 
Eudora mail server until I showed them what was happening.

>I'd rather not tcpdump pop3 on the mail
>server (approx 6k users) if I can help it.

I'd try a different mail client before troubleshooting on the server.

>I'm running latest development vpopmail (upgraded in case that was the
>problem). Any ideas would be appreciated

I think I'm running 4.9.8 on both of my qmail servers, it's whatever 
was stable a few months back, but I'm thinking this isn't a vpopmail 
thing. I was a Mac guy long before I was *n*x guy, let me know if you 
need more help nailing this one.

HTH,
-Kit



vpopmail & relaying with mysql -- HELP!!

2001-07-05 Thread Bernd Vetter

Hi all,

I have up and running a supervised (daemontools, tcpserver) qmail-1.03 with
MySQL, vpopmail-4.9.8-1, sqwebmail-2.0.0 and qmailadmin-0.45, followed
exactly LWQ. I read all the FAQs and all List-archives, but my problem
persists.
Compiling vpopmail with "--enable-roaming-users=n", all is working fine,
but, logically, without relaying.
Compiling vpopmail with "--enable-roaming-users=y" leads to a stucking
qmail-pop3d (CPU >80%), if a client try to access, while vchkpw logs
success. I think, this means, qmail-popup and vchkpw are working fine, but
the third involved process, qmail-pop3d, stucks.
The reason in this case, I suppose, is that there is no open-smtp.cdb
created. Because clearopensmtp also stucks, calling it from the shell. But
I´ve noticed, that the client-IP appears in the "vpopmail" db in the table
"relay", but never get pushed to "/home/vpopmail/etc/open-smtp", and so,
never get pushed to /etc/tcp.smtp.
What is wrong, or better, what is the responsible part of this missing step.
Or is there a way to link the qmail-smtp daemon directly to the db-table,
and not to the -x /etc/tcp.smtp.cdb file.
Anyone can help me, please?

Greetings

Bernardo

Sorry for my poor english


Virengeprüft vom G DATA AntiVirenKit





RE: Mail goes to /home/usr/Maildir

2001-07-05 Thread Ed Henderson

Make sure that the control/locals file *does not* contain the domain of your vpopmail 
users.  If it does qmail will try to deliver it locally seperate from vpopmail.
Ed.

> -Original Message-
> From: lists [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 05, 2001 3:15 AM
> To: [EMAIL PROTECTED]
> Subject: Mail goes to /home/usr/Maildir
> 
> Hello,
> 
> I'm having a problem where qmail is attempting to deliver mail to
> /home/usr/Maildir instead of
> /usr/local/vpopmail/domain/mydomain/user/Maildir.
> Most of the users are vpopmail users and therefore do not 
> have a /home/usr
> directory, so I get the dreaded 'Unable_to_chdir_to_maildir' 
> on incoming
> mail to them.
> After 4 hrs sleep in the last 24 hrs straight trying to get 
> this problem
> solved, I'm getting a little frustrated. Any feedback would 
> be appreciated.
> 
> Here are my files:
> 
> warabi# cat /usr/local/etc/rc.d/svscan.sh
> 
> #!/bin/sh -e
> # startup script from:
> # http://www.flounder.net/qmail/qmail-howto.html#8
> 
> #ln -s /var/qmail/supervise/qmail-pop3d /service/qmail-pop3d
> 
> case "$1" in
>  start)
> echo -n "Startng djb services: svscan "
> cd /service
> env - PATH="/usr/local/bin:$PATH" svscan &
> echo $! > /var/run/svscan.pid
> echo "."
> ;;
>  stop)
> echo -n "Stopping djb services: svscan "
> kill `cat /var/run/svscan.pid`
> echo -n "services "
> svc -dx /service/*
> echo -n " logging "
> svc -dx /service/*/log
> echo "."
> ;;
>  restart|reload|force-reload)
> $0 stop
> $0 start
> ;;
>  *)
> echo 'Usage: /usr/local/etc/rc.d/svscan (start|stop|restart)'
> exit 1;
> esac
> 
> exit 0
> 
> 
> warabi#   cat /service/qmail-send/run (->
> /var/qmail/supervise/qmail-send/run)
> 
> #!/bin/sh
> exec /var/qmail/rc
> 
> 
> warabi# cat /service/qmail-smtpd/run (->
> /var/qmail/supervise/qmail-smtp/run)
> 
> #!/bin/sh
> 
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> exec /usr/local/bin/softlimit -m 200 \
>  /usr/local/bin/tcpserver -v -p -x 
> /usr/local/vpopmail/etc/tcp.smtp.cdb \
>  -u $QMAILDUID -g $NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd 2>&1
> 
> 
> warabi# cat /service/qmail-pop3d/run (->
> /var/qmail/supervise/qmail-pop3d/run)
> 
> #!/bin/sh
>  env - PATH="/var/qmail/bin:/usr/local/bin" \
>  /usr/local/bin/tcpserver -H -R -u vpopmail -g vchkpw 0 pop3
> /var/qmail/bin/qmail-popup \
>  warabi.nca.or.jp /usr/local/vpopmail/bin/vchkpw \
>  /var/qmail/bin/qmail-pop3d Maildir 2>&1
> 
> 
> warabi# cat /var/qmail/rc
> 
> #!/bin/sh
> 
> exec env - PATH="/var/qmail/bin:$PATH" \
> qmail-start "`cat /var/qmail/control/defaultdelivery`" 2>&1
> 
> 
> warabi# cat /var/qmail/control/defaultdelivery
> 
> ./Maildir/
> 
> 
> warabi# cat /var/qmail/control/defaultdomain
> 
> warabi.nca.or.jp
> 
> 
> warabi# cat /usr/local/vpopmail/etc/tcp.smtp
> 
> 127.0.0.1:allow,RELAYCLIENT=""
> 
> 
> warabi# cat /var/qmail/users/assign
> 
> 
> +nca.or.jp-:nca.or.jp:1227:65535:/usr/local/vpopmail/domains/n
> ca.or.jp:-::
> 
> 
> All files/dirs under /usr/local/vpopmail are chown vpopmail.vchkpw.
> All subdirs are chmod 755.
> 
> Can anyone see what I am missing here?
> 
> Thanks for any help.
> 
> Shawn
> 
> 




vpopmail and iMacs

2001-07-05 Thread Gordon Smith

Has anyone experienced problems with iMac users authenticating?
Seems to be a machine fault rather than mail client.
Users with IE 5.02 report errors while retrieving mail ( -20003) - server
unexpectedly terminated session. I'd rather not tcpdump pop3 on the mail
server (approx 6k users) if I can help it.

I'm running latest development vpopmail (upgraded in case that was the
problem). Any ideas would be appreciated





Re: vpopmail and forward

2001-07-05 Thread Peter Palmreuther

Hello Ken,

On Thursday, July 05, 2001 at 10:19:18 AM you wrote:

KJ> The alternative, is you can have a copy of every email
KJ> that goes through the system sent to an email address.
KJ> Read the qmail FAQ file, it explains how to do it.

AFAIK this is the only way to really catch _ALL_ mail.
Else you have to add a .qmail for _every_ user in the domain :-(
The neccessary patch is quite simple:

patch in qmail-sources file: "extra.h"

---
-#define QUEUE_EXTRA ""
-#define QUEUE_EXTRALEN 0
+#define QUEUE_EXTRA "Tmsglog\0"
+#define QUEUE_EXTRALEN 8
---

'msglog' is the email-address you want the mails to become copied.
I don't know what the leading 'T' is for as I'm not (yet) a C coder but I
think it's essential :-) the trailing '\0' is too.
QUEUE_EXTRALEN I believe is set to the length of the email-address plus 'T'
plus one for the trailing '\0'.

Ciao
-- 
Best regards
Peter Palmreuthermailto:[EMAIL PROTECTED]




Re: deferral for forwarding messages

2001-07-05 Thread Serkan



No,my hard drive 
isn't full. This deferrals are only for mailboxes that have a 
forwarding.
 
 
Maybe your hard 
drive is full?
http://www-archive.ornl.gov:8000
 
Will have lots of 
answers.
Search for "Can't_create_tempfile"--
Regards,Kieran BarnesSignum 1226 LtdVisit our 
website at http://www.1226.netPhone: 01772 622889 || Fax: 01772 
622558

  
-Original Message-From: Serkan 
[mailto:[EMAIL PROTECTED]]Sent: 03 July 2001 
14:23To: [EMAIL PROTECTED]Subject: 
deferral for forwarding messages
Hi all,
 
I use vpopmail on qmail. My forwarding doesn't 
work today. I checked the logs and see the line below. Normal mail are going 
the local users. But when it has a .qmail file in its directory to 
forwarding, the mail doesn't forward to the destination.
 
 
 
Jul  3 16:17:01 plant qmail: 
994166221.504836 starting delivery 4574389: msg 352980 to local 
Jul  3 16:17:01 plant qmail: 994166221.505110 status: local 1/50 
remote 26/100Jul  3 16:17:01 plant qmail: 994166221.547547 delivery 
4574389: deferral: Can't_create_tempfile_(#4.3.8)/Jul  3 16:17:01 
plant qmail: 994166221.547856 status: local 0/50 remote 
  26/100


Re: Prob

2001-07-05 Thread Andrea Cerrito



Verify 
your compile / configure options for the template.
Anyway, it's always a better solution to post some config 
files.
---Cordiali saluti / Best regardsAndrea 
Cerrito^^Net.Admin @ Centro MultiMediale di Terni 
S.p.A.P.zzale Bosco 3A05100 Terni ITTel. +39 744 5441330Fax. +39 
744 5441372 

  -Messaggio originale-Da: Manuel Magnani 
  [mailto:[EMAIL PROTECTED]]Inviato: giovedì 5 luglio 2001 
  10.26A: [EMAIL PROTECTED]Oggetto: 
  Prob
  Hi, this is my problem..
  http://webmail.queen.it/cgi-bin/sqwebmail?index=1
  any suggestions?
  bye & thx a lot
  Manuel


Prob

2001-07-05 Thread Manuel Magnani



Hi, this is my problem..
http://webmail.queen.it/cgi-bin/sqwebmail?index=1
any suggestions?
bye & thx a lot
Manuel


Re: vpopmail and forward

2001-07-05 Thread Ken Jones

Miranda Gomez Miguel Angel wrote:
> 
> Hi,
> is it possible to forward (copy) all the emails for one domain to one email
> address??
> like:[EMAIL PROTECTED] ->  [EMAIL PROTECTED]
> 
> The users will receive the email normally and the backup account will also
> recieve a copy of all the incoming messages for  domain.com ???
> Imagine that the manager wants to know how much and what kind of email the
> company is receiving.
> Thanks,

Edit the .qmail-default file.
Add a second line with the email address you want to
send it to.

You will also have to add it to any other .qmail-xxx
files in the directory.

The alternative, is you can have a copy of every email
that goes through the system sent to an email address.
Read the qmail FAQ file, it explains how to do it.

Ken Jone



Re: Mail goes to /home/usr/Maildir

2001-07-05 Thread lists

- Original Message -
From: "Stefano Baronio" <[EMAIL PROTECTED]>
To: "lists" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 4:20 PM
Subject: Re: Mail goes to /home/usr/Maildir


>
> > Hello,
> >
> > I'm having a problem where qmail is attempting to
> deliver mail to
> > /home/usr/Maildir instead of
> > /usr/local/vpopmail/domain/mydomain/user/Maildir.
> > Most of the users are vpopmail users and therefore do
> not have a /home/usr
> > directory, so I get the dreaded
> 'Unable_to_chdir_to_maildir' on incoming
> > mail to them.
> > After 4 hrs sleep in the last 24 hrs straight trying
> to get this problem
> > solved, I'm getting a little frustrated. Any feedback
> would be appreciated.
>
> Check if in your /path/to/qmail/users/assign files
> there's something like this:
>
> +domain1.com-:domain1.com:89:89:/home/vpopmail/domains/
> domain1.com:-::
> +domain1.com-:domain2.com:89:89:/home/vpopmail/domains/
> domain2.com:-::
> .
>
> The dot at the end of the file is important.
> 89 can be any other uid and gid.

Thanks Stefano,

Yes, my users/assign file does end with a single dot - sorry I missed that
in my post.

Shawn