linuxdeploy
linuxdeploy copied to clipboard
postfix issue
Hello, on Kali (didnt try any other linux deploy distro), Im unable to use postfix, I still get an error:
(Host or domain name not found. Name service error for name=smtp.gmail.com type=A: Host not found, try again)
Add a dns server in resolv.conf add to the postfix and useraccount user the rights of other groups. After restarting postfix
step 1: nameserver 1.1.1.1
step 2: sudo usermod -aG aid_inet,aid_net_raw postfix
step 3: sudo usermod -aG aid_inet,aid_net_raw USERACCOUNT
step 4: sudo service postfix restart