Am 22.07.2013 18:51, schrieb Lennart Poettering:
> On Fri, 19.07.13 14:47, Frank Ch. Eigler (f...@redhat.com) wrote:
> 
>>> And it's just not possible to automatically configure e-mail. [...]
>>
>> As for outgoing SMTP, DHCP packets can identify servers; so can DNS
>> heuristics.
> 
> I have yet to see my first DHCP server in the wild that actually supplies 
> that info...

here you have - LAN IP's masked but C&P from production - as well as
https://wiki.mozilla.org/Thunderbird:Autoconfiguration
is not that hard to setup and maintain automatically even
for some hundret of domains

subnet 192.168.196.0 netmask 255.255.255.0 {
 option domain-name "thelounge.net";
 option domain-name-servers 192.168.196.6, 192.168.196.106, 192.168.196.30;
 option routers 192.168.196.1;
 option smtp-server 192.168.196.30;
 option pop-server 192.168.196.30;
 option ntp-servers 192.168.196.107, 192.168.196.112;
 option time-servers 192.168.196.107, 192.168.196.112;
 option subnet-mask 255.255.255.0;
 option broadcast-address 192.168.196.255;
 option interface-mtu 1472;
 range 192.168.196.234 192.168.196.240;
}

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to