https://bugzilla.novell.com/show_bug.cgi?id=420972 Summary: courier-imap and courier-pop startup script Product: openSUSE 11.0 Version: Final Platform: PC OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: markus.bartl@noack-ingenieure.com QAContact: jsrain@novell.com Found By: Community User Both mentioned startup scripts are using not only the config files /etc/courier/imapd and /etc/courier/pop3d but also the files /etc/courier/imapd-ssl and /etc/courier/pop3d-ssl. This leads to the case, that tls and ssl have to be set up to get pop3 and imap running even if you dont want to use them. My solutions: /etc/init.d/courier-pop: Deleting following lines: . /etc/courier/pop3d-ssl ; \ TLS_PROTOCOL=$TLS_STARTTLS_PROTOCOL ; \ /etc/init.d/courier-imap: Deleting following lines: . /etc/courier/imapd-ssl ; \ IMAP_STARTTLS=$IMAPDSTARTTLS ; \ TLS_PROTOCOL=$TLS_STARTTLS_PROTOCOL ; \ Regards, Markus -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.