Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81d45173 authored by Florent VINCENT's avatar Florent VINCENT 👾
Browse files

Merge branch 'autodiscover' into '26.0.8'

replace automx with autodiscover

See merge request !96
parents 9466da55 498c03ff
Loading
Loading
Loading
Loading

templates/automx/automx.conf

deleted100644 → 0
+0 −56
Original line number Diff line number Diff line
# file: /etc/automx.conf

[automx]
provider = @@@DOMAIN@@@
domains = *

#debug = yes
#logfile = /var/log/automx/automx.log

# Protect against DoS
#memcache = 127.0.0.1:11211
#memcache_ttl = 600
#client_error_limit = 20
#rate_limit_exception_networks = 127.0.0.0/8, ::1/128

# The DEFAULT section is always merged into each other section. Each section
# can overwrite settings done here.
[DEFAULT]
account_type = email
account_name = %s
account_name_short = %s


# If a domain is listed in the automx section, it may have its own section. If
# none is found here, the global section is used.
[global]
backend = static
action = settings


# If you want to sign mobileconfig profiles, enable these options. Make sure
# that your webserver has proper privileges to read the key. The cert file
# must contain the server certificate and all intermediate certificates. You
# can simply concatenate these certificates.
#sign_mobileconfig = yes
#sign_cert = /certs/autodiscover.eelo.io.crt
#sign_key = /certs/autodiscover.eelo.io.key

smtp = yes
smtp_server = mail.@@@DOMAIN@@@
smtp_port = 587
smtp_encryption = starttls
smtp_auth = plaintext
smtp_auth_identity = %s
smtp_refresh_ttl = 6
smtp_default = yes

imap = yes
imap_server = mail.@@@DOMAIN@@@
imap_port = 993
imap_encryption = ssl
imap_auth = plaintext
imap_auth_identity = %s
imap_refresh_ttl = 6

pop = no
+1 −1

File changed.

Contains only whitespace changes.