comparison conf/Init.luan @ 43:4d90d48a19ec

fix init example
author Vadim Filimonov <fffilimonov@yandex.ru>
date Fri, 11 Jun 2021 15:28:26 +0300
parents af4632c42979
children 72765b66e2c3
comparison
equal deleted inserted replaced
42:af4632c42979 43:4d90d48a19ec
48 server.useSsl() 48 server.useSsl()
49 return server 49 return server
50 end 50 end
51 51
52 local pop3 = { 52 local pop3 = {
53 lists = 'mailingListArchivePop3Server' 53 -- lists = 'mailingListArchivePassword'
54 fwd = 'fwdPop3Server' 54 -- fwd = 'fwdPassword'
55 ml = 'subscriptionsPop3Server' 55 -- ml = 'subscriptionsPassword'
56 sb = 'subscriptionBouncesPop3Server' 56 -- sb = 'subscriptionBouncesPasword'
57 } 57 }
58 58
59 local pop3Servers = { 59 local pop3Servers = {
60 lists = 'mailingListArchivePop3Server' 60 lists = 'mailingListArchivePop3Server'
61 fwd = 'fwdPop3Server' 61 fwd = 'fwdPop3Server'