|
#1
| ||||
| ||||
| imap server is an imap server installed by default in Mac OS X v. 10.3.2? thanks mkwan
__________________ mkwan UNIX was created in the late 1960s, in an effort to provide a multiuser, multitasking system for use by programmers. The philosophy behind the design of UNIX was to provide simple, yet powerful utilities that could be pieced together in a flexible manner to perform a wide variety of tasks. |
|
#2
| |||
| |||
| no, you have to compile / install one yourself. but there are several opensource imap servers which are really good and fairly easy to install and configure. the ones i have tested are courier-imap which i used until recently when a friend recomended dovecot saying that it was faster and possibly more secure. |
|
#3
| ||||
| ||||
| how do I test if dovecot works properly?
__________________ mkwan UNIX was created in the late 1960s, in an effort to provide a multiuser, multitasking system for use by programmers. The philosophy behind the design of UNIX was to provide simple, yet powerful utilities that could be pieced together in a flexible manner to perform a wide variety of tasks. |
|
#4
| |||
| |||
| Quote:
|
|
#5
| ||||
| ||||
| sorry, I am new to this, what do I need to configure in the dovecot.conf file and I am having connection problems (connection refused problems)
__________________ mkwan UNIX was created in the late 1960s, in an effort to provide a multiuser, multitasking system for use by programmers. The philosophy behind the design of UNIX was to provide simple, yet powerful utilities that could be pieced together in a flexible manner to perform a wide variety of tasks. |
|
#6
| |||
| |||
| Quote:
Code: protocols = imap imaps Code: protocols = imap Code: ssl_disable = no Code: ssl_disable = yes Code: disable_plaintext_auth = no to get dovecot to authenticate using macosx users and their respective passwords the config should look like follows: Code: auth_mechanisms = plain auth_userdb = passwd auth_passdb = pam login Code: default_mail_env Code: default_mail_env = maildir:/Users/%u/Maildir hope this helps a bit. |
![]() |
| Thread Tools | |
|
|