Update of /cvsroot/hcoop/domtool2/lib
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28494/lib

Modified Files:
        domain.dtl exim.dtl 
Log Message:
Initial domain aliases support

Index: exim.dtl
===================================================================
RCS file: /cvsroot/hcoop/domtool2/lib/exim.dtl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** exim.dtl    17 Dec 2006 22:40:01 -0000      1.3
--- exim.dtl    29 Apr 2007 20:05:53 -0000      1.4
***************
*** 3,4 ****
--- 3,8 ----
  extern val handleMail : [Domain] {MailNodes: [mail_node]};
  {{The specified nodes should handle mail for this domain.}}
+ 
+ extern val relayMail : [Domain] {MailNodes: [mail_node]};
+ {{The specified nodes should relay mail for this domain.
+ That is, they should forward it on to authoritative mail servers, not handle 
it locally.}}

Index: domain.dtl
===================================================================
RCS file: /cvsroot/hcoop/domtool2/lib/domain.dtl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** domain.dtl  11 Feb 2007 20:16:15 -0000      1.14
--- domain.dtl  29 Apr 2007 20:05:53 -0000      1.15
***************
*** 76,80 ****
  {{No DNS services for this domain.}}
  
! extern val domain : your_domain -> Domain => [Root] {DNS : dnsKind, TTL : 
int};
  {{Configure a domain to which you have access rights.}}
  
--- 76,80 ----
  {{No DNS services for this domain.}}
  
! extern val domain : your_domain -> Domain => [Root] {Aliases : [your_domain], 
DNS : dnsKind, TTL : int};
  {{Configure a domain to which you have access rights.}}
  


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to