Bug 110695 - net/imapproxy: Trouble when using imapproxyd with imap-uw
Summary: net/imapproxy: Trouble when using imapproxyd with imap-uw
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Blapp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-23 05:20 UTC by jonny
Modified: 2007-07-21 05:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jonny 2007-03-23 05:20:03 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-23 05:26:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anders

Over to maintainer
Comment 2 Lasse L.Johnsen 2007-04-30 14:49:20 UTC
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
Comment 3 jonny 2007-05-01 06:08:16 UTC
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
Comment 4 Michael Landin freebsd_committer freebsd_triage 2007-05-01 11:36:14 UTC
Responsible Changed
From-To: anders->mbr

Assign to mbr@ - as this PR is really about his port (up-imapproxy)
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-07-21 04:59:56 UTC
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"
Comment 6 Martin Blapp freebsd_committer freebsd_triage 2007-07-21 05:00:23 UTC
State Changed
From-To: open->closed

Committed, thank you !