Re: pop3 problems

2007-04-04 Thread David Southwell
On Wednesday 04 April 2007 08:57:51 David Southwell wrote:
 I am trying to get pop3 working on freebsd 6.1 but am having no success.

 mail ports installed:
 [EMAIL PROTECTED] /usr/ports/mail/imap-uw]# pkg_info |grep mail
 cclient-2004g,1 Mark Crispin's C-client mail access routines
 imap-uw-2004g_1,1   University of Washington IMAP4rev1/POP2/POP3 mail
 servers maildrop-2.0.2  Mail delivery agent (MDA) with filtering
 abilities postfix-2.3.8,1 A secure alternative to widely-used Sendmail
 [EMAIL PROTECTED] /usr/ports/mail/imap-uw]#


 In inetd I have:
 pop2stream  tcp nowait  root/usr/local/libexec/ipop2d   ipop2d
 pop3stream  tcp nowait  root/usr/local/libexec/ipop3d   ipop3d
 imap4   stream  tcp nowait  root/usr/local/libexec/imapdimapd
 When connections are attempted there is no response from the server.
correction the above line should read:
When connections are attempted there is response from the server!!

 When an attempt is made to connect to pop3 the server is found, connection
 is made but there is a problem with password verification.

 Can anyone help me identify the problem. I have not been able to find a
 check list to help.

 How do I get logging information for pop3?

 Thanks david


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pop3 problems

2007-04-04 Thread David Southwell
I am trying to get pop3 working on freebsd 6.1 but am having no success.

mail ports installed:
[EMAIL PROTECTED] /usr/ports/mail/imap-uw]# pkg_info |grep mail
cclient-2004g,1 Mark Crispin's C-client mail access routines
imap-uw-2004g_1,1   University of Washington IMAP4rev1/POP2/POP3 mail servers
maildrop-2.0.2  Mail delivery agent (MDA) with filtering abilities
postfix-2.3.8,1 A secure alternative to widely-used Sendmail
[EMAIL PROTECTED] /usr/ports/mail/imap-uw]# 


In inetd I have:
pop2stream  tcp nowait  root/usr/local/libexec/ipop2d   ipop2d
pop3stream  tcp nowait  root/usr/local/libexec/ipop3d   ipop3d
imap4   stream  tcp nowait  root/usr/local/libexec/imapdimapd
When connections are attempted there is no response from the server.

When an attempt is made to connect to pop3 the server is found, connection is 
made but there is a problem with password verification.

Can anyone help me identify the problem. I have not been able to find a check 
list to help. 

How do I get logging information for pop3?

Thanks david


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pop3 problems

2007-04-04 Thread Derek Ragona

At 11:20 AM 4/4/2007, David Southwell wrote:

On Wednesday 04 April 2007 08:57:51 David Southwell wrote:
 I am trying to get pop3 working on freebsd 6.1 but am having no success.

 mail ports installed:
 [EMAIL PROTECTED] /usr/ports/mail/imap-uw]# pkg_info |grep mail
 cclient-2004g,1 Mark Crispin's C-client mail access routines
 imap-uw-2004g_1,1   University of Washington IMAP4rev1/POP2/POP3 mail
 servers maildrop-2.0.2  Mail delivery agent (MDA) with filtering
 abilities postfix-2.3.8,1 A secure alternative to widely-used Sendmail
 [EMAIL PROTECTED] /usr/ports/mail/imap-uw]#


 In inetd I have:
 pop2stream  tcp nowait  root/usr/local/libexec/ipop2d   ipop2d
 pop3stream  tcp nowait  root/usr/local/libexec/ipop3d   ipop3d
 imap4   stream  tcp nowait  root/usr/local/libexec/imapdimapd
 When connections are attempted there is no response from the server.
correction the above line should read:
When connections are attempted there is response from the server!!

 When an attempt is made to connect to pop3 the server is found, connection
 is made but there is a problem with password verification.

 Can anyone help me identify the problem. I have not been able to find a
 check list to help.

 How do I get logging information for pop3?

 Thanks david


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


Try telneting to that port while logged into that server.

-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pop3 problems

2007-04-04 Thread David Southwell
On Wednesday 04 April 2007 09:12:01 you wrote:
 On Mi, 04 Apr 2007 David Southwell [EMAIL PROTECTED] babbled:
  I am trying to get pop3 working on freebsd 6.1 but am having no success.
 
  mail ports installed:
  [EMAIL PROTECTED] /usr/ports/mail/imap-uw]# pkg_info |grep mail
  cclient-2004g,1 Mark Crispin's C-client mail access routines
  imap-uw-2004g_1,1   University of Washington IMAP4rev1/POP2/POP3 mail
  servers maildrop-2.0.2  Mail delivery agent (MDA) with filtering
  abilities postfix-2.3.8,1 A secure alternative to widely-used
  Sendmail [EMAIL PROTECTED] /usr/ports/mail/imap-uw]#
 
 
  In inetd I have:
  pop2stream  tcp nowait  root/usr/local/libexec/ipop2d  
  ipop2d pop3stream  tcp nowait  root/usr/local/libexec/ipop3d 
   ipop3d imap4   stream  tcp nowait  root/usr/local/libexec/imapd 
imapd When connections are attempted there is no response from the
  server.
 
  When an attempt is made to connect to pop3 the server is found,
  connection is made but there is a problem with password verification.
 
  Can anyone help me identify the problem. I have not been able to find a
  check list to help.
 
  How do I get logging information for pop3?
 
  Thanks david

 The log messages are in /var/log/messages
Thanks for getting back to me -- its appreciated.

I had looked before posting -- but no messages from pop3 :-( -- nor any 
indication there was an attempt to connect.. do I need to change a config 
file somewhere?

 The problem could be that UW disables the LOGIN feature per default so
 only encrypted logins are accepted (should be Auth TLS in your clients).
 Another option is to use pop3s instead of pop3 - works fine with the
 UW daemons so far.

OK I'll try that and report back

Thanks

David


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pop3 problems

2007-04-04 Thread David Southwell
On Wednesday 04 April 2007 09:29:13 Derek Ragona wrote:
 At 11:20 AM 4/4/2007, David Southwell wrote:
 On Wednesday 04 April 2007 08:57:51 David Southwell wrote:
   I am trying to get pop3 working on freebsd 6.1 but am having no
   success.
  
   mail ports installed:
   [EMAIL PROTECTED] /usr/ports/mail/imap-uw]# pkg_info |grep mail
   cclient-2004g,1 Mark Crispin's C-client mail access routines
   imap-uw-2004g_1,1   University of Washington IMAP4rev1/POP2/POP3 mail
   servers maildrop-2.0.2  Mail delivery agent (MDA) with filtering
   abilities postfix-2.3.8,1 A secure alternative to widely-used
   Sendmail [EMAIL PROTECTED] /usr/ports/mail/imap-uw]#
  
  
   In inetd I have:
   pop2stream  tcp nowait  root/usr/local/libexec/ipop2d  
   ipop2d pop3stream  tcp nowait  root   
   /usr/local/libexec/ipop3d   ipop3d imap4   stream  tcp nowait  root
  /usr/local/libexec/imapdimapd When connections are attempted
   there is no response from the server.
 
 correction the above line should read:
 When connections are attempted there is response from the server!!
 
   When an attempt is made to connect to pop3 the server is found,
   connection is made but there is a problem with password verification.
  
   Can anyone help me identify the problem. I have not been able to find a
   check list to help.
  
   How do I get logging information for pop3?
  
   Thanks david
  
  


 Try telneting to that port while logged into that server.

  -Derek\

Here is my response:

# telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK POP3 localhost 2004.89 server ready

david
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pop3 problems

2007-04-04 Thread David Southwell
On Wednesday 04 April 2007 09:12:01 Tommy Scheunemann wrote:
 On Mi, 04 Apr 2007 David Southwell [EMAIL PROTECTED] babbled:
  I am trying to get pop3 working on freebsd 6.1 but am having no success.
 
  mail ports installed:
  [EMAIL PROTECTED] /usr/ports/mail/imap-uw]# pkg_info |grep mail
  cclient-2004g,1 Mark Crispin's C-client mail access routines
  imap-uw-2004g_1,1   University of Washington IMAP4rev1/POP2/POP3 mail
  servers maildrop-2.0.2  Mail delivery agent (MDA) with filtering
  abilities postfix-2.3.8,1 A secure alternative to widely-used
  Sendmail [EMAIL PROTECTED] /usr/ports/mail/imap-uw]#
 
 
  In inetd I have:
  pop2stream  tcp nowait  root/usr/local/libexec/ipop2d  
  ipop2d pop3stream  tcp nowait  root/usr/local/libexec/ipop3d 
   ipop3d imap4   stream  tcp nowait  root/usr/local/libexec/imapd 
imapd When connections are attempted there is no response from the
  server.
 
  When an attempt is made to connect to pop3 the server is found,
  connection is made but there is a problem with password verification.
 
  Can anyone help me identify the problem. I have not been able to find a
  check list to help.
 
  How do I get logging information for pop3?
 
  Thanks david

 The log messages are in /var/log/messages

 The problem could be that UW disables the LOGIN feature per default so
 only encrypted logins are accepted (should be Auth TLS in your clients).
 Another option is to use pop3s instead of pop3 - works fine with the
 UW daemons so far.
OK just to compicate matters -- how do I get pop3s??
there is no pop3s in libexec.. do I need to recompile?
Sorry to be so ignorant on this.

Thanks 
david
PS I did try a telnet which showed the popserver ready -
david

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pop3 problems

2007-04-04 Thread Derek Ragona

At 12:06 PM 4/4/2007, David Southwell wrote:

On Wednesday 04 April 2007 09:29:13 Derek Ragona wrote:
 At 11:20 AM 4/4/2007, David Southwell wrote:
 On Wednesday 04 April 2007 08:57:51 David Southwell wrote:
   I am trying to get pop3 working on freebsd 6.1 but am having no
   success.
  
   mail ports installed:
   [EMAIL PROTECTED] /usr/ports/mail/imap-uw]# pkg_info |grep mail
   cclient-2004g,1 Mark Crispin's C-client mail access routines
   imap-uw-2004g_1,1   University of Washington IMAP4rev1/POP2/POP3 mail
   servers maildrop-2.0.2  Mail delivery agent (MDA) with filtering
   abilities postfix-2.3.8,1 A secure alternative to widely-used
   Sendmail [EMAIL PROTECTED] /usr/ports/mail/imap-uw]#
  
  
   In inetd I have:
   pop2stream  tcp nowait  root/usr/local/libexec/ipop2d
   ipop2d pop3stream  tcp nowait  root
   /usr/local/libexec/ipop3d   ipop3d imap4   stream  tcp nowait  root
  /usr/local/libexec/imapdimapd When connections are attempted
   there is no response from the server.
 
 correction the above line should read:
 When connections are attempted there is response from the server!!
 
   When an attempt is made to connect to pop3 the server is found,
   connection is made but there is a problem with password verification.
  
   Can anyone help me identify the problem. I have not been able to find a
   check list to help.
  
   How do I get logging information for pop3?
  
   Thanks david
  
  


 Try telneting to that port while logged into that server.

  -Derek\

Here is my response:

# telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK POP3 localhost 2004.89 server ready



Looks like you are getting a connection.  I don't use that imap for pop so 
I can't help much beyond this.  You could try using a different pop daemon. 
I would check the man page and see if you can run your daemon in the 
forground, not through inet and get debugging messages.


-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pop3 problems

2007-04-04 Thread Derek Ragona

At 12:11 PM 4/4/2007, David Southwell wrote:

On Wednesday 04 April 2007 09:12:01 Tommy Scheunemann wrote:
 On Mi, 04 Apr 2007 David Southwell [EMAIL PROTECTED] babbled:
  I am trying to get pop3 working on freebsd 6.1 but am having no success.
 
  mail ports installed:
  [EMAIL PROTECTED] /usr/ports/mail/imap-uw]# pkg_info |grep mail
  cclient-2004g,1 Mark Crispin's C-client mail access routines
  imap-uw-2004g_1,1   University of Washington IMAP4rev1/POP2/POP3 mail
  servers maildrop-2.0.2  Mail delivery agent (MDA) with filtering
  abilities postfix-2.3.8,1 A secure alternative to widely-used
  Sendmail [EMAIL PROTECTED] /usr/ports/mail/imap-uw]#
 
 
  In inetd I have:
  pop2stream  tcp nowait  root/usr/local/libexec/ipop2d
  ipop2d pop3stream  tcp nowait  root/usr/local/libexec/ipop3d
   ipop3d imap4   stream  tcp nowait  root/usr/local/libexec/imapd
imapd When connections are attempted there is no response from the
  server.
 
  When an attempt is made to connect to pop3 the server is found,
  connection is made but there is a problem with password verification.
 
  Can anyone help me identify the problem. I have not been able to find a
  check list to help.
 
  How do I get logging information for pop3?
 
  Thanks david

 The log messages are in /var/log/messages

 The problem could be that UW disables the LOGIN feature per default so
 only encrypted logins are accepted (should be Auth TLS in your clients).
 Another option is to use pop3s instead of pop3 - works fine with the
 UW daemons so far.
OK just to compicate matters -- how do I get pop3s??
there is no pop3s in libexec.. do I need to recompile?
Sorry to be so ignorant on this.

Thanks
david
PS I did try a telnet which showed the popserver ready -
david


I use qpopper which is in /usr/ports/mail/qpopper.  You shouldn't use inet 
anymore, it is a security hole.  Instead run the daemons you need at 
bootup.  qpopper adds an rc script to /usr/local/etc/rc.d


-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]