Bug#351993: ssmtp doesn't failover to multiple mailhubs in IPv4

2006-02-08 Thread aprl
Package: ssmtp Version: 2.61 Whereas the IPv6 code seems to already step through all host addresses returned by getaddrinfo(), the IPv4 code unfortunately connects only to the *first* address returned by gethostbyname(). But the name lookup could return multiple IP addresses, corresponding to mult

Bug#351995: ssmtp should have option to use MX records for mailhub

2006-02-08 Thread aprl
Package: ssmtp Version: 2.61 This is just a feature request. Since ssmtp is supposed to be an SMTP client, it ought to look up the MX records for the mailhub, not the A records, and then try the MX records in the order given by those records, and if there are no MX records, then fall back on using

Bug#351867: Purge doesn't properly remove all of configuration

2006-02-07 Thread aprl
Package: tftpd Version: 0.17-12 On a clean Debian system, do the following: cat /etc/inetd.conf [notice there is no tftpd line] aptitude install tftpd cat /etc/inetd.conf [notice presence of tftpd line] aptitude purge tftpd cat /etc/inetd.conf [notice line is still present, but co