changeset 43:4d90d48a19ec

fix init example
author Vadim Filimonov <fffilimonov@yandex.ru>
date Fri, 11 Jun 2021 15:28:26 +0300
parents af4632c42979
children cc5b7d515580
files conf/Init.luan doc/install.txt
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/conf/Init.luan	Mon Jun 07 09:52:13 2021 +0300
+++ b/conf/Init.luan	Fri Jun 11 15:28:26 2021 +0300
@@ -50,10 +50,10 @@
 end
 
 local pop3 = {
-	lists = 'mailingListArchivePop3Server'
-	fwd = 'fwdPop3Server'
-	ml = 'subscriptionsPop3Server'
-	sb = 'subscriptionBouncesPop3Server'
+--	lists = 'mailingListArchivePassword'
+--	fwd = 'fwdPassword'
+--	ml = 'subscriptionsPassword'
+--	sb = 'subscriptionBouncesPasword'
 }
 
 local pop3Servers = {
--- a/doc/install.txt	Mon Jun 07 09:52:13 2021 +0300
+++ b/doc/install.txt	Fri Jun 11 15:28:26 2021 +0300
@@ -27,7 +27,7 @@
 Fix config
 vim nabble/conf/Init.luan
 replace me.nabble.com with server domain
-configure MailHome.getSmtpServer with your smtp provider
+configure MailHome.getSmtpServer with your smtp provider and pop3 with name/password for mailboxes
 
 Start:
 cd nabble