mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
fae99bfc40
security/cyrus-sasl port. Fix deliver.c so it uses the correct location of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up to the world after previous maintainer showed no interest in the port for nearly 2 years. PR: 22791, 22465 Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net> Scot W. Hetzel <hetzels@westbend.net>
20 lines
593 B
Plaintext
20 lines
593 B
Plaintext
#
|
|
# Example entry for inetd.conf for the Cyrus IMAP server.
|
|
# $FreeBSD$
|
|
#
|
|
# Replace /usr/local with the path where you've installed the package.
|
|
#
|
|
# The IMAP-4 server.
|
|
imap4 stream tcp nowait cyrus /usr/local/cyrus/bin/imapd imapd
|
|
#
|
|
# To be able to access the IMAP mailbox by POP-3, use this line.
|
|
pop3 stream tcp nowait cyrus /usr/local/cyrus/bin/pop3d pop3d
|
|
#
|
|
# Program to upload user sieve scripts to the IMAP server.
|
|
#
|
|
# NOTE: you will need to add "sieve" to /etc/services.
|
|
# timsieved uses port 2000.
|
|
#
|
|
sieve strean tcp nowait cyrus /usr/local/cyrus/bin/timsieved sieve
|
|
|