2/28/18

[Evolution] Error resolving 'outlook.office365.com': Name or service not known

Check below config to fix this bug:

$ cat /etc/resolv.conf
nameserver 127.0.1.1
multi on
order hosts,bind


$ cat /etc/nsswitch.conf
passwd:         compat
group:          compat
shadow:         compat
gshadow:        files

hosts:          files dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis

No comments: