Postfix-Server-Setup
Postfix-Server-Setup copied to clipboard
I had the error when trying to start Opendmarc I had to change > PidFile /var/run/opendmarc.pid to >PidFile /var/run/opendmarc/opendmarc.pid then i added this line > chown -R opendmarc:opendmarc /var/run/opendmarc/
Minor changes to avoid leaking information on email headers.
What's the intention for the exit if. Is it to gte the value of inet (IP) `extip=$(ifconfig|grep 'Link encap\|inet '|awk '!/Loopback|:127./'|tr -s ' '|grep 'inet'|tr ':' ' '|cut -d" "...
Thanks for time-save :)
`apt-get install -qq -y postfix postgrey postfix-policyd-spf-python` will fail for postfix & postgrey since postfix-policyd-spf-python does not exist. This breaks the mail server section, can be fixed by installing postfix...
Change domain to lowercase so that it's consistent throughout. Some directories were lowercase and others configurations weren't and it wasn't able to match correctly.
Spelling change
Hi, First off, AWESOME work! I ran into issues sending test emails to my GMail account due to the strict "reject" value of the sp tag in the DMARC record...
Updated URLs, had to add `-d gophish` to the unzip command so the files moved to the gophish subdirectory as opposed to directly in to the Postfix-Server-Setup directory. Testing worked...