mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Create default.ini.dist
This commit is contained in:
parent
298bbb22e6
commit
c61a91deb2
1 changed files with 9 additions and 0 deletions
9
rainloop/v/0.0.0/app/domains/default.ini.dist
Normal file
9
rainloop/v/0.0.0/app/domains/default.ini.dist
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
imap_host = "IMAP_HOST"
|
||||
imap_port = IMAP_PORT
|
||||
imap_secure = "SSL"
|
||||
imap_verify_ssl = Off
|
||||
smtp_host = "SMTP_HOST"
|
||||
smtp_port = SMTP_PORT
|
||||
smtp_secure = "SSL"
|
||||
smtp_verify_ssl = Off
|
||||
smtp_auth = On
|
||||
Loading…
Add table
Add a link
Reference in a new issue