From erik at linesight.com Fri Jan 2 21:51:39 2004 From: erik at linesight.com (Erik Mallory) Date: Fri, 2 Jan 2004 15:51:39 -0600 Subject: [Vmail-discuss] Apache Error (Novice) Message-ID: <001401c3d17a$9a0fae00$3701a8c0@linesight.corp> Hello I know this is a novice question; a nudge in the right direction (to the right documentation) would help me out considerably. My web server throws the following error on a RH 8.0 box. [Fri Jan 02 15:15:47 2004] [error] [client 192.168.1.55] Can't locate DomainAdmin.pm in @INC (@INC contains: /var/www/html/vmail/perlmods /usr/lib/perl5/5.8.\ 0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl\ /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . /var/www/html/vmail/perlmods) at /var\ /www/cgi-bin/login line 17. The requisite *.pm files are in the expected directory (/var/www/html/vmail/perlmods) What am I missing? Best regards, Erik Mallory ------------------ www.linesight.com Office: 316.267.5700 Cell: 316.993.5700 From erik at linesight.com Fri Jan 2 22:14:31 2004 From: erik at linesight.com (Erik Mallory) Date: Fri, 2 Jan 2004 16:14:31 -0600 Subject: [Vmail-discuss] Apache Error (Novice) Message-ID: <001501c3d17d$cc542690$3701a8c0@linesight.corp> Okay.... So my permissions were goofy. It's all better now... Thanks Erik Mallory ------------------ www.linesight.com Office: 316.267.5700 Cell: 316.993.5700 -----Original Message----- From: Erik Mallory [mailto:erik@linesight.com] Sent: Friday, January 02, 2004 3:52 PM To: 'vmail-discuss@lists.beasts.org' Subject: Apache Error (Novice) Hello I know this is a novice question; a nudge in the right direction (to the right documentation) would help me out considerably. My web server throws the following error on a RH 8.0 box. [Fri Jan 02 15:15:47 2004] [error] [client 192.168.1.55] Can't locate DomainAdmin.pm in @INC (@INC contains: /var/www/html/vmail/perlmods /usr/lib/perl5/5.8.\ 0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl\ /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . /var/www/html/vmail/perlmods) at /var\ /www/cgi-bin/login line 17. The requisite *.pm files are in the expected directory (/var/www/html/vmail/perlmods) What am I missing? Best regards, Erik Mallory ------------------ www.linesight.com Office: 316.267.5700 Cell: 316.993.5700 From ika at expressmail.dk Sat Jan 3 21:31:14 2004 From: ika at expressmail.dk (Ian Armstrong) Date: Sat, 3 Jan 2004 22:31:14 +0100 (CET) Subject: [Vmail-discuss] installing vmail-sql Message-ID: <20040103213114.69F84556ED@mail.expressmail.dk> --=_1f915202fc00c2b112f8eb402024a85f Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Hi, I am busy installing vmail-sql. I have come as far as compiling tpop3d, which seemed to work fine. I used the following configuration: ./configure --sysconfdir=/etc/tpop3d \ --enable-auth-mysql \ --with-mysql-lib-dir=/usr/lib/mysql/ \ --with-mysql-include-dir=/usr/include/mysql/ \ --enable-mbox-maildir \ --disable-auth-pam I am now looking for a "tpop3d.conf" file for my setup. It would be a big help if I could find an example which I could use. Thanks. Ian. Ian Armstrong ---------------------------------- ika@expressmail.dk --=_1f915202fc00c2b112f8eb402024a85f Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable

Hi,=0D
=0D
I am busy installing vmail-sql. I have come as far as comp= iling tpop3d,
which seemed to work fine. I used the following configurat= ion:=0D
=0D
./configure --sysconfdir=3D/etc/tpop3d \=0D
= --enable-auth-mysql \=0D
--with-mysql-lib-dir= =3D/usr/lib/mysql/ \=0D
--with-mysql-include-dir=3D/usr/= include/mysql/ \=0D
--enable-mbox-maildir \=0D
= --disable-auth-pam=0D
=0D
=0D
I am now looking for a "tp= op3d.conf" file for my setup. It would be a big
help if I could find an = example which I could use.=0D
=0D
Thanks.=0D
Ian.=0D
=0D
=0D=
Ian Armstrong=0D
----------------------------------=0D
ika@expres= smail.dk=0D

Sign up for your free e-mail address at http://www.expressmail.dk

--=_1f915202fc00c2b112f8eb402024a85f-- From gerry at interpool.ca Tue Jan 6 16:26:59 2004 From: gerry at interpool.ca (Gerald Freymann) Date: Tue, 6 Jan 2004 11:26:59 -0500 Subject: [Vmail-discuss] installing vmail-sql In-Reply-To: <20040103213114.69F84556ED@mail.expressmail.dk> References: <20040103213114.69F84556ED@mail.expressmail.dk> Message-ID: <20040106112659.583e38d0.gerry@interpool.ca> On Sat, 3 Jan 2004 22:31:14 +0100 (CET) Ian Armstrong wrote: |O|>I am now looking for a "tpop3d.conf" file for my setup. It would be a |O|>big help if I could find an example which I could use. I see nobody has replied, probably because it's a basic question? But here's a big copy of my big tpop3d.conf file: ============== listen-address: 192.168.0.10 max-children: 20 mailbox: bsd:/var/mail/$(user) auth-pam-enable: yes ============== Isn't there a sample that gets installed? -gerry From chris at ex-parrot.com Tue Jan 6 17:27:33 2004 From: chris at ex-parrot.com (Chris Lightfoot) Date: Tue, 6 Jan 2004 17:27:33 +0000 Subject: [Vmail-discuss] installing vmail-sql In-Reply-To: <20040106112659.583e38d0.gerry@interpool.ca> References: <20040103213114.69F84556ED@mail.expressmail.dk> <20040106112659.583e38d0.gerry@interpool.ca> Message-ID: On Tue, Jan 06, 2004 at 11:26:59AM -0500, Gerald Freymann wrote: > On Sat, 3 Jan 2004 22:31:14 +0100 (CET) > Ian Armstrong wrote: > > |O|>I am now looking for a "tpop3d.conf" file for my setup. It would be a > |O|>big help if I could find an example which I could use. > > I see nobody has replied, probably because it's a basic question? But > here's a big copy of my big tpop3d.conf file: > > ============== > listen-address: 192.168.0.10 > max-children: 20 > > mailbox: bsd:/var/mail/$(user) > > auth-pam-enable: yes > ============== > > Isn't there a sample that gets installed? no, but there's a sample in the distribution -- tpop3d.conf.sample. -- The theory is based on arithmetic overflow, qualified names, and axial lead resistors (Purgathofer, from Beware of VIDEA) From ika at expressmail.dk Tue Jan 6 16:41:18 2004 From: ika at expressmail.dk (Ian =?ISO-8859-1?Q?Armstrong=A0?=) Date: Tue, 6 Jan 2004 17:41:18 +0100 (CET) Subject: [Vmail-discuss] installing vmail-sql Message-ID: <20040106164118.79C3D557E3@mail.expressmail.dk> On 06-Jan-2004, Gerald Freymann  wrote: |On Sat, 3 Jan 2004 22:31:14 +0100 (CET) |Ian Armstrong wrote: | ||O|>I am now looking for a "tpop3d.conf" file for my setup. It would be a ||O|>big help if I could find an example which I could use. | | I see nobody has replied, probably because it's a basic question? But |here's a big copy of my big tpop3d.conf file: | |============== |listen-address: 192.168.0.10 |max-children: 20 | |mailbox: bsd:/var/mail/$(user) | |auth-pam-enable: yes |============== | |Isn't there a sample that gets installed? | |-gerry Thanks for your help. I couldn't find an example with the installation, but I found one on the mailing list archives. Ian. Ian Armstrong ---------------------------------- ika@expressmail.dk