-bash-4.2$ rpm -q gnutls-utils gnutls-utils-3.1.26-1.fc20.i686 -bash-4.2$ cat /etc/bin/pop3.sh #!/bin/bash --login # Begin pop3.sh gnutls-cli -d 1 -p 995 pop3.web.de exit # End pop3.sh ;--- within the mailserver top 339 20 *** Fatal error: Error in the pull function. *** Server has terminated the connection abnormally. ;--- within the mailserver Any changes to the code that causes this ? Downgraded version works perfectly.
Nothing related with such an error. What was the previously used version? Could you try gnutls-cli -d 99 -p 995 pop3.web.de and send the output?