glfs/server/server.ent

37 lines
1.1 KiB
Plaintext
Raw Normal View History

<!ENTITY server SYSTEM "server.xml">
<!-- Mail server software -->
<!ENTITY server-mail SYSTEM "mail/mail.xml">
<!ENTITY % postfix SYSTEM "mail/postfix/postfix.ent">
<!ENTITY % sendmail SYSTEM "mail/sendmail/sendmail.ent">
<!ENTITY % exim SYSTEM "mail/exim/exim.ent">
<!ENTITY % qpopper SYSTEM "mail/qpopper/qpopper.ent">
<!ENTITY % courier SYSTEM "mail/courier/courier.ent">
%exim;
%postfix;
%qpopper;
%sendmail;
%courier;
<!-- Other server software -->
<!ENTITY server-other SYSTEM "other/other.xml">
<!ENTITY % cvsserver SYSTEM "other/cvsserver/cvsserver.ent">
<!ENTITY % openssh SYSTEM "other/openssh/openssh.ent">
<!ENTITY % rsync SYSTEM "other/rsync/rsync.ent">
<!ENTITY % bind SYSTEM "other/bind/bind.ent">
<!ENTITY % dhcp SYSTEM "other/dhcp/dhcp.ent">
<!ENTITY % xinetd SYSTEM "other/xinetd/xinetd.ent">
<!ENTITY % leafnode SYSTEM "other/leafnode/leafnode.ent">
<!ENTITY % samba SYSTEM "other/samba/samba.ent">
<!ENTITY % openldap SYSTEM "other/openldap/openldap.ent">
%bind;
%cvsserver;
%dhcp;
%leafnode;
%openldap;
%openssh;
%rsync;
%samba;
%xinetd;