Re: FTP Proxy

2002-02-16 Thread Noel Koethe

On Fre, 15 Feb 2002, Asher Densmore-Lynn wrote:

 Can anyone recommend to me a good (non-transparent by
 preference) FTP proxy? I've never managed to get SOCKS
 and active FTP to work well together, so I've always
 needed PASV, and I'm encountering problems with
 misconfigured sites that can't use passive
 connections.

jftpgw

-- 
Noèl Köthe


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




PHP4 module for Apache?

2002-02-16 Thread Michael Merritt

What package do I need to install to get mod_php support for PHP4 in Apache?  
I installed the php4 package, but my php scripts are still not being parsed.

Thanks,
-- 
 Michael MerrittO2/CO2 Conversion Specialist [o]

 [EMAIL PROTECTED] | www.miklm.com | (931) 205-1392 | AIM/MSN miklm

 Piracy is not a technological issue. It's a behavior issue.   
   --Steve Jobs


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: PHP4 module for Apache?

2002-02-16 Thread Gavin Hamill

On Sat, Feb 16, 2002 at 10:09:39AM -0600, Michael Merritt wrote:
 What package do I need to install to get mod_php support for PHP4 in Apache?  
 I installed the php4 package, but my php scripts are still not being parsed.

Check your /etc/apache/httpd.conf for this line... it's around line 240

LoadModule php4_module /usr/lib/apache/1.3/libphp4.so

It's quite possible that the apache configuration script has commented this out... 
it's for this 
reason that when it says 'Pondering do you want to save these changes?' I /ALWAYS/ 
say No...

If it's commented out, remove the comment and restart apache...

gdh



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: PHP4 module for Apache?

2002-02-16 Thread Michael Merritt

On Saturday 16 February 2002 10:50 am, Gavin Hamill wrote:
 LoadModule php4_module /usr/lib/apache/1.3/libphp4.so

 If it's commented out, remove the comment and restart apache...

Thanks.  I had already uncommented that line, and I did /etc/init.d/apache 
restart but that didn't do it.  However, stop, then start worked.
-- 
 Michael Merritt   O2/CO2 Conversion Specialist [h]

 [EMAIL PROTECTED] | www.miklm.com | (931) 205-1392 | AIM/MSN miklm

Love me or hate me, but spare me your indifference. --Libbie Fudim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




ipop3d not moving mail from /var/spool/mail to mbox

2002-02-16 Thread Jarno Elonen

Hi,

I have a small problem with ipop3d.

After a recent system update, ipop3d stopped moving users' mail from 
/var/spool/mail to mbox. Now both 'mail' command and pop3 clients show empty 
mailbox even if exim has in fact pumped /var/spool/mail full of new messages.

I previously had ipop3d with stunnel for SSL, but while trying to fix this 
problem I updated it to package 'ipop3d-ssl'.

When the mails where working, /var/log/mail.info looked like this:

-- clip --
Feb 14 09:07:30 host ipop3d[16394]: Moved 4188 bytes of new mail to 
/home/user/mbox from /var/spool/mail/user host= host [127.0.0.1]

Feb 14 09:07:30 host ipop3d[16394]: Login user=user host=host 
[127.0.0.1] nmsgs=2/2
-- clip --

Now the 'Moved xxx bytes' message is gone:

-- clip --
Feb 16 23:18:15 host ipop3d[30143]: pop3s SSL service init from 
123.456.789.012

Feb 16 23:18:17 host ipop3d[30143]: Auth user=user 
host=users.computer.net [123.456.789.012] nmsgs=0/0
-- clip --

Anyone know a way to fix this?

- Jarno


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ipop3d not moving mail from /var/spool/mail to mbox

2002-02-16 Thread Alexander List

On Sun, 17 Feb 2002, Jarno Elonen wrote:

 After a recent system update, ipop3d stopped moving users' mail from
 /var/spool/mail to mbox. Now both 'mail' command and pop3 clients show empty
 mailbox even if exim has in fact pumped /var/spool/mail full of new messages.

Huomenta!

No concrete solution to the problem, but did you notice that the default
location for the mailboxes has changed from /var/spool/mail to /var/mail?

Try stracing the ipop3d process and look what exactly it's doing...

Alex

-- 
Forgive me, but I'm talking to a politician.
John Simpson, BBC World


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: ipop3d not moving mail from /var/spool/mail to mbox

2002-02-16 Thread Vasil Kolev

That's something to check, and ... does some one know why exactly did that
happen ( the transition from /var/spool/mail to /var/mail), and why the
upgrade scripts didn't handle that ... I had some very funny problems...
One ovf them being the lack of email for abuse@domain account :)

On Sun, 17 Feb 2002, Alexander List wrote:

 On Sun, 17 Feb 2002, Jarno Elonen wrote:

  After a recent system update, ipop3d stopped moving users' mail from
  /var/spool/mail to mbox. Now both 'mail' command and pop3 clients show empty
  mailbox even if exim has in fact pumped /var/spool/mail full of new messages.

 Huomenta!

 No concrete solution to the problem, but did you notice that the default
 location for the mailboxes has changed from /var/spool/mail to /var/mail?

 Try stracing the ipop3d process and look what exactly it's doing...

 Alex

 --
 Forgive me, but I'm talking to a politician.
   John Simpson, BBC World


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re[2]: ipop3d not moving mail from /var/spool/mail to mbox

2002-02-16 Thread Kevin

wasnt /var/spool/mail a symlink to /var/mail anyway?

 That's something to check, and ... does some one know why exactly did that
 happen ( the transition from /var/spool/mail to /var/mail), and why the
 upgrade scripts didn't handle that ... I had some very funny problems...
 One ovf them being the lack of email for abuse@domain account :)

 On Sun, 17 Feb 2002, Alexander List wrote:

 On Sun, 17 Feb 2002, Jarno Elonen wrote:

  After a recent system update, ipop3d stopped moving users' mail from
  /var/spool/mail to mbox. Now both 'mail' command and pop3 clients show empty
  mailbox even if exim has in fact pumped /var/spool/mail full of new messages.

 Huomenta!

 No concrete solution to the problem, but did you notice that the default
 location for the mailboxes has changed from /var/spool/mail to /var/mail?

 Try stracing the ipop3d process and look what exactly it's doing...

 Alex

 --
 Forgive me, but I'm talking to a politician.
   John Simpson, BBC World


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




PHP4 module for Apache?

2002-02-16 Thread Michael Merritt
What package do I need to install to get mod_php support for PHP4 in Apache?  
I installed the php4 package, but my php scripts are still not being parsed.

Thanks,
-- 
 Michael MerrittO2/CO2 Conversion Specialist [o]

 [EMAIL PROTECTED] | www.miklm.com | (931) 205-1392 | AIM/MSN miklm

 Piracy is not a technological issue. It's a behavior issue.   
   --Steve Jobs




Re: PHP4 module for Apache?

2002-02-16 Thread Gavin Hamill
On Sat, Feb 16, 2002 at 10:09:39AM -0600, Michael Merritt wrote:
 What package do I need to install to get mod_php support for PHP4 in Apache?  
 I installed the php4 package, but my php scripts are still not being parsed.

Check your /etc/apache/httpd.conf for this line... it's around line 240

LoadModule php4_module /usr/lib/apache/1.3/libphp4.so

It's quite possible that the apache configuration script has commented this 
out... it's for this 
reason that when it says 'Pondering do you want to save these changes?' I 
/ALWAYS/ say No...

If it's commented out, remove the comment and restart apache...

gdh





Re: PHP4 module for Apache?

2002-02-16 Thread Michael Merritt
On Saturday 16 February 2002 10:50 am, Gavin Hamill wrote:
 LoadModule php4_module /usr/lib/apache/1.3/libphp4.so

 If it's commented out, remove the comment and restart apache...

Thanks.  I had already uncommented that line, and I did /etc/init.d/apache 
restart but that didn't do it.  However, stop, then start worked.
-- 
 Michael Merritt   O2/CO2 Conversion Specialist [h]

 [EMAIL PROTECTED] | www.miklm.com | (931) 205-1392 | AIM/MSN miklm

Love me or hate me, but spare me your indifference. --Libbie Fudim




ipop3d not moving mail from /var/spool/mail to mbox

2002-02-16 Thread Jarno Elonen
Hi,

I have a small problem with ipop3d.

After a recent system update, ipop3d stopped moving users' mail from 
/var/spool/mail to mbox. Now both 'mail' command and pop3 clients show empty 
mailbox even if exim has in fact pumped /var/spool/mail full of new messages.

I previously had ipop3d with stunnel for SSL, but while trying to fix this 
problem I updated it to package 'ipop3d-ssl'.

When the mails where working, /var/log/mail.info looked like this:

-- clip --
Feb 14 09:07:30 host ipop3d[16394]: Moved 4188 bytes of new mail to 
/home/user/mbox from /var/spool/mail/user host= host [127.0.0.1]

Feb 14 09:07:30 host ipop3d[16394]: Login user=user host=host 
[127.0.0.1] nmsgs=2/2
-- clip --

Now the 'Moved xxx bytes' message is gone:

-- clip --
Feb 16 23:18:15 host ipop3d[30143]: pop3s SSL service init from 
123.456.789.012

Feb 16 23:18:17 host ipop3d[30143]: Auth user=user 
host=users.computer.net [123.456.789.012] nmsgs=0/0
-- clip --

Anyone know a way to fix this?

- Jarno




Re: ipop3d not moving mail from /var/spool/mail to mbox

2002-02-16 Thread Alexander List
On Sun, 17 Feb 2002, Jarno Elonen wrote:

 After a recent system update, ipop3d stopped moving users' mail from
 /var/spool/mail to mbox. Now both 'mail' command and pop3 clients show empty
 mailbox even if exim has in fact pumped /var/spool/mail full of new messages.

Huomenta!

No concrete solution to the problem, but did you notice that the default
location for the mailboxes has changed from /var/spool/mail to /var/mail?

Try stracing the ipop3d process and look what exactly it's doing...

Alex

-- 
Forgive me, but I'm talking to a politician.
John Simpson, BBC World




Re: ipop3d not moving mail from /var/spool/mail to mbox

2002-02-16 Thread Vasil Kolev
That's something to check, and ... does some one know why exactly did that
happen ( the transition from /var/spool/mail to /var/mail), and why the
upgrade scripts didn't handle that ... I had some very funny problems...
One ovf them being the lack of email for [EMAIL PROTECTED] account :)

On Sun, 17 Feb 2002, Alexander List wrote:

 On Sun, 17 Feb 2002, Jarno Elonen wrote:

  After a recent system update, ipop3d stopped moving users' mail from
  /var/spool/mail to mbox. Now both 'mail' command and pop3 clients show empty
  mailbox even if exim has in fact pumped /var/spool/mail full of new 
  messages.

 Huomenta!

 No concrete solution to the problem, but did you notice that the default
 location for the mailboxes has changed from /var/spool/mail to /var/mail?

 Try stracing the ipop3d process and look what exactly it's doing...

 Alex

 --
 Forgive me, but I'm talking to a politician.
   John Simpson, BBC World


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]






Re[2]: ipop3d not moving mail from /var/spool/mail to mbox

2002-02-16 Thread Kevin
wasnt /var/spool/mail a symlink to /var/mail anyway?

 That's something to check, and ... does some one know why exactly did that
 happen ( the transition from /var/spool/mail to /var/mail), and why the
 upgrade scripts didn't handle that ... I had some very funny problems...
 One ovf them being the lack of email for [EMAIL PROTECTED] account :)

 On Sun, 17 Feb 2002, Alexander List wrote:

 On Sun, 17 Feb 2002, Jarno Elonen wrote:

  After a recent system update, ipop3d stopped moving users' mail from
  /var/spool/mail to mbox. Now both 'mail' command and pop3 clients show 
  empty
  mailbox even if exim has in fact pumped /var/spool/mail full of new 
  messages.

 Huomenta!

 No concrete solution to the problem, but did you notice that the default
 location for the mailboxes has changed from /var/spool/mail to /var/mail?

 Try stracing the ipop3d process and look what exactly it's doing...

 Alex

 --
 Forgive me, but I'm talking to a politician.
   John Simpson, BBC World


 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]