I am trying to get UW IMAP 2004g working on Mac OS X 10.4 (Tiger). So far:
$ make osx SSLTYPE=none $ sudo cp imapd/imapd /usr/local/libexec (I'm using "SSLTYPE=none" as a temporary measure. I still have to get certificates, etc, sorted out and then I'll do it properly with SSL. It's running on localhost and not accessible to anyone else anyway.) Here's my /Library/LaunchDaemons/imapd.plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple. com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>edu.washington.imapd</string> <key>ProgramArguments</key> <array> <string>/usr/local/libexec/imapd</string> </array> <key>Sockets</key> <dict> <key>Listeners</key> <dict> <key>Bonjour</key> <false/> <key>SockServiceName</key> <string>imap</string> </dict> </dict> <key>inetdCompatibility</key> <dict> <key>Wait</key> <false/> </dict> </dict> </plist> The problem is that the server won't authenticate me. Apple Mail, for instance, keeps telling me the server rejected the password. Anyone have any ideas? Thanks. -- http://www.fastmail.fm - I mean, what is it about a decent email service? _______________________________________________ Imap-uw mailing list [email protected] https://mailman1.u.washington.edu/mailman/listinfo/imap-uw
