Hello,
This morning I found sending gmail emails via Gnus stopped working. It used to be working since I checked my Gnus 'sent' folder and there are mails I sent several months ago.
As soon as I disabled pf
and I just upgraded to 12.0p1 (Could it possibly also a problem?)
Do you guys have any idea of how to fix this? Many thanks in advance.
This morning I found sending gmail emails via Gnus stopped working. It used to be working since I checked my Gnus 'sent' folder and there are mails I sent several months ago.
Code:
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (berkeley-unix)
Sending via mail...
network-stream-open-starttls: make client process failed: No route to host, :name, smtpmail, :buffer, *trace of SMTP session to smtp.gmail.com*, :host, smtp.gmail.com, :service, 587
As soon as I disabled pf
sudo pfctl -d
, Emacs would connect. So I think the problem is probably related to pf. Currently my /etc/pf.conf is as follows,
Code:
tcp_services = "{ ssh, sftp, ntp, imaps, https, smtps, domain, www, pop3, auth, pop3s }"
udp_services = "{ domain, ntp }"
tcp_in_services = "{ ssh, sftp }"
block all
set skip on lo0
pass in proto tcp to port $tcp_in_services
pass out proto tcp to port $tcp_services
pass proto udp to port $udp_services
and I just upgraded to 12.0p1 (Could it possibly also a problem?)
Bash:
uname -a
FreeBSD freebsd-machine 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC amd64
Do you guys have any idea of how to fix this? Many thanks in advance.