Skip to content

Commit

Permalink
DevOps -- Postfix Mail Server
Browse files Browse the repository at this point in the history
  • Loading branch information
abormate authored Sep 18, 2024
1 parent 814183e commit f18746e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ ssh thor@jump_shot

// issue is need to write # befor "inet_interfaces = localhost" in configuration file

// edit file for changes
# vi /etc/postfix/main.cf

// check now
# cat /etc/postfix/main.cf |grep inet_interface

// run again to check
# systemctl start postfix
# systemctl status postfix -l

0 comments on commit f18746e

Please sign in to comment.