Date: Sat, 26 Oct 2002 23:32:27 -0400 From: Bob Johnson <stest033@garbonzo.hos.ufl.edu> To: "Kliment Andreev" <klimenta@futurebit.com>, freebsd-questions@FreeBSD.ORG Subject: Re: Cyrus imapd Message-ID: <200210262332.27933.stest033@garbonzo.hos.ufl.edu> In-Reply-To: <000b01c27c53$9c77ec70$ca0110ac@vinyl.tkvbp.com> References: <000b01c27c53$9c77ec70$ca0110ac@vinyl.tkvbp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 25 October 2002 02:23 pm, Kliment Andreev wrote: > Hi, > > I've installed cyrus-imap server from the ports but it is not configured. > I've read > http://asg.web.cmu.edu/cyrus/download/imapd/install-configure.html > documentation where it says to put > > sieve 2000/tcp > lmtp 2003/tcp in /etc/services but here I have > > callbook 2000/tcp > cfingerd 2003/tcp > > I am not using these services (sockstat -4 | grep callbook), so can I > replace them? > Using 4.7-STABLE Yes, you should be able to replace them without any problems. /etc/services translates port numbers to/from human-readable names, so any port you aren't using for something else can be renamed to whatever you want to call it. > > Thank you! > You're welcome. - Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210262332.27933.stest033>