Package: exact
Version: 1.34
Revision: 1
###
Depends: daemonic
###
Source: http://www.britishsteal.com/dist/exact/%n-%v.tar.gz
Source-MD5: 5c73ff6985948c1cb05fb41c11f1e4c3
###
DocFiles: INSTALL NEWS README*
ConfFiles: %p/etc/exact.conf
###
ConfigureParams: --with-watch=%p/var/log/mail.log --with-user=smmsp --with-group=smmsp --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
PostInstScript: <<
# update init script if necessary
daemonic update %n
<<
PreRmScript: <<
# clean up
[ -f %p/var/run/%n/%n.pid ] && kill `cat %p/var/run/%n/%n.pid`
if [ $1 != "upgrade" ]; then
daemonic remove %n
fi
<<
###
DaemonicName: exact
DaemonicFile: <<
POP/IMAP before SMTP authentication
POP/IMAP before SMTP authentication
%p/sbin/exact
%p/var/run/exact/exact.pid
<<
###
Description: POP (or IMAP) before SMTP authentication daemon
DescDetail: <<
EXACT is a program that implements POP Before SMTP Relay
Authentication. EXACT supports the University of Washington IMAP
server, the Cyrus IMAP server, EXIM and Sendmail. POP Before SMTP
Relay Authentication is commonly used on systems that provide both
IMAP or POP services and SMTP services, to authenticate users for
mail sending based on their previous authentication against an IMAP
or POP server.
<<
###
License: GPL
Maintainer: None
Homepage: http://www.britishsteal.com/dist/exact/