image
image

Go Back   macosx.com > Mac Help Forums > Unix & X11

Reply
 
Thread Tools
  #1  
Old December 22nd, 2003, 08:52 PM
mkwan's Avatar
Tech
 
Join Date: Aug 2001
Location: Canada
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
mkwan is on a distinguished road
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.
Reply With Quote
  #2  
Old December 23rd, 2003, 06:08 PM
zap zap is offline
[[ ev|L ]]
 
Join Date: Nov 2000
Location: Lund, Sweden
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
zap is on a distinguished road
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.
Reply With Quote
  #3  
Old December 23rd, 2003, 09:31 PM
mkwan's Avatar
Tech
 
Join Date: Aug 2001
Location: Canada
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
mkwan is on a distinguished road
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.
Reply With Quote
  #4  
Old December 24th, 2003, 07:42 PM
zap zap is offline
[[ ev|L ]]
 
Join Date: Nov 2000
Location: Lund, Sweden
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
zap is on a distinguished road
Quote:
Originally Posted by mkwan
how do I test if dovecot works properly?
after you've compiled, installed it and edited the conf file you simply try to connect to it. if it works you're done. otherwise read the logs to try to figure out whats wrong.
Reply With Quote
  #5  
Old December 25th, 2003, 01:52 PM
mkwan's Avatar
Tech
 
Join Date: Aug 2001
Location: Canada
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
mkwan is on a distinguished road
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.
Reply With Quote
  #6  
Old December 25th, 2003, 06:58 PM
zap zap is offline
[[ ev|L ]]
 
Join Date: Nov 2000
Location: Lund, Sweden
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
zap is on a distinguished road
Quote:
Originally Posted by mkwan
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)
first of all if you don't want imaps you have to change the line
Code:
protocols = imap imaps
into
Code:
protocols = imap
and

Code:
ssl_disable = no
into
Code:
ssl_disable = yes
and finally
Code:
disable_plaintext_auth = no
needs to be set.

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
you might want to change
Code:
default_mail_env
so that it matches the settings of your smtp server i use
Code:
default_mail_env = maildir:/Users/%u/Maildir
finally you must create an unprivilege user with its own group with netinfo manager. preferably this user should have an uid below 500 and be called dovecot.

hope this helps a bit.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 09:02 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.