This commit is contained in:
Sharad Ahlawat
2021-04-01 01:23:14 -07:00
parent 5cee123a3c
commit 90c5709862
64 changed files with 802 additions and 140 deletions

View File

@ -0,0 +1,16 @@
imap_host = "mail.ahlawat.com"
imap_port = 993
imap_secure = "SSL"
imap_short_login = On
sieve_use = Off
sieve_allow_raw = Off
sieve_host = ""
sieve_port = 4190
sieve_secure = "None"
smtp_host = "mail.ahlawat.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_short_login = On
smtp_auth = On
smtp_php_mail = Off
white_list = ""

View File

@ -0,0 +1 @@
outlook.com,qq.com,yahoo.com,gmail.com

View File

@ -0,0 +1,4 @@
Deny from all
<IfModule mod_autoindex.c>
Options -Indexes
</ifModule>

View File

@ -0,0 +1,9 @@
; RainLoop Webmail plugin (ldap-change-password)
[plugin]
hostname = "ldaps://ldap.ahlawat.com"
port = 636
user_dn_format = "cn={imap:login},ou=people,dc=infra"
password_field = "userPassword"
password_enc_type = "SSHA"
allowed_emails = "*"