From: naoki i. <am...@us...> - 2008-04-25 16:27:13
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20326/languages Modified Files: English.msg Nihongo.msg Log Message: Change Log 1. UI and POP3 proxy are now able to be connected via SSL 2. New Proxy module 'Proxy::POP3S' (POP3 over SSL) 3. New global options: GLOBAL_cert_file, GLOBAL_key_file, GLOBAL_ca_file 4. New html options: html_https_enabled, html_https_port 5. Secure cookies are used when accessed to the HTTPS server Proxy/POP3S.pm Proxy/POP3.pm Proxy/Proxy.pm UI/HTML.pm UI/HTTP.pm POPFile/Configuration.pm Classifier/Bayes.pm skins/default/pop3s-configuration-panel.thtml skins/default/pop3s-security-panel.thtml tests/Configuration.tst The new Proxy::POP3S module supports connections via SSL. It has following options: pop3s_enabled Enable(=1)/Disable(=0;default) the module pop3s_force_fork Enable(=1)/Disable(=0) forking pop3s_local Allow(=1)/Disallow(=0) connections from remote pop3s_port POP3S proxy port(default:995) pop3s_socks_port SOCKS proxy port pop3s_socks_server SOCKS proxy server pop3s_welcome_string POP3S proxy welcome string The other POP3 options (e.g. pop3_separator) are same as the Proxy::POP3 module. Here's the new options of the UI::HTML module: html_https_enabled Enable(=1)/Disable(=0;default) the HTTPS server html_https_port HTTPS server port(default:8443) The new global options: GLOBAL_cert_file Location of the certification file of the server GLOBAL_key_file Location of the key file of the server GLOBAL_ca_file Location of the CA file NOTE: I've implemented POP3S and the HTTPS in the different way. I've made a new module Proxy::POP3S for POP3S, but I don't make the module for HTTPS. This is because I think making the new module for HTTPS ( UI:HTTPS ? ) is very hard. BUG: Concurrent POP3S connections cause an error in some environment: SSL3 alert write:fatal:bad record mac 7664:error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac:s3_pkt.c:424: 6. AUTH PLAIN support Proxy/POP3.pm 7. Supress the verbose status messages on the administration tab 8. Add some status messages (administration tab) UI/HTML.pm UI/XMLRPC.pm Proxy/Proxy.pm Proxy/POP3.pm Proxy/NNTP.pm Proxy/SMTP.pm languages/English.msg languages/Nihongo.msg tests/TestPOP3.tst tests/TestHTML.script 9. The message files are no longer cached by the web browser UI/HTTP.pm 10. if html_allow_javascript == 0, don't disable the radio buttons skins/default/administration-page.thtml skins/default/pop3-security-panel.thtml skins/default/nntp-security-local.thtml skins/default/smtp-security-local.thtml skins/default/xmlrpc-local.thtml 11. Minor updates of the skins skins/smtp-chain-server.thtml skins/smtp-chain-server-port.thtml (merged to the above file) skins/pop3-chain-panel.thtml 12. Source code cleanup UI/HTML.pm UI/HTTP.pm UI/XMLRPC.pm Proxy/POP3.pm Proxy/Proxy.pm Proxy/NNTP.pm Proxy/SMTP.pm Classifier/Bayes.pm Classifier/MailParse.pm POPFile/Configuration.pm POPFile/Database.pm POPFile/History.pm POPFile/Loader.pm POPFile/Logger.pm POPFile/Module.pm POPFile/MQ.pm POPFile/Mutex.pm Add some 'PROFILE BLOCK START' and 'PROFILE BLOCK STOP's. These are used by Devel::TestCoverage to get the correct coverage. 13. Add some tests tests/TestBayes.tst Current state of the test suite: TestBayesScript PASS TestBayes PASS TestConfiguration PASS * TestHistory PASS TestHTML PASS * TestHTTP PASS TestIMAP PASS TestInsertScript PASS * TestLogger PASS TestMailParse PASS TestModule PASS TestMQ PASS TestMutex PASS TestPipeScript PASS TestPOP3 PASS TestProxy PASS TestWordMangle PASS TestXMLRPC PASS * : TODO : needs to add tests for multi user support Index: Nihongo.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Nihongo.msg,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** Nihongo.msg 18 Apr 2008 12:41:49 -0000 1.28 --- Nihongo.msg 25 Apr 2008 16:26:30 -0000 1.29 *************** *** 123,127 **** Configuration_Error1 ¶èÀÚ¤êʸ»ú¤Ï 1 ʸ»ú¤À¤±¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ Configuration_Error2 ¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹Íѥݡ¼¥ÈÈÖ¹æ¤Ï 1 ¤«¤é 65535 ¤Þ¤Ç¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! Configuration_Error3 POP3 ¥Ý¡¼¥ÈÈÖ¹æ¤Ï 1 ¤«¤é 65535 ¤Þ¤Ç¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ Configuration_Error4 1 ¥Ú¡¼¥¸¤Ëɽ¼¨¤¹¤ë¥á¡¼¥ë¤Î¿ô¤Ï 1 ¤«¤é 1000 ¤Þ¤Ç¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ Configuration_Error5 ÍúÎò¤ò»Ä¤¹Æü¿ô¤Ï 1 ¤«¤é 366 ¤Þ¤Ç¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ --- 123,127 ---- Configuration_Error1 ¶èÀÚ¤êʸ»ú¤Ï 1 ʸ»ú¤À¤±¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ Configuration_Error2 ¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹Íѥݡ¼¥ÈÈÖ¹æ¤Ï 1 ¤«¤é 65535 ¤Þ¤Ç¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ ! Configuration_Error3 POP3/POP3S ¥Ý¡¼¥ÈÈÖ¹æ¤Ï 1 ¤«¤é 65535 ¤Þ¤Ç¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ Configuration_Error4 1 ¥Ú¡¼¥¸¤Ëɽ¼¨¤¹¤ë¥á¡¼¥ë¤Î¿ô¤Ï 1 ¤«¤é 1000 ¤Þ¤Ç¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ Configuration_Error5 ÍúÎò¤ò»Ä¤¹Æü¿ô¤Ï 1 ¤«¤é 366 ¤Þ¤Ç¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£ *************** *** 131,134 **** --- 131,136 ---- Configuration_POP3Port POP3 ¥Ý¡¼¥ÈÈÖ¹æ Configuration_POP3Update POP3 ¥Ý¡¼¥ÈÈÖ¹æ¤ò ¡Ö%s¡×¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ + Configuration_POP3SPort POP3S ¥Ý¡¼¥ÈÈÖ¹æ + Configuration_POP3SUpdate POP3S ¥Ý¡¼¥ÈÈÖ¹æ¤ò ¡Ö%s¡×¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ Configuration_XMLRPCUpdate XML-RPC ¥Ý¡¼¥ÈÈÖ¹æ¤ò ¡Ö%s¡×¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ Configuration_XMLRPCPort XML-RPC ¥Ý¡¼¥ÈÈÖ¹æ *************** *** 138,143 **** --- 140,154 ---- Configuration_NNTPUpdate NNTP ¥Ý¡¼¥ÈÈÖ¹æ¤ò ¡Ö%s¡×¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ Configuration_POPFork POP3 Ʊ»þÀܳ¤Îµö²Ä + Configuration_POP3SFork POP3S Ʊ»þÀܳ¤Îµö²Ä Configuration_SMTPFork SMTP Ʊ»þÀܳ¤Îµö²Ä Configuration_NNTPFork NNTP Ʊ»þÀܳ¤Îµö²Ä + Configuration_POPForkEnabled POP3 ¥×¥í¥¥·¤Ø¤ÎƱ»þÀܳ¤ò¡Ö͸ú¡×¤ËÊѹ¹¤·¤Þ¤·¤¿ + Configuration_POP3SForkEnabled POP3S (POP3 over SSL) ¥×¥í¥¥·¤Ø¤ÎƱ»þÀܳ¤ò¡Ö͸ú¡×¤ËÊѹ¹¤·¤Þ¤·¤¿ + Configuration_SMTPForkEnabled SMTP ¥×¥í¥¥·¤Ø¤ÎƱ»þÀܳ¤ò¡Ö͸ú¡×¤ËÊѹ¹¤·¤Þ¤·¤¿ + Configuration_NNTPForkEnabled NNTP ¥×¥í¥¥·¤Ø¤ÎƱ»þÀܳ¤ò¡Ö͸ú¡×¤ËÊѹ¹¤·¤Þ¤·¤¿ + Configuration_POPForkDisabled POP3 ¥×¥í¥¥·¤Ø¤ÎƱ»þÀܳ¤ò¡Ö̵¸ú¡×¤ËÊѹ¹¤·¤Þ¤·¤¿ + Configuration_POP3SForkDisabled POP3S (POP3 over SSL) ¥×¥í¥¥·¤Ø¤ÎƱ»þÀܳ¤ò¡Ö̵¸ú¡×¤ËÊѹ¹¤·¤Þ¤·¤¿ + Configuration_SMTPForkDisabled SMTP ¥×¥í¥¥·¤Ø¤ÎƱ»þÀܳ¤ò¡Ö̵¸ú¡×¤ËÊѹ¹¤·¤Þ¤·¤¿ + Configuration_NNTPForkDisabled NNTP ¥×¥í¥¥·¤Ø¤ÎƱ»þÀܳ¤ò¡Ö̵¸ú¡×¤ËÊѹ¹¤·¤Þ¤·¤¿ Configuration_POP3Separator POP3 ¥Û¥¹¥È̾¡¢¥Ý¡¼¥ÈÈֹ桢¥æ¡¼¥¶Ì¾¤Î¶èÀÚ¤êʸ»ú Configuration_NNTPSeparator NNTP ¥Û¥¹¥È̾¡¢¥Ý¡¼¥ÈÈֹ桢¥æ¡¼¥¶Ì¾¤Î¶èÀÚ¤êʸ»ú *************** *** 146,149 **** --- 157,166 ---- Configuration_UI ¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹Íѥݡ¼¥ÈÈÖ¹æ Configuration_UIUpdate ¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹Íѥݡ¼¥ÈÈÖ¹æ¤ò ¡Ö%s¡×¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ + Configuration_UIHTTPS UI ¤Ø¤Î SSL Àܳ¤ò¼õ¤±Æþ¤ì¤ë + Configuration_UIHTTPSEnabled ¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹(UI) ¤Ø¤Î SSL Àܳ¤ò¡Ö͸ú¡×¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ + Configuration_UIHTTPSDisabled ¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹(UI) ¤Ø¤Î SSL Àܳ¤ò¡Ö̵¸ú¡×¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ + Configuration_UIHTTPSPort ¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹¡ÊSSL¡ËÍѥݡ¼¥ÈÈÖ¹æ + Configuration_UIUpdate ¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹Íѥݡ¼¥ÈÈÖ¹æ¤ò ¡Ö%s¡×¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ + Configuration_UIHTTPSPortUpdate ¥æ¡¼¥¶¡¼¥¤¥ó¥¿¡¼¥Õ¥§¡¼¥¹¡ÊSSL¡ËÍѥݡ¼¥ÈÈÖ¹æ¤ò ¡Ö%s¡×¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ Configuration_History 1 ¥Ú¡¼¥¸¤Ëɽ¼¨¤¹¤ë¥á¡¼¥ë¤Î¿ô Configuration_HistoryUpdate 1 ¥Ú¡¼¥¸¤Ëɽ¼¨¤¹¤ë¥á¡¼¥ë¤Î¿ô¤ò ¡Ö%s¡×¤ËÊѹ¹¤·¤Þ¤·¤¿¡£ *************** *** 155,159 **** Configuration_Language ¸À¸ì Configuration_LanguageChoose ¸À¸ì¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤ ! Configuration_ListenPorts ¥Ý¡¼¥ÈÈÖ¹æ Configuration_HistoryView ÍúÎò Configuration_TCPTimeout TCP ¥³¥Í¥¯¥·¥ç¥ó¥¿¥¤¥à¥¢¥¦¥È --- 172,176 ---- Configuration_Language ¸À¸ì Configuration_LanguageChoose ¸À¸ì¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤ ! Configuration_ListenPorts ¥â¥¸¥å¡¼¥ë¤Î¥ª¥×¥·¥ç¥ó Configuration_HistoryView ÍúÎò Configuration_TCPTimeout TCP ¥³¥Í¥¯¥·¥ç¥ó¥¿¥¤¥à¥¢¥¦¥È *************** *** 322,325 **** --- 339,343 ---- Security_SMTPPortUpdate SMTP ¥Á¥§¡¼¥ó¥Ý¡¼¥ÈÈÖ¹æ¤ò ¡Ö%s¡× ¤ËÊѹ¹¤·¤Þ¤·¤¿¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ Security_POP3 ¥ê¥â¡¼¥È¥Þ¥·¥ó¤«¤é¤Î POP3 Àܳ¤òǧ¤á¤ë (POPFile ¤ÎºÆµ¯Æ°¤¬É¬Í×) + Security_POP3S ¥ê¥â¡¼¥È¥Þ¥·¥ó¤«¤é¤Î POP3S Àܳ¤òǧ¤á¤ë (POPFile ¤ÎºÆµ¯Æ°¤¬É¬Í×) Security_SMTP ¥ê¥â¡¼¥È¥Þ¥·¥ó¤«¤é¤Î SMTP Àܳ¤òǧ¤á¤ë (POPFile ¤ÎºÆµ¯Æ°¤¬É¬Í×) Security_NNTP ¥ê¥â¡¼¥È¥Þ¥·¥ó¤«¤é¤Î NNTP Àܳ¤òǧ¤á¤ë (POPFile ¤ÎºÆµ¯Æ°¤¬É¬Í×) *************** *** 328,331 **** --- 346,351 ---- Security_StealthModeUpdatePOP3 POPFile POP3 ¥×¥í¥¥· ¤Ï¾¤Î¥Þ¥·¥ó¤«¤é¤ÎÀܳ¤ò¡ÖµñÈݡפ·¤Þ¤¹¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ Security_ServerModeUpdatePOP3 POPFile POP3 ¥×¥í¥¥· ¤Ï¾¤Î¥Þ¥·¥ó¤«¤é¤ÎÀܳ¤ò¡Öµö²Ä¡×¤·¤Þ¤¹¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ + Security_StealthModeUpdatePOP3S POPFile POP3S ¥×¥í¥¥· ¤Ï¾¤Î¥Þ¥·¥ó¤«¤é¤ÎÀܳ¤ò¡ÖµñÈݡפ·¤Þ¤¹¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ + Security_ServerModeUpdatePOP3S POPFile POP3S ¥×¥í¥¥· ¤Ï¾¤Î¥Þ¥·¥ó¤«¤é¤ÎÀܳ¤ò¡Öµö²Ä¡×¤·¤Þ¤¹¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ Security_StealthModeUpdateSMTP POPFile SMTP ¥×¥í¥¥· ¤Ï¾¤Î¥Þ¥·¥ó¤«¤é¤ÎÀܳ¤ò¡ÖµñÈݡפ·¤Þ¤¹¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ Security_ServerModeUpdateSMTP POPFile SMTP ¥×¥í¥¥· ¤Ï¾¤Î¥Þ¥·¥ó¤«¤é¤ÎÀܳ¤ò¡Öµö²Ä¡×¤·¤Þ¤¹¡£¤³¤ÎÊѹ¹¤Ï POPFile ¤òºÆµ¯Æ°¤¹¤ë¤Þ¤Ç͸ú¤Ë¤Ê¤ê¤Þ¤»¤ó¡£ Index: English.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/English.msg,v retrieving revision 1.115 retrieving revision 1.116 diff -C2 -d -r1.115 -r1.116 *** English.msg 18 Apr 2008 12:41:49 -0000 1.115 --- English.msg 25 Apr 2008 16:26:30 -0000 1.116 *************** *** 122,126 **** Configuration_Error1 The separator character must be a single character Configuration_Error2 The user interface port must be a number between 1 and 65535 ! Configuration_Error3 The POP3 listen port must be a number between 1 and 65535 Configuration_Error4 The page size must be a number between 1 and 1000 Configuration_Error5 The number of days in the history must be a number between 1 and 366 --- 122,126 ---- Configuration_Error1 The separator character must be a single character Configuration_Error2 The user interface port must be a number between 1 and 65535 ! Configuration_Error3 The POP3/POP3S listen port must be a number between 1 and 65535 Configuration_Error4 The page size must be a number between 1 and 1000 Configuration_Error5 The number of days in the history must be a number between 1 and 366 *************** *** 130,133 **** --- 130,135 ---- Configuration_POP3Port POP3 listen port Configuration_POP3Update Updated POP3 port to %s; this change will not take affect until you restart POPFile + Configuration_POP3SPort POP3S listen port + Configuration_POP3SUpdate Updated POP3S (POP3 over SSL) port to %s; this change will not take affect until you restart POPFile Configuration_XMLRPCUpdate Updated XML-RPC port to %s; this change will not take affect until you restart POPFile Configuration_XMLRPCPort XML-RPC listen port *************** *** 137,142 **** --- 139,153 ---- Configuration_NNTPUpdate Updated NNTP port to %s; this change will not take affect until you restart POPFile Configuration_POPFork Allow concurrent POP3 connections + Configuration_POP3SFork Allow concurrent POP3S connections Configuration_SMTPFork Allow concurrent SMTP connections Configuration_NNTPFork Allow concurrent NNTP connections + Configuration_POPForkEnabled Enabled concurrent POP3 connections + Configuration_POP3SForkEnabled Enabled concurrent POP3S (POP3 over SSL) connections + Configuration_SMTPForkEnabled Enabled concurrent SMTP connections + Configuration_NNTPForkEnabled Enabled concurrent NNTP connections + Configuration_POPForkDisabled Disabled concurrent POP3 connections + Configuration_POP3SForkDisabled Disabled concurrent POP3S (POP3 over SSL) connections + Configuration_SMTPForkDisabled Disabled concurrent SMTP connections + Configuration_NNTPForkDisabled Disabled concurrent NNTP connections Configuration_POP3Separator POP3 host:port:user separator character Configuration_NNTPSeparator NNTP host:port:user separator character *************** *** 145,148 **** --- 156,164 ---- Configuration_UI User interface web port Configuration_UIUpdate Updated user interface web port to %s; this change will not take affect until you restart POPFile + Configuration_UIHTTPS Accept incoming SSL connections to the UI + Configuration_UIHTTPSEnabled Enabled incoming SSL connections to the UI; this change will not take affect until you restart POPFile + Configuration_UIHTTPSDisabled Disabled incoming SSL connections to the UI; this change will not take affect until you restart POPFile + Configuration_UIHTTPSPort User interface web (SSL) port + Configuration_UIHTTPSPortUpdate Updated user interface web port (SSL) to %s; this change will not take affect until you restart POPFile Configuration_History Messages per page Configuration_HistoryUpdate Updated number of messages per page to %s *************** *** 321,324 **** --- 337,341 ---- Security_SMTPPortUpdate Updated SMTP chain port to %s; this change will not take affect until you restart POPFile Security_POP3 Accept POP3 connections from remote machines (requires POPFile restart) + Security_POP3S Accept POP3S connections from remote machines (requires POPFile restart) Security_SMTP Accept SMTP connections from remote machines (requires POPFile restart) Security_NNTP Accept NNTP connections from remote machines (requires POPFile restart) *************** *** 327,330 **** --- 344,349 ---- Security_StealthModeUpdatePOP3 POPFile POP3 proxy WON'T be accessed from another machine; this change will not take affect until you restart POPFile Security_ServerModeUpdatePOP3 POPFile POP3 proxy ALLOWS to be accessed from another machine; this change will not take affect until you restart POPFile + Security_StealthModeUpdatePOP3S POPFile POP3S proxy WON'T be accessed from another machine; this change will not take affect until you restart POPFile + Security_ServerModeUpdatePOP3S POPFile POP3S proxy ALLOWS to be accessed from another machine; this change will not take affect until you restart POPFile Security_StealthModeUpdateSMTP POPFile SMTP proxy WON'T be accessed from another machine; this change will not take affect until you restart POPFile Security_ServerModeUpdateSMTP POPFile SMTP proxy ALLOWS to be accessed from another machine; this change will not take affect until you restart POPFile |