I’m in the process of changing over from ASIP to OS X for my mail server. I’ve been able to get Exim and UW IMAP up and running properly using the tutorials at this website.
I’m having trouble adding users. I’ve narrowed it down to the format we were using for our addresses: [first initial].[lastname]@domain.com apparently the period in not allowed in the primary shortname.
I’ve been successful in getting mail to work if I change the primary shortname to something like [first initial][lastname]and add a second shortname of [first initial].[lastname] using Workgroup Manager and making entries in the /etc/aliases file. This works be fine, but maintaining this will be a nightmare – I need to periodocially update/add/delete users (currently at 2100+).
I’ve been able to use the scripts found at: http://pages.unisonfree.net/mswift/osx/index.html to add the users as needed for the updates.
What I can’t seem to find is a niutil command to add an additional shortname. does anyone know what this command is?
I don’t know anything about SQL so I’ve been reluctant to try any of the MySQL based solutions.
BTW I was able to get ‘createhomedir -a’ to work: select the users in Workgroup manager (select all works for this) and turn on the homedir button. then go to terminal and enter the command
Comments are closed