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




Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to