[opensuse] Re: POP3 mail server
It's really annoying when what worked with 10.1 does not work with 10.2! I have postfix working and mail is arriving at my server. I installed the imap package and POP3 is running on port 110 per nmap. I created a certificate as I have in the past and as is currently documented in the mail HOW-TO @ opensuse.org. Attempting to configure Kmail: Set up a POP3 account. On the Extras page "Check what the server supports" reports "Use TLS" and Authentication: "Clear Text". Attempting to connect gives error: "Could not connect to host Your POP3 server does not support TLS. Disable TLS if you want to connect without encription" Disabling TLS on the Extras tab and reconnecting results in: "Coult not login to myserver. The server said: 'Unknown AUTHORIZATION state command'". I've been unsuccessful finding any config files for POP3 that would let me enable TLS. DNS is working properly and I can sign on to my server from the client as follows: "ssh mylogin@mail.myserver". The first time I do that, it fetches the certificate and subsequently the logons are clean. Can anybody advise me how to configure Kmail to logon to the server? Both are running 10.2 (boxed) with all updates. Very much appreciate the key to success. My wife is getting antsy to get her mail! Chuck Davis -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Chuck Davis wrote:
It's really annoying when what worked with 10.1 does not work with 10.2!
I have postfix working and mail is arriving at my server.
I installed the imap package and POP3 is running on port 110 per nmap.
I created a certificate as I have in the past and as is currently documented in the mail HOW-TO @ opensuse.org.
And what did you do with the certificate?
Attempting to configure Kmail: Set up a POP3 account. On the Extras page "Check what the server supports" reports "Use TLS" and Authentication: "Clear Text".
Attempting to connect gives error: "Could not connect to host Your POP3 server does not support TLS. Disable TLS if you want to connect without encription"
Disabling TLS on the Extras tab and reconnecting results in: "Coult not login to myserver. The server said: 'Unknown AUTHORIZATION state command'".
I've been unsuccessful finding any config files for POP3 that would let me enable TLS.
Take a look at /etc/imapd.conf, it is also responsible for POP3. Sandy -- Sandy List replies only please! Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hi Sandy: I put the certificate in /etc/ssl/certs. There is nearly nothing in my /etc/imapd.conf. No instructions or samples of what should be there. Thanks for any help. Chuck. On 1/31/07, Sandy Drobic <suse-linux-e@japantest.homelinux.com> wrote:
Chuck Davis wrote:
It's really annoying when what worked with 10.1 does not work with 10.2!
I have postfix working and mail is arriving at my server.
I installed the imap package and POP3 is running on port 110 per nmap.
I created a certificate as I have in the past and as is currently documented in the mail HOW-TO @ opensuse.org.
And what did you do with the certificate?
Attempting to configure Kmail: Set up a POP3 account. On the Extras page "Check what the server supports" reports "Use TLS" and Authentication: "Clear Text".
Attempting to connect gives error: "Could not connect to host Your POP3 server does not support TLS. Disable TLS if you want to connect without encription"
Disabling TLS on the Extras tab and reconnecting results in: "Coult not login to myserver. The server said: 'Unknown AUTHORIZATION state command'".
I've been unsuccessful finding any config files for POP3 that would let me enable TLS.
Take a look at /etc/imapd.conf, it is also responsible for POP3.
Sandy
-- Sandy
List replies only please! Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
This sounds like a tremendous hassle - why not just install dovecot and be happy... Joe Chuck Davis wrote:
Hi Sandy:
I put the certificate in /etc/ssl/certs.
There is nearly nothing in my /etc/imapd.conf. No instructions or samples of what should be there.
Thanks for any help.
Chuck.
On 1/31/07, Sandy Drobic <suse-linux-e@japantest.homelinux.com> wrote:
Chuck Davis wrote:
It's really annoying when what worked with 10.1 does not work with 10.2!
I have postfix working and mail is arriving at my server.
I installed the imap package and POP3 is running on port 110 per nmap.
I created a certificate as I have in the past and as is currently documented in the mail HOW-TO @ opensuse.org.
And what did you do with the certificate?
Attempting to configure Kmail: Set up a POP3 account. On the Extras page "Check what the server supports" reports "Use TLS" and Authentication: "Clear Text".
Attempting to connect gives error: "Could not connect to host Your POP3 server does not support TLS. Disable TLS if you want to connect without encription"
Disabling TLS on the Extras tab and reconnecting results in: "Coult not login to myserver. The server said: 'Unknown AUTHORIZATION state command'".
I've been unsuccessful finding any config files for POP3 that would let me enable TLS.
Take a look at /etc/imapd.conf, it is also responsible for POP3.
Sandy
-- Sandy
List replies only please! Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Chuck Davis wrote:
I installed the imap package and POP3 is running on port 110 per nmap. It doesn't work on 110 since 8.1 IIRC. It needs to be setup with a certificate , needs pop3s, and listens on 995, and works great once correctly configured. I assume we are talking UW-Imap. BTW, this was a change they made not SuSE, disallowing regular pop3 because of plain text login. At least that works for me and has since 8.2. You need to change xinetd to enable pop3s.
I created a certificate as I have in the past and as is currently documented in the mail HOW-TO @ opensuse.org.
Attempting to configure Kmail: Set up a POP3 account. On the Extras page "Check what the server supports" reports "Use TLS" and Authentication: "Clear Text". It should be setup with SSL and port 995.
-- Joe Morris Registered Linux user 231871 running openSUSE 10.2 x86_64 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
libffChuck Davis escribió:
It's really annoying when what worked with 10.1 does not work with 10.2!
I have postfix working and mail is arriving at my server.
I installed the imap package and POP3 is running on port 110 per nmap.
ewww.. do NOT use the "imap" package plz.. install dovecot !! (shutdown and remove the "imap package") < 3 minute simple setup starts> zypper install dovecot cd /usr/share/doc/packages/dovecot/ sh mkcert.sh sed -i -e 's|ssl_disable = .*|ssl_disable = no|' /etc/dovecot/dovecot.conf sed -i -e 's|#protocols = .*|protocols = imap imaps pop3 pop3s|' /etc/dovecot/dovecot.conf #compatible with UW (use this only if you had uw running previously) #if not using uw replace %08Xv%08Xu for %08Xu%08Xv sed -i -e s|#pop3_uidl_format = .*|pop3_uidl_format = %08Xv%08Xu|' /etc/dovecot/dovecot.conf chkconfig dovecot on rcdovecot restart <3 minute setup ends> wow. that was sooo hard and time consuming.. ;-P
participants (5)
-
Chuck Davis
-
Cristian Rodriguez R.
-
J Sloan
-
Joe Morris (NTM)
-
Sandy Drobic