karsten / rpms / uw-imap

Forked from rpms/uw-imap 6 years ago
Clone
3d87698
# default: off
3d87698
# description: The POP2 service allows remote users to access their mail \
3d87698
#              using an POP2 client such as fetchmail.  In most cases, clients \
3d87698
#              support POP3 instead of POP2, so enabling this service is rarely \
3d87698
#              necessary.
3d87698
service pop2
3d87698
{
3d87698
	socket_type		= stream
3d87698
	wait			= no
3d87698
	user			= root
3d87698
	server			= /usr/sbin/ipop2d
3d87698
	log_on_success  += HOST DURATION 
3d87698
	log_on_failure  += HOST
3d87698
	disable			= yes
3d87698
}