RE: vpopmail and multilog

2001-07-06 Thread Chris Bolt

> Sounds like you want those syslog messages to show up in
> a separate multilog file. Which I would like too.
>
> The problem is, how to connect vchkpw to a multilog stream?
>
> The way tcpserver and qmail-send do it is they just printf
> to standard out. Then pipe standard out into multilog.
>
> When vchkpw prints to standard out it ends up being sent
> to the pop client.
>
> So how do we get vchkpw connected to multilog?

Print to stderr, and it should be sent to the multilog that is running for
qmail-pop3d or whatever, right?




Re: maildrop filter

2001-07-06 Thread Syed Faruque Ahmed

Should be all there below.

http://www.flounder.net/~mrsam/maildrop/

However, the above is only for a qmail+sqwebmail setup.

I would like to use filtering with a vpopmail+sqwebmail setup, filtering 
rules to be made up on sqwebmail.

Has anyone done this?

Faruque

At 08:24 PM 7/6/01 -0700, [EMAIL PROTECTED] wrote:
>somebody help me
>
>1. does anybody know what it takes to make a maildrop filter edited from 
>sqwebmail works?
>
>2. I'm using qmail. I want to make maildrop as my mail delivery agent. how 
>do i do that?
>
>regards,
>gregor
>-




Re: is a pop server -required- for vpopmail?

2001-07-06 Thread Syed Faruque Ahmed

Just a slight correction on my last statement though; e.g. usually most 
web-based mail clients I have come across (except Sqwebmail) use pop3/imap 
to collect mail from the server it gets pointed to, so if you ever 
serve/use this type of a web based mail client on the same machine that 
vpopmail is run on then you have to get qmail-pop3d (or something) 
listening and serving pop3 requests on this machine also; albeit to serve 
only "localhost" or 127.0.0.1 or whatever...

Faruque

At 02:15 AM 7/7/01 -0400, Jeff Gordon wrote:
>On Sat, Jul 07, 2001 at 11:54:57AM +0600, Syed Faruque Ahmed wrote:
>
> > The very first feature described of Sqwebmail on its "Features" list is
> >
> > - Very lightweight. Reads mail directly from maildirs.
>
>(Yes.)
>
> > Plus it was made to work well with vpopmail, et all.   It does not need
> > qmail-pop3d.
> >
> > The only reason you would need qmail-pop3d (served with tcpserver or
> > otherwise) is to provide pop3 service to remote machines.
>
>
>Thanks, Faruque; sounds like I'm assembling the right pieces for this
>particular system. :-)
>
>  -- Jeff --
>
>
> > At 11:14 AM 7/7/01 +0530, Dushyanth Harinath wrote:
> > >every mail client reads mails from a pop or imap server and not directly
> > >from the maildir.I guess u dont have any other option.
> > >
> > >regards
> > >dushyanth
> > >
> > > > I'm sure the answer must be dirt-simple but it's eluding me at the
> > > > moment -- does vpopmail -require- an additional server (either pop or
> > > > IMAP, etc.), or with sqwebmail could all mail be handled straight from
> > > > the Maildirs without having to 'pop' it along the way?
> > > >
> > > > (Asked differently, do I need to go ahead and install qmail-pop3d?)
>
>--
>
>  -- Jeff --   
>
>  "There's nothing left in the world to prove.  All that's worth doing
>   is to love one another, using whatever means are available to serve."




Re: is a pop server -required- for vpopmail?

2001-07-06 Thread Jeff Gordon

On Sat, Jul 07, 2001 at 11:54:57AM +0600, Syed Faruque Ahmed wrote:

> The very first feature described of Sqwebmail on its "Features" list is
> 
> - Very lightweight. Reads mail directly from maildirs.

(Yes.)

> Plus it was made to work well with vpopmail, et all.   It does not need 
> qmail-pop3d.
> 
> The only reason you would need qmail-pop3d (served with tcpserver or 
> otherwise) is to provide pop3 service to remote machines.


Thanks, Faruque; sounds like I'm assembling the right pieces for this
particular system. :-)

 -- Jeff --


> At 11:14 AM 7/7/01 +0530, Dushyanth Harinath wrote:
> >every mail client reads mails from a pop or imap server and not directly
> >from the maildir.I guess u dont have any other option.
> >
> >regards
> >dushyanth
> >
> > > I'm sure the answer must be dirt-simple but it's eluding me at the
> > > moment -- does vpopmail -require- an additional server (either pop or
> > > IMAP, etc.), or with sqwebmail could all mail be handled straight from
> > > the Maildirs without having to 'pop' it along the way?
> > >
> > > (Asked differently, do I need to go ahead and install qmail-pop3d?)

-- 

 -- Jeff --   

 "There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve."



Re: is a pop server -required- for vpopmail?

2001-07-06 Thread Jeff Gordon

On Sat, Jul 07, 2001 at 11:14:56AM +0530, Dushyanth Harinath wrote:

> > I'm sure the answer must be dirt-simple but it's eluding me at the
> > moment -- does vpopmail -require- an additional server (either pop or
> > IMAP, etc.), or with sqwebmail could all mail be handled straight from
> > the Maildirs without having to 'pop' it along the way?
> > 
> > (Asked differently, do I need to go ahead and install qmail-pop3d?)

> every mail client reads mails from a pop or imap server and not directly
> from the maildir.I guess u dont have any other option.

(Thanks.)  You make a good point -- it's a question of how the system
will generally be utilized by the mail subscribers... (hmm)...

Faruque's answer is the one that 'fits' my situation; he's saying
SqWebmail makes a pop3 server unnecessary -if- that's the way one wants
the system set up.

I rely on Mutt, myself -- I don't like web-based email; but the owner
of the system I'm admin'ing for wants to limit it to "web access only"
-- and it sounds like SqWebmail makes that possible to accomplish.

-- 

 -- Jeff --   

 "There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve."



Re: is a pop server -required- for vpopmail?

2001-07-06 Thread Syed Faruque Ahmed

The very first feature described of Sqwebmail on its "Features" list is

- Very lightweight. Reads mail directly from maildirs.

Plus it was made to work well with vpopmail, et all.   It does not need 
qmail-pop3d.

The only reason you would need qmail-pop3d (served with tcpserver or 
otherwise) is to provide pop3 service to remote machines.

Faruque


At 11:14 AM 7/7/01 +0530, Dushyanth Harinath wrote:
>every mail client reads mails from a pop or imap server and not directly
>from the maildir.I guess u dont have any other option.
>
>regards
>dushyanth
>
> > I'm sure the answer must be dirt-simple but it's eluding me at the
> > moment -- does vpopmail -require- an additional server (either pop or
> > IMAP, etc.), or with sqwebmail could all mail be handled straight from
> > the Maildirs without having to 'pop' it along the way?
> >
> > (Asked differently, do I need to go ahead and install qmail-pop3d?)
> >




Re: is a pop server -required- for vpopmail?

2001-07-06 Thread Dushyanth Harinath

every mail client reads mails from a pop or imap server and not directly
from the maildir.I guess u dont have any other option.

regards
dushyanth

> I'm sure the answer must be dirt-simple but it's eluding me at the
> moment -- does vpopmail -require- an additional server (either pop or
> IMAP, etc.), or with sqwebmail could all mail be handled straight from
> the Maildirs without having to 'pop' it along the way?
> 
> (Asked differently, do I need to go ahead and install qmail-pop3d?)
> 
> -- 
> 
> -- Jeff --   
> 
> "There's nothing left in the world to prove.  All that's worth doing


-- 
Dushyanth Harinath
Archean Infotech Limited
Ph No:091-040-3228666,6570704,3228674
http://www.archeanit.com






maildrop filter

2001-07-06 Thread bunk

somebody help me

1. does anybody know what it takes to make a maildrop filter edited from sqwebmail 
works?

2. I'm using qmail. I want to make maildrop as my mail delivery agent. how do i do 
that?

regards,
gregor
-





Update: POP-3 logon failures..

2001-07-06 Thread Steve Fulton

I was having a problem with logon failures throughout the day using the
latest development version of vpopmail, and for the life of me I couldn't
figure it out.  The accounts were set up, were visible to vpopmail's
utilities, but no dice -- always a logon failure.  Anyway, I figured it out:

I had put a server name OTHER than "localhost" in the vmysql.h file.  When I
put "localhost" back in, it worked... I noticed this by telneting in on port
110 and say a MySQL error - though the logs did not reflect it (mind you, I
hadn't set the verbose flag at compile time)..

FYI.

-- 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)




Re: hacked, need help restoring

2001-07-06 Thread Philip Wall

I had a problem that dogged me for days, everytime I added a 
domain it would segfault.
Took me forever to figure out that vadddomain must be run as root. 
My sefault was occuring when it went to write the Qmail files in 
/var/qmail/control and /var/qmail/users. If it's writing the vpopmail 
domain directories but not writing qmail files make sure your root 
and the control files are not 444 and they exist.

Philip Wall

On 6 Jul 01, at 17:42, KEnet Webmaster wrote:

> 
> > Y'know, it feels like the back of my brain knows what that's about, but
> > I can't quite catch sight of it for you. :(  Almost has to be that when
> > you redid the server, you left out some recently updated lib file or
> > other; ya think...?  You're saying you "installed...just like I had the
> > first time" -- does that mean you did a complete re-configure and
> > re-make...?  Or something else?
> >
> 
> When I re-did the server, everything was re-installed from scracth
> ./configure make make install-strip
> 
> But for some reason, I have the seg fault when I try to add a domain.
> 
> Core dump does not give any helpful information either.
> 
> 





Re: C editors/compiliers

2001-07-06 Thread cbunnell


- Original Message -
From: "Robin S. Socha" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 2:53 PM
Subject: Re: C editors/compiliers


> * Ken Jones <[EMAIL PROTECTED]> [010706 01:25]:
> > Dood, install Linux on your machine and install the
> > development packages.


Thanks for all the suggestions (and opinons, no matter how opinonated they
may have been :)

I'm now setting up my Sparc20 as my development system.  GDB and DDD looks
pretty cool.

It's going to rock being able to step thru my C programs!

See 'ya all on the other side.

btw, one more thing that I'm sure will start another "intense" discussion.
Netscape - on Solaris anyway - SUCKS!  You can't even create a dir in the
"save as"...  it has to exist already!  LAME!  What's the browser of choice
on a *nix enviroment?  Or do I just have a crappy version of Netscape?

Chris Bunnell




password encryption

2001-07-06 Thread P. Schaub

I am using mysql for authentication and want to write
a script which needs to work with the clear-text-password.
How does vpopmail encrypt/decrypt its passwords ?

any suggestions welcome

 
Patrik



Re: C editors/compiliers

2001-07-06 Thread Robin S. Socha

* Ken Jones <[EMAIL PROTECTED]> [010706 01:25]:
> Dood, install Linux on your machine and install the
> development packages. 

Install *BSD, and you *have* a development system.

> Being from the old skool I do all my editing in vi
> and debugging in gdb (command line). 

a) I don't believe anyone is still supid enough to run vi instead of
   vim.
b) vi sucks dead hamsters through straws when it comes to setting up a
   devolpment environment.

> It is the most portable environment for unixen. 

Except for the fact that Emacs is more portable.

> Works great when developing on remote machines on the other side of
> the globe. 

D00d3, you ever seen Real Men(tm) do gnuclient over an ssh tunnel?

> If you are a sucker for those fancy screen based code deveopment
> systems then try CodeWarrior or something. 

U... Nope. Just run XEmacs. Like, you get your free frontend for
gdb, CVS and all the other stuff.
http://my.gnus.org/mig.php?currDir=./XEmacs&pageType=image&image=speedbar.gif 

Harhar!



Re: hacked, need help restoring

2001-07-06 Thread KEnet Webmaster


> Y'know, it feels like the back of my brain knows what that's about, but
> I can't quite catch sight of it for you. :(  Almost has to be that when
> you redid the server, you left out some recently updated lib file or
> other; ya think...?  You're saying you "installed...just like I had the
> first time" -- does that mean you did a complete re-configure and
> re-make...?  Or something else?
>

When I re-did the server, everything was re-installed from scracth
./configure make make install-strip

But for some reason, I have the seg fault when I try to add a domain.

Core dump does not give any helpful information either.





is a pop server -required- for vpopmail?

2001-07-06 Thread Jeff Gordon

I'm sure the answer must be dirt-simple but it's eluding me at the
moment -- does vpopmail -require- an additional server (either pop or
IMAP, etc.), or with sqwebmail could all mail be handled straight from
the Maildirs without having to 'pop' it along the way?

(Asked differently, do I need to go ahead and install qmail-pop3d?)

-- 

 -- Jeff --   

 "There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve."



Re: hacked, need help restoring

2001-07-06 Thread Jeff Gordon

On Fri, Jul 06, 2001 at 03:06:25PM -0400, KEnet Webmaster wrote:
> Personally, I just redid the mail server.
> 
> total format.  I installed qmail, and vpopmail just like I had the first
> time, then sat down in the bin directory of vpopmail and did ./vadddomain to
> add the domains in. (even tho I keep getting a seq fault now)
> 
> After that was done, I went into the domains directory, deleted the domain
> name directory, and then restored it from my backup.
> 
> Works like a charm

Yup, yup -- thanks; it's turning out pretty well here, too. :-)

> PS: The seq fault was happening fresh out of the install, and no one has
> been able to give me a solution on it yet

Y'know, it feels like the back of my brain knows what that's about, but
I can't quite catch sight of it for you. :(  Almost has to be that when
you redid the server, you left out some recently updated lib file or
other; ya think...?  You're saying you "installed...just like I had the
first time" -- does that mean you did a complete re-configure and
re-make...?  Or something else?

-- 

 -- Jeff --   

 "There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve."



Unable to write pipe

2001-07-06 Thread Henrik Enk

Hi all,

I keep getting "-EEE unable to write pipe", when playing pop user logging
to fetch mal.

Any idea ?

My config is as follows:

Linux Redhat 7,1 / mysql 3.23.38


tcpserver -H -R 0 pop3 /var/qmail/bin/qmail-popup smtp3.optimize.dk \
 /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &


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 users = ON  --enable-roaming-users=y
tcpserver file = /home/vpopmail/etc/tcp.smtp
open_smtp file = /home/vpopmail/etc/open-smtp
user quota = OFF --enable-hardquota=n default
   auth module = mysql --enable-mysql=y
 mysql replication = OFF --enable-mysql-replication=n default
table optimization = many domains --enable-many-domains=y default
  system passwords = OFF --enable-passwd=n
  file locking = ON  --enable-file-locking=y default
 file sync = ON  --enable-file-sync=y default
  auth logging = ON  --enable-auth-logging=y
mysql clear passwd = ON  --enable-clear-passwd=y
 valias processing = ON  --enable-valias=y
pop syslog = show successful and failure login attempts
 --enable-logging=y
default domain =  --enable-default-domain=
  auth inc = -I/usr/include/mysql
  auth lib = -L/usr/lib/mysql  -lmysqlclient -lz


[root@smtp3 vpopmail-4.10.28]#







invalid login disabling roaming user relay?

2001-07-06 Thread Peter Brezny

If a user attempts to connect with an invalid login, will other attempts to
relay from that location be blocked?

I've got a group of customers on a LAN behind a DSL connection with rotating
ip's.  Sometimes they are added to the open-smtp file, and other times they
are not, and can't relay mail.

I've got other offices connected in the same manner without any problems.  I
noticed today, however, that someone at the office with the problem has a
user with an invalid login...  do refused connections from a specific ip,
remove that ip from the relay list?

TIA

Peter Brezny
SysAdmin Services Inc.




Re: hacked, need help restoring

2001-07-06 Thread Chris Scheller

> Hmm; not bad -- the restore has been done but I could rename /domains
> and use it as sort of a roadmap for what needs to happen. Thanks for
> the spark of that idea. :-)
could even write quicky perl script to run through your old domain dir
and have it run vadddomain for all of them one at a time.

>
> > else you could always just recreate the
> > control files by hand, shouldn't be horribly difficult(notice i didn't
> > say easy.)
>
> Right. :-)  I'm too new to feel confident that I know how to go about
> that -- the 'hacked' server had my first-ever installs of qmail,
> vpopmail, ezmlm-idx, qmailadmin, sqwebmail, and one other web-based
> thing I can't seem to remember the name of now -- not vmailmgr, not
> vmailadmin, but the same idea A "newbie tried in the fire" would
> describe my current level of expertise on this. :-)
>
> --
>
>  -- Jeff --   
>
>  "There's nothing left in the world to prove.  All that's worth doing
>   is to love one another, using whatever means are available to serve."
>

Chris Scheller
Network One Internet, inc.
http://www.networkone.net/
System/Network Administration
1.888.GOT.NET1




Re: hacked, need help restoring

2001-07-06 Thread KEnet Webmaster

Personally, I just redid the mail server.

total format.  I installed qmail, and vpopmail just like I had the first
time, then sat down in the bin directory of vpopmail and did ./vadddomain to
add the domains in. (even tho I keep getting a seq fault now)

After that was done, I went into the domains directory, deleted the domain
name directory, and then restored it from my backup.

Works like a charm

PS: The seq fault was happening fresh out of the install, and no one has
been able to give me a solution on it yet

- Original Message -
From: "Jeff Gordon" <[EMAIL PROTECTED]>
To: "Chris Scheller" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 3:05 PM
Subject: Re: hacked, need help restoring


> On Fri, Jul 06, 2001 at 11:53:38AM -0700, Chris Scheller wrote:
>
> > > Is there any reasonable way to "set things right" from here?  Or is
the
> > > only sane option to re-create vpopmail domains, lists and users from
> > > scratch?
>
> > one thought would be to not restore the ~/domains/ right away, but
> > first readd the domains with the command line utils. this will put all
> > your control files back in place. once this is done delete ~/domains/*
> > and restore from your backup.
>
> Hmm; not bad -- the restore has been done but I could rename /domains
> and use it as sort of a roadmap for what needs to happen. Thanks for
> the spark of that idea. :-)
>
> > else you could always just recreate the
> > control files by hand, shouldn't be horribly difficult(notice i didn't
> > say easy.)
>
> Right. :-)  I'm too new to feel confident that I know how to go about
> that -- the 'hacked' server had my first-ever installs of qmail,
> vpopmail, ezmlm-idx, qmailadmin, sqwebmail, and one other web-based
> thing I can't seem to remember the name of now -- not vmailmgr, not
> vmailadmin, but the same idea A "newbie tried in the fire" would
> describe my current level of expertise on this. :-)
>
> --
>
>  -- Jeff --   
>
>  "There's nothing left in the world to prove.  All that's worth doing
>   is to love one another, using whatever means are available to serve."
>




Re: hacked, need help restoring

2001-07-06 Thread Jeff Gordon

On Fri, Jul 06, 2001 at 11:53:38AM -0700, Chris Scheller wrote:

> > Is there any reasonable way to "set things right" from here?  Or is the
> > only sane option to re-create vpopmail domains, lists and users from
> > scratch?

> one thought would be to not restore the ~/domains/ right away, but
> first readd the domains with the command line utils. this will put all
> your control files back in place. once this is done delete ~/domains/*
> and restore from your backup. 

Hmm; not bad -- the restore has been done but I could rename /domains
and use it as sort of a roadmap for what needs to happen. Thanks for
the spark of that idea. :-)

> else you could always just recreate the
> control files by hand, shouldn't be horribly difficult(notice i didn't
> say easy.)

Right. :-)  I'm too new to feel confident that I know how to go about
that -- the 'hacked' server had my first-ever installs of qmail,
vpopmail, ezmlm-idx, qmailadmin, sqwebmail, and one other web-based
thing I can't seem to remember the name of now -- not vmailmgr, not
vmailadmin, but the same idea A "newbie tried in the fire" would
describe my current level of expertise on this. :-)

-- 

 -- Jeff --   

 "There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve."



Re: hacked, need help restoring

2001-07-06 Thread Chris Scheller

> Is there any reasonable way to "set things right" from here?  Or is the
> only sane option to re-create vpopmail domains, lists and users from
> scratch?
one thought would be to not restore the ~/domains/ right away, but
first readd the domains with the command line utils. this will put all
your control files back in place. once this is done delete ~/domains/*
and restore from your backup. else you could always just recreate the
control files by hand, shouldn't be horribly difficult(notice i didn't
say easy.)


>
> --
>
>  -- Jeff --   
>
>  "There's nothing left in the world to prove.  All that's worth doing
>   is to love one another, using whatever means are available to serve."
>

Chris Scheller
Network One Internet, inc.
http://www.networkone.net/
System/Network Administration
1.888.GOT.NET1




Re: C editors/compiliers

2001-07-06 Thread Adam Bregenzer

For unix gui development I use Visual SlickEdit.  I prefer it over CodeWarrior anyday. 
 Also, gdb works great as a console debugger.  Though there is a funky gui debugger 
called ddd, it basically wraps gdb and adds the ability to 'see' your data.  Useful 
and sometimes really helpful but in no way necessary.  Visual SlickEdit is not free, 
but ddd is open source.  Also, Nedit is a kickass gui editor that's open source, but 
mostly good for quick edits and perl scripts.

On Fri, 6 Jul 2001 11:17:55 -0700
"cbunnell" <[EMAIL PROTECTED]> wrote:

> >
> > 
> >
> > I'm shocked you are using Windows! Shocked I tell you!
> >
> > 
> >
> > Ken Jones
> >
> 
> Damn!  I knew I'd get beat up when I posted that message, but not THAT bad!
> :)
> 
> 
> That's ok.  I asked for it.  I DO believe Windoz machines have a place in
> the world.  I personally have strong feelings towards Linux...  about as
> strong as you (Ken) do towards windows.  I'd NEVER use Linux in an
> Enterprise - or Windows for that matter...  I'm a Sun Solaris dude.  The
> only Windows stuff at my company is 2k adv. server for the IIS - and the
> only reason for that was for the ease of setup of a web server that
> supported Front Page.  It was a customer requirement - being an ISP and
> all...
> 
> Anyway, I don't want to get off topic (and into an argument) anymore than we
> already have.  I know how "touchy" most people are about their choice of OS.
> 
> I appreciate the response.  If I need to do this development stuff on a *nix
> platform to be able to do it right, that's fine with me.  I've got a Sparc20
> just sittin' here.  I do tend to like the "...fancy screen based code
> development systems..."  so I guess I'll look into Code Warrior.  I've
> basically been doing my editing with an equivalent of vi (ultraedit) and
> then make, and have found it hard to deal with.  I'm just too green of a "C"
> programmer.  I need some debugging tools.  IE. ability to step through a
> program, view variables, etc...  You can't do that with just vi and make.
> 
> Thanks for the info.
> 
> Chris - yea, I use windows machines (but not for servers!) - Bunnell
> 
> ;)
> 
> 
> 
> 
> 



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

2001-07-06 Thread KEnet Webmaster

Ok, finally, as I went down through my messages I found the line from
someone saying to put the entire command on one line.  I did so, it compiled
fine, and appears to be working

Alexus Dont forget to run
/usr/local/share/sqwebmail/libexec/authlib/authdaemond start   so that it
can authenticate the users

and put that in your start up script.

Everything on this end seems to be working fine now.   Thanks


- Original Message -
From: "KEnet Webmaster" <[EMAIL PROTECTED]>
To: "Marcus Williams" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: "alexus" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 1:40 PM
Subject: Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support


> Attached is the List of errors as the system kicks them out.
>
> Keep in mind, this is a MAKE run on sqwebmail
>
> I dont know if it will help anyone or not.
>
>
> - Original Message -
> From: "Marcus Williams" <[EMAIL PROTECTED]>
> To: "KEnet Webmaster" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Cc: "alexus" <[EMAIL PROTECTED]>
> Sent: Friday, July 06, 2001 12:30 PM
> Subject: RE: sqwebmail w/ encyption feature + vpopmail w/ mysql support
>
>
> > Okay since I'm now being copied on the messages after sending the
> > request for slimming them down (and now I'm getting flamed for
> > that... cheers RSS) how about this:
> >
> > (1) Go to your vpopmail source directory
> > (2) using your fave editor, open Makefile
> > (3) search for line starting 'LDFLAGS =' (dont look for the quotes) -
> > it may have something after the equals sign (its around line 154 in my
> > copy but probably not yours)
> > (4) add '-L/path/to/your/mysql/lib/directory' to the end of the line
> > (dont add the quotes)
> > (5) search for the line starting 'LIBS =' (dont look for the quotes) -
> > it may have something after the equals sign (its on the line below in
> > my Makefile)
> > (6) add '-lmysqlclient -lz' to the end of the line (dont add the
> > quotes)
> > (7) save the new Makefile and exit vi/your fave editor
> > (8) run make again
> >
> > Not the best solution but it works for me.
> >
> > Marcus
> >
> >
>




Re: C editors/compiliers

2001-07-06 Thread cbunnell

>
> 
>
> I'm shocked you are using Windows! Shocked I tell you!
>
> 
>
> Ken Jones
>

Damn!  I knew I'd get beat up when I posted that message, but not THAT bad!
:)


That's ok.  I asked for it.  I DO believe Windoz machines have a place in
the world.  I personally have strong feelings towards Linux...  about as
strong as you (Ken) do towards windows.  I'd NEVER use Linux in an
Enterprise - or Windows for that matter...  I'm a Sun Solaris dude.  The
only Windows stuff at my company is 2k adv. server for the IIS - and the
only reason for that was for the ease of setup of a web server that
supported Front Page.  It was a customer requirement - being an ISP and
all...

Anyway, I don't want to get off topic (and into an argument) anymore than we
already have.  I know how "touchy" most people are about their choice of OS.

I appreciate the response.  If I need to do this development stuff on a *nix
platform to be able to do it right, that's fine with me.  I've got a Sparc20
just sittin' here.  I do tend to like the "...fancy screen based code
development systems..."  so I guess I'll look into Code Warrior.  I've
basically been doing my editing with an equivalent of vi (ultraedit) and
then make, and have found it hard to deal with.  I'm just too green of a "C"
programmer.  I need some debugging tools.  IE. ability to step through a
program, view variables, etc...  You can't do that with just vi and make.

Thanks for the info.

Chris - yea, I use windows machines (but not for servers!) - Bunnell

;)







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

2001-07-06 Thread KEnet Webmaster

Attached is the List of errors as the system kicks them out.

Keep in mind, this is a MAKE run on sqwebmail

I dont know if it will help anyone or not. 


- Original Message - 
From: "Marcus Williams" <[EMAIL PROTECTED]>
To: "KEnet Webmaster" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Cc: "alexus" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 12:30 PM
Subject: RE: sqwebmail w/ encyption feature + vpopmail w/ mysql support


> Okay since I'm now being copied on the messages after sending the
> request for slimming them down (and now I'm getting flamed for
> that... cheers RSS) how about this:
> 
> (1) Go to your vpopmail source directory
> (2) using your fave editor, open Makefile
> (3) search for line starting 'LDFLAGS =' (dont look for the quotes) -
> it may have something after the equals sign (its around line 154 in my
> copy but probably not yours)
> (4) add '-L/path/to/your/mysql/lib/directory' to the end of the line
> (dont add the quotes)
> (5) search for the line starting 'LIBS =' (dont look for the quotes) -
> it may have something after the equals sign (its on the line below in
> my Makefile)
> (6) add '-lmysqlclient -lz' to the end of the line (dont add the
> quotes)
> (7) save the new Makefile and exit vi/your fave editor
> (8) run make again
> 
> Not the best solution but it works for me.
> 
> Marcus
> 
> 


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 ../sha1/libsha1.a 
-lvpopmail  -lm -lcrypt
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open_update':
/home/archives/vpopmail-4.10.24/vauth.c:102: undefined reference to `mysql_init'
/home/archives/vpopmail-4.10.24/vauth.c:105: undefined reference to 
`mysql_real_connect'
/home/archives/vpopmail-4.10.24/vauth.c:112: undefined reference to 
`mysql_real_connect'
/home/archives/vpopmail-4.10.24/vauth.c:124: undefined reference to `mysql_query'
/home/archives/vpopmail-4.10.24/vauth.c:132: undefined reference to 
`mysql_store_result'
/home/archives/vpopmail-4.10.24/vauth.c:133: undefined reference to `mysql_free_result'
/home/archives/vpopmail-4.10.24/vauth.c:136: undefined reference to `mysql_select_db'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open_read_getall':
/home/archives/vpopmail-4.10.24/vauth.c:184: undefined reference to `mysql_init'
/home/archives/vpopmail-4.10.24/vauth.c:185: undefined reference to 
`mysql_real_connect'
/home/archives/vpopmail-4.10.24/vauth.c:189: undefined reference to 
`mysql_real_connect'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_adddomain':
/home/archives/vpopmail-4.10.24/vauth.c:217: undefined reference to `mysql_query'
/home/archives/vpopmail-4.10.24/vauth.c:223: undefined reference to 
`mysql_store_result'
/home/archives/vpopmail-4.10.24/vauth.c:224: undefined reference to `mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_adduser':
/home/archives/vpopmail-4.10.24/vauth.c:286: undefined reference to `mysql_query'
/home/archives/vpopmail-4.10.24/vauth.c:291: undefined reference to 
`mysql_store_result'
/home/archives/vpopmail-4.10.24/vauth.c:292: undefined reference to `mysql_free_result'
/home/archives/vpopmail-4.10.24/vauth.c:287: undefined reference to `mysql_error'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_getpw':
/home/archives/vpopmail-4.10.24/vauth.c:336: undefined reference to `mysql_query'
/home/archives/vpopmail-4.10.24/vauth.c:341: undefined reference to 
`mysql_store_result'
/home/archives/vpopmail-4.10.24/vauth.c:346: undefined reference to `mysql_num_rows'
/home/archives/vpopmail-4.10.24/vauth.c:358: undefined reference to `mysql_fetch_row'
/home/archives/vpopmail-4.10.24/vauth.c:370: undefined reference to `mysql_free_result'
/home/archives/vpopmail-4.10.24/vauth.c:373: undefined reference to `mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_deldomain':
/home/archives/vpopmail-4.10.24/vauth.c:394: undefined reference to `mysql_query'
/home/archives/vpopmail-4.10.24/vauth.c:397: undefined reference to 
`mysql_store_result'
/home/archives/vpopmail-4.10.24/vauth.c:398: undefined reference to `mysql_free_result'
/home/archives/vpopmail-4.10.24/vauth.c:403: undefined reference to `mysql_query'
/home/archives/vpopmail-4.10.24/vauth.c:406: undefined reference to 
`mysql_store_result'
/home/archives/vpopmail-4.10.24/vauth.c:407: undefined reference to `mysql_free_result'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_deluser':
/home/archives/vpopmail-4.10.24/vauth.c:439: undefined reference to `mysql_query'
/home/archives/vpopmail-4.10.24/vauth.c:442: undefined reference to 
`mysql_store_result'
/home/archives/vpopmail-4.10.24/vauth.c:443: undefined reference to `mysql_free_result'
/home/archives/vpopmail-4.10.24/vauth.c:449: undefined reference to `mysql_query'
/home/archives/vpopmail-4.10.24/vauth.c:452: undefined reference to 
`mysql_store_

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

2001-07-06 Thread KEnet Webmaster

Tries again ---

> :: Wonders why everyone keeps repeating the same answer ::
>
> I dont mean to be ungrateful, but Im not stupid.   I have put the line in
> properly, I have added it to the make file, I have followed FAQ 28 (which
> wasnt too helpful) I have the following mysql packages installed.

Package Class Description
mysql-3.23.33
MySQL-shared-3.23.39
mysql-client-3.23.33
mysql-devel-3.23.33
ezmlm-idx-mysql-0.53.324
mysql-bench-3.23.33

I have been following what everyone has suggested from the first one.  Yet
everyone comes back with  "Well you must not have done it right, cuz it
works for me"   Which (since I work in the field) is a classic tech support
answer.

The fact of the matter is, that every option you guys have presented to me,
has failed to work.  I dont know how many different places I can but the LIB
and LDFLAGS lines, but apparently they are not working in the Makefile, or
the command line.   Any other ideas?





>
> - Original Message -
> From: "Andrea Cerrito" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: "Ken Jones" <[EMAIL PROTECTED]>; "KEnet Webmaster"
> <[EMAIL PROTECTED]>; "alexus" <[EMAIL PROTECTED]>
> Sent: Friday, July 06, 2001 12:36 PM
> Subject: R: sqwebmail w/ encyption feature + vpopmail w/ mysql support
>
>
> > > nope.. didn't help:(
> >
> > Well, you have to change:
> >
> > LDFLAGS=" -L/where/are/your/mysql/lib -lmysqlclient"
> ./configure --blablabla
> >
> > All on the same line. To find /where/are/your/mysql/lib try
> >
> > # find / -name libmysqlclient.*
>
>




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

2001-07-06 Thread KEnet Webmaster

:: Wonders why everyone keeps repeating the same answer ::

I dont mean to be ungrateful, but Im not stupid.   I have put the line in
properly, I have added it to the make file, I have followed FAQ 28 (which
wasnt too helpful) I have the following mysql packages installed.

- Original Message -
From: "Andrea Cerrito" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Ken Jones" <[EMAIL PROTECTED]>; "KEnet Webmaster"
<[EMAIL PROTECTED]>; "alexus" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 12:36 PM
Subject: R: sqwebmail w/ encyption feature + vpopmail w/ mysql support


> > nope.. didn't help:(
>
> Well, you have to change:
>
> LDFLAGS=" -L/where/are/your/mysql/lib -lmysqlclient"
./configure --blablabla
>
> All on the same line. To find /where/are/your/mysql/lib try
>
> # find / -name libmysqlclient.*





Once again: vpopmail & relaying with mysql (HELP PLEASE!!!)

2001-07-06 Thread Bernd Vetter

Hi all,

after getting no response at all, this is my second try.
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%), after a client has tried to access his account,
while vchkpw logs success. This is my qmail-pop3d run script:

#!/bin/sh
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 2>&1

I think, this means, the two first of the three invoked modules, qmail-popup
and vchkpw are working fine, but the third invoked process, qmail-pop3d,
stucks.
The reason for this, I suppose, is that there is no open-smtp.cdb created.
./clearopensmtp also stucks.
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.cdb".
So parts of it seems to work.
What is wrong, what am I missing, or better, what is the responsible part of
this missing step above. May be, this is a database layout problem, too?
Is there a link to a correct mysqldump.db for vpopmail?
In the FAQ, i found a tcpserver-mysql-patch, which should let the tcpserver
access the mysql-db directly, without compiling any *.cdb. Anyone can point
me to the missing link for this patch?

Greetings

Bernardo

Virengeprüft vom G DATA AntiVirenKit





hacked, need help restoring

2001-07-06 Thread Jeff Gordon

Our system fell prey to a hacker and we've done a complete system
reinstall -- BUT only /home was backed-up and restored -- so, anything
vpopmail had created in /var/qmail/control is now missing-in-action;
and I think certain permisssions settings might be absent now too, lost
when we had to reconstruct /etc/passwd records to match owner-IDs on
the backed up files and subdirectories in /home. :(

Is there any reasonable way to "set things right" from here?  Or is the
only sane option to re-create vpopmail domains, lists and users from
scratch?

-- 

 -- Jeff --   

 "There's nothing left in the world to prove.  All that's worth doing
  is to love one another, using whatever means are available to serve."



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

2001-07-06 Thread Ken Jones

alexus wrote:
> 
> hmm it worked... or should i say it compiled fine now.. *BUT*
> 
> now i can't logon using my local users or virtual users...
> 
> any ideas why that could be?

Can you guys take this off the mailing list. It's using
up our little bandwidth at inter7. 

Thanks

Ken Jones
inter7



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

2001-07-06 Thread alexus

hmm it worked... or should i say it compiled fine now.. *BUT*

now i can't logon using my local users or virtual users...

any ideas why that could be?

- Original Message -
From: "Andrea Cerrito" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Ken Jones" <[EMAIL PROTECTED]>; "KEnet Webmaster"
<[EMAIL PROTECTED]>; "alexus" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 12:36 PM
Subject: R: sqwebmail w/ encyption feature + vpopmail w/ mysql support


> > nope.. didn't help:(
>
> Well, you have to change:
>
> LDFLAGS=" -L/where/are/your/mysql/lib -lmysqlclient"
./configure --blablabla
>
> All on the same line. To find /where/are/your/mysql/lib try
>
> # find / -name libmysqlclient.*
>
> But: are mysql libs installed? Did you install mysql with rpm? If it is
so,
> did you install the mysql-dev?
> ---
> Cordiali saluti / Best regards
> Andrea Cerrito
> ^^
> Net.Admin @ Centro MultiMediale di Terni S.p.A.
> P.zzale Bosco 3A
> 05100 Terni IT
> Tel. +39 0744 5441330
> Fax. +39 0744 5441372
>
>




Re: vpopmail and courier-imap

2001-07-06 Thread Ken Jones

Miranda Gomez Miguel Angel wrote:
> 
> I have a question,
> when i login into my webmail ( using squirrelmail and courrier-imap ) i can
> read the email, after that i connect using my outlook and there is no
> problem, but when i reconnect to the webmail i still can read the emails i
> downloaded with the outlook , is this normal ??
> i have to delete with the webmail all the emails to clean up the account (
> and the space ), doesn't the pop protocol do this automatically ??
> thanks

If you are using courier-imap then it's not pop.
Maybe you configured your outlook with imap?
Imap usually leaves the email on the server.

Ken Jones



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

2001-07-06 Thread Marcus Williams


> -Original Message-
> From: Marcus Williams [mailto:[EMAIL PROTECTED]]
> Okay since I'm now being copied on the messages after sending the
> request for slimming them down (and now I'm getting flamed for
> that... cheers RSS) how about this:

I am an arse. Ignore that message. Perhaps I should read messages
before trimming them :) You could probably try the same instructions
subsitituting sqwebmail where it says vpopmail.




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

2001-07-06 Thread Andrea Cerrito

> nope.. didn't help:(

Well, you have to change:

LDFLAGS=" -L/where/are/your/mysql/lib -lmysqlclient" ./configure --blablabla

All on the same line. To find /where/are/your/mysql/lib try

# find / -name libmysqlclient.*

But: are mysql libs installed? Did you install mysql with rpm? If it is so,
did you install the mysql-dev?
---
Cordiali saluti / Best regards
Andrea Cerrito
^^
Net.Admin @ Centro MultiMediale di Terni S.p.A.
P.zzale Bosco 3A
05100 Terni IT
Tel. +39 0744 5441330
Fax. +39 0744 5441372




vpopmail and courier-imap

2001-07-06 Thread Miranda Gomez Miguel Angel

I have a question,
when i login into my webmail ( using squirrelmail and courrier-imap ) i can
read the email, after that i connect using my outlook and there is no
problem, but when i reconnect to the webmail i still can read the emails i
downloaded with the outlook , is this normal ??
i have to delete with the webmail all the emails to clean up the account (
and the space ), doesn't the pop protocol do this automatically ??
thanks



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

2001-07-06 Thread Marcus Williams

Okay since I'm now being copied on the messages after sending the
request for slimming them down (and now I'm getting flamed for
that... cheers RSS) how about this:

(1) Go to your vpopmail source directory
(2) using your fave editor, open Makefile
(3) search for line starting 'LDFLAGS =' (dont look for the quotes) -
it may have something after the equals sign (its around line 154 in my
copy but probably not yours)
(4) add '-L/path/to/your/mysql/lib/directory' to the end of the line
(dont add the quotes)
(5) search for the line starting 'LIBS =' (dont look for the quotes) -
it may have something after the equals sign (its on the line below in
my Makefile)
(6) add '-lmysqlclient -lz' to the end of the line (dont add the
quotes)
(7) save the new Makefile and exit vi/your fave editor
(8) run make again

Not the best solution but it works for me.

Marcus




Re: http://learn.to/edit_messages NOW! (Was: sqwebmail w/ encyption feature + vpopmail w/ mysql support)

2001-07-06 Thread alexus

alexus is my name and there is nothing d00d3 or 733t about it

and once again i do *NOT* post the whole thing, i only posted error message
yes it's quite big.. but that's what it is.. and it's not up to me, if i'll
cut it down people who's trying to help me won't be able troubleshoot/debug
it..

- Original Message -
From: "Robin S. Socha" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 12:13 PM
Subject: http://learn.to/edit_messages NOW! (Was: sqwebmail w/ encyption
feature + vpopmail w/ mysql support)


> * Marcus Williams <[EMAIL PROTECTED]> [010706 10:17]:
> > Not wishing to butt in here but does anyone actually trim down their
> > replies anymore??? Some people have to pay for their connection time
> > (not me admittedly) and 50K plus messages repeating error logs over
> > and over is a bit off.
>
> It's not a bit off. It's also a sign that the person in question is not
> capable of understanding technical instructions. This "alexus" (eh,
> D00d3, a 733t nick does not make you any less annoying) person is a
> prime example.
>
> But then again, your message wasn't any better. Do you read mail from
> bottom to top? No? Then why do you  put your stuff on top of the quote?
> And why do you use a mailtoy that cuts References: headers on a mailing
> list? Admittedly, both Gnus and mutt have ways to work around this brain
> damage - but do you not find imposing this on people potentially willing
> to help you... u... insert your favourite expletive here, ok?
>
> Ah yes. Do not Cc: me. Ever. I'm on this list. I don't need to get mail
> twice. And I won't, anyway.
>
> Back to business, EoD IYAM.
>




http://learn.to/edit_messages NOW! (Was: sqwebmail w/ encyption feature + vpopmail w/ mysql support)

2001-07-06 Thread Robin S. Socha

* Marcus Williams <[EMAIL PROTECTED]> [010706 10:17]:
> Not wishing to butt in here but does anyone actually trim down their
> replies anymore??? Some people have to pay for their connection time
> (not me admittedly) and 50K plus messages repeating error logs over
> and over is a bit off.

It's not a bit off. It's also a sign that the person in question is not
capable of understanding technical instructions. This "alexus" (eh,
D00d3, a 733t nick does not make you any less annoying) person is a
prime example.

But then again, your message wasn't any better. Do you read mail from
bottom to top? No? Then why do you  put your stuff on top of the quote?
And why do you use a mailtoy that cuts References: headers on a mailing
list? Admittedly, both Gnus and mutt have ways to work around this brain
damage - but do you not find imposing this on people potentially willing
to help you... u... insert your favourite expletive here, ok?

Ah yes. Do not Cc: me. Ever. I'm on this list. I don't need to get mail
twice. And I won't, anyway.

Back to business, EoD IYAM.



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

2001-07-06 Thread KEnet Webmaster

Same error.

- Original Message -
From: "Andrea Cerrito" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Ken Jones" <[EMAIL PROTECTED]>; "alexus" <[EMAIL PROTECTED]>; "KEnet
Webmaster" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 11:43 AM
Subject: R: sqwebmail w/ encyption feature + vpopmail w/ mysql support


> Hope it helps: try
>
> LDFLAGS=" -L/usr/local/mysql/lib/mysql -lmysqlclient"
> ./configure --blablabla
> ---
> Cordiali saluti / Best regards
> Andrea Cerrito
> ^^
> Net.Admin @ Centro MultiMediale di Terni S.p.A.
> P.zzale Bosco 3A
> 05100 Terni IT
> Tel. +39 0744 5441330
> Fax. +39 0744 5441372
>
> > -Messaggio originale-
> > Da: KEnet Webmaster [mailto:[EMAIL PROTECTED]]
> > Inviato: venerdì 6 luglio 2001 17.24
> > A: Ken Jones; alexus
> > Cc: [EMAIL PROTECTED]
> > Oggetto: Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support
> >
> >
> > Oh, Just to note
> >
> > Im running SuSe Linux v 7.0 with Kernel 2.2.18smp
>
>




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

2001-07-06 Thread Syed Faruque Ahmed

I'm on Suse 7.0 with Kernel 2.2.19smp.  It worked on mine... :-)

At 11:24 AM 7/6/01 -0400, you wrote:
>Oh, Just to note
>
>Im running SuSe Linux v 7.0 with Kernel 2.2.18smp




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

2001-07-06 Thread alexus

nope.. didn't help:(

- Original Message -
From: "Andrea Cerrito" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Ken Jones" <[EMAIL PROTECTED]>; "alexus" <[EMAIL PROTECTED]>; "KEnet
Webmaster" <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 11:43 AM
Subject: R: sqwebmail w/ encyption feature + vpopmail w/ mysql support


> Hope it helps: try
>
> LDFLAGS=" -L/usr/local/mysql/lib/mysql -lmysqlclient"
> ./configure --blablabla
> ---
> Cordiali saluti / Best regards
> Andrea Cerrito
> ^^
> Net.Admin @ Centro MultiMediale di Terni S.p.A.
> P.zzale Bosco 3A
> 05100 Terni IT
> Tel. +39 0744 5441330
> Fax. +39 0744 5441372
>
> > -Messaggio originale-
> > Da: KEnet Webmaster [mailto:[EMAIL PROTECTED]]
> > Inviato: venerdì 6 luglio 2001 17.24
> > A: Ken Jones; alexus
> > Cc: [EMAIL PROTECTED]
> > Oggetto: Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support
> >
> >
> > Oh, Just to note
> >
> > Im running SuSe Linux v 7.0 with Kernel 2.2.18smp
>
>




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

2001-07-06 Thread alexus

i don't know why am I geting this.. i just did ./configure;gmake .. rest of
if is question for inter7:)

su-2.05# ls -la /var/qmail/vpopmail/include/
total 18
drwxr-xr-x  2 vpopmail  vchkpw   512 May  1 21:30 .
drwxr-xr-x  9 vpopmail  vchkpw   512 May  1 21:30 ..
-r--r--r--  1 vpopmail  vchkpw  3182 Jul  5 17:07 config.h
-r--r--r--  1 vpopmail  vchkpw  2746 Jul  5 17:07 vauth.h
-r--r--r--  1 vpopmail  vchkpw  4504 Jul  5 17:07 vpopmail.h
-r--r--r--  1 vpopmail  vchkpw  3182 Jul  5 17:07 vpopmail_config.h
su-2.05#

- Original Message -
From: "Syed Faruque Ahmed" <[EMAIL PROTECTED]>
To: "alexus" <[EMAIL PROTECTED]>; "Marcus Williams" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 11:38 AM
Subject: Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support


> I maybe wrong, but why are you getting
>
> "gcc -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./..
> -L/var/qmail/vpopmail/lib -o authdaemond.plain authdaemond.o
> authdaemond.plain.o ..."
>
> What is in /var/qmail/vpopmail/include ?  How did that get there ?
>
> Faruque
>
> At 11:22 AM 7/6/01 -0400, alexus wrote:
> >Marcus and everyone on that list
> >
> >I'm sorry for any inconvienece i'm causing.. i can't get it to work:( and
i
> >have to:(
> >
> >i'm only posting last error in full, i'm not posting everything
> >
> >once again please forgive me and bear with me:)
>
>




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

2001-07-06 Thread Andrea Cerrito

Hope it helps: try

LDFLAGS=" -L/usr/local/mysql/lib/mysql -lmysqlclient"
./configure --blablabla
---
Cordiali saluti / Best regards
Andrea Cerrito
^^
Net.Admin @ Centro MultiMediale di Terni S.p.A.
P.zzale Bosco 3A
05100 Terni IT
Tel. +39 0744 5441330
Fax. +39 0744 5441372

> -Messaggio originale-
> Da: KEnet Webmaster [mailto:[EMAIL PROTECTED]]
> Inviato: venerdì 6 luglio 2001 17.24
> A: Ken Jones; alexus
> Cc: [EMAIL PROTECTED]
> Oggetto: Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support
>
>
> Oh, Just to note
>
> Im running SuSe Linux v 7.0 with Kernel 2.2.18smp




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

2001-07-06 Thread Syed Faruque Ahmed

I maybe wrong, but why are you getting

"gcc -I/var/qmail/vpopmail/include -g -O2 -Wall -I.. -I./.. 
-L/var/qmail/vpopmail/lib -o authdaemond.plain authdaemond.o 
authdaemond.plain.o ..."

What is in /var/qmail/vpopmail/include ?  How did that get there ?

Faruque

At 11:22 AM 7/6/01 -0400, alexus wrote:
>Marcus and everyone on that list
>
>I'm sorry for any inconvienece i'm causing.. i can't get it to work:( and i
>have to:(
>
>i'm only posting last error in full, i'm not posting everything
>
>once again please forgive me and bear with me:)




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

2001-07-06 Thread KEnet Webmaster

Oh, Just to note

Im running SuSe Linux v 7.0 with Kernel 2.2.18smp


- Original Message -
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "alexus" <[EMAIL PROTECTED]>
Cc: "KEnet Webmaster" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 10:39 AM
Subject: Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support


>
> I notice you missed the "\" character in my example.
> This is a very important character. It tells the shell
> to continue the command on the next line.
>
> The way you did it:
> su-2.05# env "LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
> Is your first command
>
> Your second command was probably your configure line.
> ./configure blah blah
>
>
> Look again, very very closely at what I sent you.
> env "LIBS=-L/usr/lib/mysql -lmysqlclient -lz" \
> ./configure --enable-webpass=vpopmail --without-authuserdb \
>
> Notice those pesky \ characters.
>
> Ken Jones
>
> alexus wrote:
> >
> > grr
> >
> > i used --prefix=/usr/local/mysql when i was installing mysql and i did
> > specify it while building vpopmail and vpopmail found everything and
it's
> > working fine
> >
> > but even so i used env
> >
> > su-2.05# env "LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
> > PWD=/usr/local/src/sqwebmail-2.1.1
> > PAGER=more
> > HOSTNAME=box.nexgen.com
> > ENV=/home/alexus/.shrc
> > BLOCKSIZE=K
> > USER=alexus
> > MACHTYPE=i386-unknown-freebsdelf4.3
> > IRCNAME=http://www.alexus.org/
> > MAIL=/var/mail/alexus
> > EDITOR=vi
> > DISPLAY=box.nexgen.com:16.0
> > LOGNAME=alexus
> > SHLVL=2
> > SHELL=/usr/local/bin/bash
> > HOSTTYPE=i386
> > OSTYPE=freebsdelf4.3
> > HOME=/root
> > TERM=vt100
> >
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6
> > /bin
> > SSH_TTY=/dev/ttypa
> > _=/usr/bin/env
> > OLDPWD=/usr/local/src
> > LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz
> > su-2.05#
> >
> > and once again i end up with
> >
> >
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/vpo

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

2001-07-06 Thread Syed Faruque Ahmed

Oops.  Apologies... you are quite right.  but, sigh, all this bandwidth 
does spoil you, you know.. :-)

At 04:19 PM 7/6/01 +0100, Marcus Williams wrote:

>Hi -
>
>Not wishing to butt in here but does anyone actually trim down their
>replies anymore??? Some people have to pay for their connection time
>(not me admittedly) and 50K plus messages repeating error logs over
>and over is a bit off.
>
>Marcus
>
>
> > -Original Message-
> > From: Syed Faruque Ahmed [mailto:[EMAIL PROTECTED]]




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

2001-07-06 Thread KEnet Webmaster

I did it with all those little pesky / characters Ken...

Same errors

My libs are in
www:/home/archives/sqwebmail-2.1.1.20010620 # cd /usr/lib/mysql/
www:/usr/lib/mysql # ls
.  ..  libmysqlclient.a  libmysqlclient.la  libmysqlclient.so
www:/usr/lib/mysql #

Here is exactly what I put into the command line.

www:/home/archives/sqwebmail-2.1.1.20010620 # env
"LIBS=-L/usr/lib/mysql -lmysqlclient -lz" \
> ./configure --enable-webpass=vpopmail --without-authuserdb \
>
then I hit enter, the Configure works fine, I run MAKE and it runs for a
while, then hits vauth.o and I start getting the errors.
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open_update':
/home/archives/vpopmail-4.10.24/vauth.c:102: undefined reference to
`mysql_init'
/home/archives/vpopmail-4.10.24/vauth.c:105: undefined reference to
`mysql_real_connect'
/home/archives/vpopmail-4.10.24/vauth.c:112: undefined reference to
`mysql_real_connect'
/home/archives/vpopmail-4.10.24/vauth.c:124: undefined reference to
`mysql_query'
/home/archives/vpopmail-4.10.24/vauth.c:132: undefined reference to
`mysql_store_result'
/home/archives/vpopmail-4.10.24/vauth.c:133: undefined reference to
`mysql_free_result'
/home/archives/vpopmail-4.10.24/vauth.c:136: undefined reference to
`mysql_select_db'
/home/vpopmail/lib/libvpopmail.a(vauth.o): In function
`vauth_open_read_getall':
/home/archives/vpopmail-4.10.24/vauth.c:184: undefined reference to
`mysql_init'
/home/archives/vpopmail-4.10.24/vauth.c:185: undefined reference to
`mysql_real_connect'
/home/archives/vpopmail-4.10.24/vauth.c:189: undefined reference to
`mysql_real_connect'





- Original Message -
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "alexus" <[EMAIL PROTECTED]>
Cc: "KEnet Webmaster" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 10:39 AM
Subject: Re: sqwebmail w/ encyption feature + vpopmail w/ mysql support


>
> I notice you missed the "\" character in my example.
> This is a very important character. It tells the shell
> to continue the command on the next line.
>
> The way you did it:
> su-2.05# env "LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
> Is your first command
>
> Your second command was probably your configure line.
> ./configure blah blah
>
>
> Look again, very very closely at what I sent you.
> env "LIBS=-L/usr/lib/mysql -lmysqlclient -lz" \
> ./configure --enable-webpass=vpopmail --without-authuserdb \
>
> Notice those pesky \ characters.
>
> Ken Jones
>
> alexus wrote:
> >
> > grr
> >
> > i used --prefix=/usr/local/mysql when i was installing mysql and i did
> > specify it while building vpopmail and vpopmail found everything and
it's
> > working fine
> >
> > but even so i used env
> >
> > su-2.05# env "LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
> > PWD=/usr/local/src/sqwebmail-2.1.1
> > PAGER=more
> > HOSTNAME=box.nexgen.com
> > ENV=/home/alexus/.shrc
> > BLOCKSIZE=K
> > USER=alexus
> > MACHTYPE=i386-unknown-freebsdelf4.3
> > IRCNAME=http://www.alexus.org/
> > MAIL=/var/mail/alexus
> > EDITOR=vi
> > DISPLAY=box.nexgen.com:16.0
> > LOGNAME=alexus
> > SHLVL=2
> > SHELL=/usr/local/bin/bash
> > HOSTTYPE=i386
> > OSTYPE=freebsdelf4.3
> > HOME=/root
> > TERM=vt100
> >
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6
> > /bin
> > SSH_TTY=/dev/ttypa
> > _=/usr/bin/env
> > OLDPWD=/usr/local/src
> > LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz
> > su-2.05#
> >
> > and once again i end up with
> >
> >
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/v

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

2001-07-06 Thread alexus

Marcus and everyone on that list

I'm sorry for any inconvienece i'm causing.. i can't get it to work:( and i
have to:(

i'm only posting last error in full, i'm not posting everything

once again please forgive me and bear with me:)

- Original Message -
From: "Marcus Williams" <[EMAIL PROTECTED]>
To: "Syed Faruque Ahmed" <[EMAIL PROTECTED]>; "alexus" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 11:19 AM
Subject: RE: sqwebmail w/ encyption feature + vpopmail w/ mysql support


>
> Hi -
>
> Not wishing to butt in here but does anyone actually trim down their
> replies anymore??? Some people have to pay for their connection time
> (not me admittedly) and 50K plus messages repeating error logs over
> and over is a bit off.
>
> Marcus
>
>
> > -Original Message-
> > From: Syed Faruque Ahmed [mailto:[EMAIL PROTECTED]]
> > Sent: 06 July 2001 16:12
> > To: alexus
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: sqwebmail w/ encyption feature + vpopmail w/
> > mysql support
> >
> >
> > Are you sure you are executing the env ALONG with the
> > "./configure "  ?
> > E.g., did you try to put it all in one script file and run it ?
> > i.e.
> >
>
>




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

2001-07-06 Thread Marcus Williams


Hi -

Not wishing to butt in here but does anyone actually trim down their
replies anymore??? Some people have to pay for their connection time
(not me admittedly) and 50K plus messages repeating error logs over
and over is a bit off.

Marcus


> -Original Message-
> From: Syed Faruque Ahmed [mailto:[EMAIL PROTECTED]]
> Sent: 06 July 2001 16:12
> To: alexus
> Cc: [EMAIL PROTECTED]
> Subject: Re: sqwebmail w/ encyption feature + vpopmail w/
> mysql support
>
>
> Are you sure you are executing the env ALONG with the
> "./configure "  ?
> E.g., did you try to put it all in one script file and run it ?
> i.e.
>




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

2001-07-06 Thread Ken Jones


I notice you missed the "\" character in my example.
This is a very important character. It tells the shell
to continue the command on the next line.

The way you did it:
su-2.05# env "LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
Is your first command

Your second command was probably your configure line.
./configure blah blah


Look again, very very closely at what I sent you.
env "LIBS=-L/usr/lib/mysql -lmysqlclient -lz" \
./configure --enable-webpass=vpopmail --without-authuserdb \

Notice those pesky \ characters.

Ken Jones

alexus wrote:
> 
> grr
> 
> i used --prefix=/usr/local/mysql when i was installing mysql and i did
> specify it while building vpopmail and vpopmail found everything and it's
> working fine
> 
> but even so i used env
> 
> su-2.05# env "LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
> PWD=/usr/local/src/sqwebmail-2.1.1
> PAGER=more
> HOSTNAME=box.nexgen.com
> ENV=/home/alexus/.shrc
> BLOCKSIZE=K
> USER=alexus
> MACHTYPE=i386-unknown-freebsdelf4.3
> IRCNAME=http://www.alexus.org/
> MAIL=/var/mail/alexus
> EDITOR=vi
> DISPLAY=box.nexgen.com:16.0
> LOGNAME=alexus
> SHLVL=2
> SHELL=/usr/local/bin/bash
> HOSTTYPE=i386
> OSTYPE=freebsdelf4.3
> HOME=/root
> TERM=vt100
> PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6
> /bin
> SSH_TTY=/dev/ttypa
> _=/usr/bin/env
> OLDPWD=/usr/local/src
> LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz
> su-2.05#
> 
> and once again i end up with
> 
> 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_get

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

2001-07-06 Thread alexus

grr

i used --prefix=/usr/local/mysql when i was installing mysql and i did
specify it while building vpopmail and vpopmail found everything and it's
working fine

but even so i used env

su-2.05# env "LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz"
PWD=/usr/local/src/sqwebmail-2.1.1
PAGER=more
HOSTNAME=box.nexgen.com
ENV=/home/alexus/.shrc
BLOCKSIZE=K
USER=alexus
MACHTYPE=i386-unknown-freebsdelf4.3
IRCNAME=http://www.alexus.org/
MAIL=/var/mail/alexus
EDITOR=vi
DISPLAY=box.nexgen.com:16.0
LOGNAME=alexus
SHLVL=2
SHELL=/usr/local/bin/bash
HOSTTYPE=i386
OSTYPE=freebsdelf4.3
HOME=/root
TERM=vt100
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6
/bin
SSH_TTY=/dev/ttypa
_=/usr/bin/env
OLDPWD=/usr/local/src
LIBS=-L/usr/local/mysql/lib/mysql -lmysqlclient -lz
su-2.05#

and once again i end up with

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

Re: vpopmail and multilog

2001-07-06 Thread Ken Jones

Martin Hasenbein wrote:
> 
> Hi,
> 
> how can I configure vpopmail not to log to syslog but to multilog?
> I'm runnig qmail with the daemontools and pop3 is configured to use
> multilog. But vpopmail loggs still to syslog:
> 
> Jul  6 13:22:48  work vpopmail[45557]: vchkpw login 
>[EMAIL PROTECTED]:xxx.xxx.xxx.xxx
> 
> How can I change that? Can I change it?

Sounds like you want those syslog messages to show up in
a separate multilog file. Which I would like too.

The problem is, how to connect vchkpw to a multilog stream?

The way tcpserver and qmail-send do it is they just printf
to standard out. Then pipe standard out into multilog.

When vchkpw prints to standard out it ends up being sent
to the pop client.

So how do we get vchkpw connected to multilog?

Ken Jones



Re: Adding Delivered-to: or Apparently-to: headers

2001-07-06 Thread Ken Jones

Joel Thoms wrote:
> 
> I receive *@joel.net and get spam to specific addresses.  I want to add a
> header to the email so i can filter based upon who it's addressed to.
> 
> Can I do this within vpopmail or do i have to add it at the qmail level?
> I'm not really sure and I couldn't find anything on the web talking about
> this.  I thought you guys might be able to point me in the right direction.
> 
> Thanks!!!

Actually I just finished reviewing the Delivered-To: headers in
vpopmail (devel version). Found some possible mail loops. 
vdelivermail and qmail-local put a Delivered-To: header in each
email. 

Ken Jones



Adding Delivered-to: or Apparently-to: headers

2001-07-06 Thread Joel Thoms


I receive *@joel.net and get spam to specific addresses.  I want to add a 
header to the email so i can filter based upon who it's addressed to. 

Can I do this within vpopmail or do i have to add it at the qmail level?  
I'm not really sure and I couldn't find anything on the web talking about 
this.  I thought you guys might be able to point me in the right direction. 

Thanks!!!



vpopmail and multilog

2001-07-06 Thread Martin Hasenbein

Hi,

how can I configure vpopmail not to log to syslog but to multilog?
I'm runnig qmail with the daemontools and pop3 is configured to use
multilog. But vpopmail loggs still to syslog:

Jul  6 13:22:48  work vpopmail[45557]: vchkpw login 
[EMAIL PROTECTED]:xxx.xxx.xxx.xxx

How can I change that? Can I change it?

/martin



---


   Martin Hasenbein  Phone (Fax): (+49) 89 1216376-1 (3)
 \|/   Weiglstr.9mailto:[EMAIL PROTECTED]
 @ @   D-80636 München   http://martin.hasenbein.com
-oOO-(_)-OOo

On the 8th day, god created Unix ;-)



Re: IRC channel ??

2001-07-06 Thread Faried Nawaz

Dushyanth Harinath wrote:

  Has anybody thought of setting up an IRC channel for qmail-vpopmail and
  related software.Might be great for no users.

#qmail on efnet.

However, the best help for new users is the documentation and source code.



IRC channel ??

2001-07-06 Thread Dushyanth Harinath

Hi folks,
Has anybody thought of setting up an IRC channel for qmail-vpopmail and
related software.Might be great for no users.

regards
dushyanth

-- 
Dushyanth Harinath
Archean Infotech Limited
Ph No:091-040-3228666,6570704,3228674
http://www.archeanit.com






Re: Users cannot get mail via POP.

2001-07-06 Thread Lou Hevly

At 02:08 06/07/01, Steve Fulton wrote:
>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 seen this error when users use, for example, 'steve' as their 
login
name rather than '[EMAIL PROTECTED]' (or 'steve1%kursat.com').

See: http://inter7.com/vpopmail/FAQ
1. How to I pop in to pick up my virtual domain email?



-- 
All the best (Adéu-siau),
Lou Hevly
[EMAIL PROTECTED]
http://www.visca.com