Added SMTPS and ODMR
Added SMTPS and On-Demand Mail Relay (used by Fetchmail, xODMR). Both of these are in the Fedora 20 /etc/services.
This commit is contained in:
parent
99d2dae9ce
commit
7395797182
@ -97,10 +97,10 @@ class NewFwRuleDlg (QDialog, ui_newfwruledlg.Ui_NewFwRuleDlg):
|
|||||||
]
|
]
|
||||||
displayed_services = [
|
displayed_services = [
|
||||||
'',
|
'',
|
||||||
'http', 'https', 'ftp', 'ftps',
|
'http', 'https', 'ftp', 'ftps', 'smtp',
|
||||||
'smtp', 'pop3', 'pop3s', 'imap', 'imaps', 'nntp', 'nntps',
|
'smtps', 'pop3', 'pop3s', 'imap', 'imaps', 'odmr',
|
||||||
'ssh', 'telnet', 'telnets', 'ntp', 'snmp',
|
'nntp', 'nntps', 'ssh', 'telnet', 'telnets', 'ntp',
|
||||||
'ldap', 'ldaps', 'irc', 'ircs', 'xmpp-client',
|
'snmp', 'ldap', 'ldaps', 'irc', 'ircs', 'xmpp-client',
|
||||||
'syslog', 'printer', 'nfs', 'x11',
|
'syslog', 'printer', 'nfs', 'x11',
|
||||||
'1024-1234'
|
'1024-1234'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user