On 25/06/22 11:17, Luc GMail wrote:
echo 'mailbot unix - n n - 50 pipe' >> master.cf <http://master.cf>echo 'flags=R user=dropbox argv=/etc/postfix/script.sh -o SENDER=${sender} -m USER=${user} EXTENSION=${extension}' >> master.cf <http://master.cf>
Hi Luc.I think you need some whitespace at the start of the second line - e.g. "echo ' flags=R user=...' >> master.cf". Otherwise Postfix isn't going to know that this is a continuation of the first line?
Nick.