Allow a different server address for the POP server to be configured when using POP...
[squirrelmail.git] / config / config_default.php
index 549a97afb71bef4c2b7c594972572889e65b509e..74956084c57b3025c495b085c37b6e0ca8a5e18c 100644 (file)
@@ -322,6 +322,17 @@ $optional_delimiter = 'detect';
  */
 $pop_before_smtp = false;
 
+/**
+ * POP before SMTP server address
+ *
+ * When using POP3 before SMTP, if the POP server address is
+ * not the same as the SMTP server address, specify it here.
+ * If this is left empty, the SMTP server address will be
+ * used by default.
+ * @global bool $pop_before_smtp_host
+ */
+$pop_before_smtp_host = '';
+
 
 /*** Folder Settings ***/
 /**