Displaying 1 result from an estimated 1 matches for "xallowicmps".
Did you mean:
allowicmps
2005 May 31
11
More Tests for 2.4.0-RC2 - strange behaviour
...#39; xAllowSMTP = xINCLUDE '']''
+ echo ''AllowSMTP #Allow SMTP (Email)''
+ read first rest
+ ''['' xAllowPOP3 = xINCLUDE '']''
+ echo ''AllowPOP3 #Allow reading mail via POP3''
+ read first rest
+ ''['' xAllowICMPs = xINCLUDE '']''
+ echo ''AllowICMPs #Allows critical ICMP types''
+ read first rest
+ ''['' xAllowIMAP = xINCLUDE '']''
+ echo ''AllowIMAP #Allow reading mail via IMAP''
+ read first rest
+ ''['' xAllow...