initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
imap_host = "IMAP_HOST"
|
||||
imap_port = IMAP_PORT
|
||||
imap_secure = "SSL"
|
||||
smtp_host = "SMTP_HOST"
|
||||
smtp_port = SMTP_PORT
|
||||
smtp_secure = "SSL"
|
||||
smtp_auth = On
|
||||
1
www-var/rainloop/rainloop/v/1.14.0/app/domains/disabled
Normal file
1
www-var/rainloop/rainloop/v/1.14.0/app/domains/disabled
Normal file
@@ -0,0 +1 @@
|
||||
outlook.com,qq.com,yahoo.com
|
||||
@@ -0,0 +1,7 @@
|
||||
imap_host = "imap.gmail.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
smtp_host = "smtp.gmail.com"
|
||||
smtp_port = 587
|
||||
smtp_secure = "TLS"
|
||||
smtp_auth = On
|
||||
@@ -0,0 +1,7 @@
|
||||
imap_host = "imap-mail.outlook.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
smtp_host = "smtp-mail.outlook.com"
|
||||
smtp_port = 587
|
||||
smtp_secure = "TLS"
|
||||
smtp_auth = On
|
||||
@@ -0,0 +1,7 @@
|
||||
imap_host = "imap.qq.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
smtp_host = "smtp.qq.com"
|
||||
smtp_port = 465
|
||||
smtp_secure = "SSL"
|
||||
smtp_auth = On
|
||||
@@ -0,0 +1,7 @@
|
||||
imap_host = "imap.mail.yahoo.com"
|
||||
imap_port = 993
|
||||
imap_secure = "SSL"
|
||||
smtp_host = "smtp.mail.yahoo.com"
|
||||
smtp_port = 587
|
||||
smtp_secure = "TLS"
|
||||
smtp_auth = On
|
||||
Reference in New Issue
Block a user