sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #58971
Re: pop3/imap server (Was: Postfix og virtuelle domæner)
ons, 2003-01-08 kl. 17:24 skrev Klavs Klavsen:
> Hvad med at skifte navn på tråden :)
Ok da...:-)
>
> Jeg kan personligt sige at jeg har brugt courier-imap længe - og den er
> virkelig god.
Ok, hvad er forskellen?
>
> mht. xinetd hvad står der i /etc/xinet.d/imap (eller pop3 eller..)?
>
Imap:
default: off
# description: The IMAP service allows remote users to access their mail
using \
# an IMAP client such as Mutt, Pine, fetchmail, or Netscape
\
# Communicator.
service imap
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapd
log_on_success += HOST DURATION
log_on_failure += HOST
disable = no
}
-------------
Imaps:
# default: off
# description: The IMAPS service allows remote users to access their
mail \
# using an IMAP client with SSL support such as Netscape \
# Communicator or fetchmail.
service imaps
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/imapd
log_on_success += HOST DURATION
log_on_failure += HOST
disable = no
}
-------------
Pop3s:
# default: off
# description: The POP3S service allows remote users to access their
mail \
# using an POP3 client with SSL support such as fetchmail.
service pop3s
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/ipop3d
log_on_success += HOST DURATION
log_on_failure += HOST
disable = no
}
------------
Det var et udpluk fra:
[root@server xinetd.d]# ls
chargen daytime echo imap ipop2 pop3s servers
sgi_fam time-udp
chargen-udp daytime-udp echo-udp imaps ipop3 rsync services
time vsftpd
Mvh.
--
Rune Zimmermann
http://www.spiffer.dk
References