In my server, I noticed imapproxyd never started on boot, I had to start it manually. Today I found it needs the main imap server to be online when it starts. My configuration is to use imap-uw inside inetd. imapproxyd was starting before inetd, and therefore, imap server was not already online, ending in error. Fix: imapproxyd startup script seems to be create to be used with courier and cyrus, but completely forgot inetd based servers. I just added inetd into the REQUIRE list, and it solved my problem. Now, the dependencies for rcorder are like this: # PROVIDE: imapproxyd # REQUIRE: DAEMON courier_imap_imapd courier_imap_imapd_ssl cyrus_imapd inetd # KEYWORD: shutdown How-To-Repeat: Install imapproxyd and any inetd based imap server.
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer
Dear João, I think you may have made a pr for the wrong port. The port containing the imapproxyd script is up-imapproxy. /Lasse
Indeed, you are right. Please, pass me the pointy hat. :-( Could syou please reassign this PR? # pkg_info | grep imap imap-uw-2004g_1,1 University of Washington IMAP4rev1/POP2/POP3 mail servers php4-imap-4.4.4_1 The imap shared extension for php up-imapproxy-1.2.4_1 A caching IMAP proxy server # Jonny -- João Carlos Mendes Luís - Networking Engineer - jonny@jonny.eng.br
Responsible Changed From-To: anders->mbr Assign to mbr@ - as this PR is really about his port (up-imapproxy)
mbr 2007-07-21 03:59:50 UTC FreeBSD ports repository Modified files: mail/up-imapproxy/files imapproxyd.sh.in Log: Add inetd to REQUIRE. PR: ports/110695 Submitted by: João Carlos Mendes Luís <jonny at jonny.eng.br> Revision Changes Path 1.4 +2 -2 ports/mail/up-imapproxy/files/imapproxyd.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thank you !