* Quanah Gibson-Mount <[email protected]>: > In dealing with a problem with disclaimers, I noticed that amavis is > not really optimized for multi-domain installations. In the conf > file I find: > > $mydomain = 'example.com'; # a convenient default for other settings > > and > > @local_domains_maps = ( [".$mydomain"] ); # list of all local domains > > > While this probably is fine for most installations, we have > customers who anywhere from one domain to > 1500 domains. This > becomes problematic in particular when disclaimers are in use. > Clearly, I can modify the conf file as necessary, but it'd be great > if I could have amavis actually pull my domains out of LDAP, for > example, so I didn't have to hack the conf file at all. Has there > been thought on implementing something along these lines? I.e., a > generic database mechanism, so LDAP, SQL, etc, can be used for > pulling in the domain list?
@local_domains_maps serves to identify if a messages recipient is local. If you configure SQL or LDAP amavis looks up every recipient address in these backends automatically. If the address is found the recipient is considered local automatically. Is there any other use case you would need the domain for? p@rick -- [*] sys4 AG https://sys4.de, +49 (89) 30 90 46 64 Franziskanerstraße 15, 81669 München Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263 Vorstand: Patrick Ben Koetter, Marc Schiffbauer Aufsichtsratsvorsitzender: Florian Kirstein
