F20 System Wide Change: No Default Sendmail

Reindl Harald h.reindl at thelounge.net
Mon Jul 22 17:40:22 UTC 2013



Am 22.07.2013 18:51, schrieb Lennart Poettering:
> On Fri, 19.07.13 14:47, Frank Ch. Eigler (fche at 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;
}

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.fedoraproject.org/pipermail/devel/attachments/20130722/005a96f5/attachment.sig>


More information about the devel mailing list