--- nntp.el~ 2012-02-15 09:22:23.734375000 +0000 +++ nntp.el 2012-02-23 11:02:16.234375000 +0000 @@ -1197,7 +1197,8 @@ (nth 0 (auth-source-search :max 1 :host (list nntp-address (nnoo-current-server 'nntp)) - :port '("119" "nntp")))) + :port '("119" "nntp" + "563" "nntps" "snews")))) (auth-user (plist-get auth-info :user)) (auth-force (plist-get auth-info :force)) (auth-passwd (plist-get auth-info :secret))