Browse Source

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.
Noah Vesely 9 years ago
parent
commit
7395797182
1 changed files with 4 additions and 4 deletions
  1. 4 4
      qubesmanager/firewall.py

+ 4 - 4
qubesmanager/firewall.py

@@ -97,10 +97,10 @@ class NewFwRuleDlg (QDialog, ui_newfwruledlg.Ui_NewFwRuleDlg):
             ]
         displayed_services = [
                 '',
-                'http', 'https', 'ftp', 'ftps',
-                'smtp', 'pop3', 'pop3s', 'imap', 'imaps', 'nntp', 'nntps',
-                'ssh', 'telnet', 'telnets', 'ntp', 'snmp',
-                'ldap', 'ldaps', 'irc', 'ircs', 'xmpp-client',
+                'http', 'https', 'ftp', 'ftps', 'smtp',
+                'smtps', 'pop3', 'pop3s', 'imap', 'imaps', 'odmr', 
+                'nntp', 'nntps', 'ssh', 'telnet', 'telnets', 'ntp', 
+                'snmp', 'ldap', 'ldaps', 'irc', 'ircs', 'xmpp-client',
                 'syslog', 'printer', 'nfs', 'x11',
                 '1024-1234'
             ]