automx settings

Sören Mindorf soeren at mindorf.org
Tue Jul 10 10:48:35 CEST 2018


Hallo zusammen,

ich habe schon länger automx im Einsatz und bin soweit sehr zufrieden, allerdings vergesse ich immer, wenn ich eine
neue Email-Domain anlege, diese auch in die automx.conf einzutragen.
Gibt es da einen Weg, dass ich z.B. als Section "global" oder "always" eintragen kann, damit ich keine Domains mehr angeben muss? 
Vielleicht habe ich auch nur ein Verständnisproblem. :/

meine automx.conf:

[automx]
# must be a domain!
provider = xxx.xx
domains = *

[DEFAULT]
account_type = email
account_name = xxx.xx
account_name_short = xxx.xx

[global]
backend = sql
action = settings

host = postgresql+psycopg2://xx:xx at 127.0.0.1/xx
query = SELECT displayname, username, domain FROM accounts WHERE email='%s';
result_attrs = displayname, username, domain

display_name = ${displayname}

smtp = yes
smtp_server = xxx
smtp_port = 587
smtp_encryption = starttls
smtp_auth = plaintext
smtp_refresh_ttl = 6
smtp_default = yes
smtp_auth_identity = ${username}@${domain}

imap = yes
imap_server = xxx
imap_port = 993
imap_encryption = SSL
imap_auth = plaintext
imap_refresh_ttl = 6
imap_auth_identity = ${username}@${domain}

[domain1.tld]
backend = global

[domain2.tld]
backend = global

dies würde ich mir gerne sparen. ;)

Danke und Gruß
Sören


More information about the automx-users mailing list