fixed errors in commands

This commit is contained in:
Niklas 2019-12-08 14:43:20 +01:00
parent 212c251321
commit 26a32dca64
1 changed files with 9 additions and 3 deletions

View File

@ -13,16 +13,22 @@ rewritten by [asmpro](https://github.com/asmpro/mailPostfixAutoresponder) and no
### Copy autoresponder binary to /usr/local/sbin
cp ~/gowork/bin/autoresponder /usr/local/sbin/
cp ~/gowork/bin/go-autoresponder /usr/local/sbin/autoresponder
chown autoresponder:autoresponder /usr/local/sbin/autoresponder
chmod 6755 /usr/local/sbin/autoresponder
### Create response_dir
mkdir -p/var/spool/autoresponder/responses
mkdir -p /var/spool/autoresponder/responses
cp ~/gowork/src/git.gurkengewuerz.de/Gurkengewuerz/go-autoresponder/config.ini.sample /var/spool/autoresponder/config.ini
chown -R autoresponder:autoresponder /var/spool/autoresponder
chmod -R 0770 /var/spool/autoresponder
### Create Log Path
touch /var/log/autoresponder.log
chown autoresponder:autoresponder /var/log/autoresponder.log
### Edit /etc/postfix/master.cf
Replace line:
@ -36,7 +42,7 @@ with these two lines (second must begin with at least one space or tab):
At the end of file append the following two lines:
autoresponder unix - n n - - pipe
flags=Fq user=autoresponder argv=/usr/local/sbin/autoresponder -s ${sender} -r ${recipient} -c <REPLACE WITH CONFIG PATH> -logfile <PATH TO LOG>
flags=Fq user=autoresponder argv=/usr/local/sbin/autoresponder -s ${sender} -r ${recipient} -c /var/spool/autoresponder/config.ini -logfile /var/log/autoresponder.log
### Set additional postfix parameter