On Wednesday 18 April 2007, kamran arshad wrote: > Hi, > I am trying to Install VExim(Ver.1.5) on > FreeBSD(Ver.6.0)+Exim(Ver.4.66)+Courier-Imap (Ver. 4). The problem is that > the readme file provided by Vexim says the following steps to Install > Courier-Imap: cd /usr/ports/mail/courier-imap && make -DWITH_MYSQL install > clean cd /usr/local/etc/courier-imap/ > cp imapd.dist imapd > vi imapd > > Now, replace the following lines: > > Replace: AUTHMODULES="authdaemon" > > with: AUTHMODULES="authmysql" > > AND: > > Replace: AUTHMODULES_ORIG="authdaemon" > > with: AUTHMODULES_ORIG="" > > Make the same changes to the pop3d.dist file, after copying it to > pop3d. > Now I am not able to Install Courier-Imap with MySQL support on FreeBSD. > I asked Mr. Oliver Lehmann who is maintaining the Courier-Imap port on > FreeBSD and he said that MySQL support is not inherited in Courier-Imap and > to make it work you need to Install Courier-Authlib with MySQL support. I > have Installed it. Yet I am not able to use the PoP3 service. Can please > anyone guide me in this regard. Thanks in advance. > Kamran Arshad. >
Hi, could you show your pkg_info? As a side note, you are not supposed to change AUTHMODULES_ORIG in imapd file. You should install courier-authdaemon and select mysql support in options dialog. Regards, Milan -- This address is used only for mailing list response. Do not send any personal messages to it, use milan in address instead. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
