xinetd-bincimaps.in (896B)
1 # This program is free software; you can redistribute it and/or modify 2 # it under the terms of the GNU General Public License as published by 3 # the Free Software Foundation; either version 2 of the License, or 4 # (at your option) any later version. 5 6 # You should have received a copy of the GNU General Public License 7 # along with this program; if not, write to the Free Software 8 # Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, 9 # USA. 10 11 # $Id: xinetd-bincimaps.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $ 12 # default: on 13 # description: Binc IMAP, SSL 14 service imaps 15 { 16 disable = no 17 flags = REUSE 18 socket_type = stream 19 wait = no 20 user = root 21 group = root 22 instances = UNLIMITED 23 server = @prefix@/bin/bincimap-up 24 server_args = --ssl --conf=@sysconfdir@/bincimap.conf --logtype=syslog -- /bin/checkpassword @prefix@/bin/bincimapd 25 log_type = SYSLOG daemon info 26 }