Dopo oltre 6 anni dall'ultimo aggiornamento una nuova versione del programma per il recupero e il reindirizzamento delle email , che consente di prelevare email utilizzando protocolli e estensioni POP2, POP3, RPOP, APOP, KPOP, IMAP, ETRN e ODMR, filtrare la corrispondenza ricevuta, distribuire i messaggi da un'account a più utenti e reindirizzare negli indirizzi email locali o tramite SMTP a un altro server (funzionando come gateway POP/IMAP-to-SMTP). Il codice del progetto è scritto in linguaggio C e sottoscritto con licenza GPLv2. Il supporto per la versione fetchmail 6.3.X è completamente terminato.
Tra :
- Aggiunto supporto per TLS 1.1, 1.2 e 1.3 (—sslproto {tls1.1+|tls1.2+|tls1.3+}). La compilazione con OpenSSL è abilitata per impostazione predefinita (è richiesta almeno la versione 1.0.2, e per TLSv1.3 — 1.1.1). È stato interrotto il supporto per SSLv2. Per impostazione predefinita, TLSv1.1 viene dichiarato in STLS/STARTTLS invece di SSLv3 e TLSv1.0. Per rimanere con SSLv3, è necessario utilizzare OpenSSL con il supporto SSLv3 e avviare fetchmail con il flag «—sslproto ssl3+».
- Per impostazione predefinita, è abilitato il controllo dei certificati SSL (—sslcertck). Per disabilitare il controllo, è ora necessario specificare esplicitamente l'opzione «—nosslcertck»;
- Support for very old C compilers has been discontinued. Building now requires a compiler that supports the 2002 standard SUSv3 (Single Unix Specification v3, a subset of POSIX.1-2001 with XSI extensions);
- Increased efficiency in UID tracking (the ‘--keep UID’ mode) when distributing messages from the inbox via POP3;
- Numerous improvements related to the support of encrypted connections have been made;
- A vulnerability that could lead to a buffer overflow in the authentication code via GSSAPI when handling usernames longer than 6000 characters has been fixed.
Supplement: release 6.4.1 with fixes for two regressions (an incomplete fix of the Debian bug 941129 led to the inability to find configuration files for fetchmail in some cases and a _FORTIFY_SOURCE issue with PATH_MAX exceeding the minimum _POSIX_PATH_MAX).
Fonte: opennet.ru
