A liberal is a man too broadminded to take his own side in a quarrel. – Robert Frost
Autoresponse on HowToForge
Autoresponse now has a tutorial on HowToForge! Be sure to check it out. I also suggest signing up because there is a wealth of information on there, and with a paid subscription you can download any tutorial as a PDF (other formats are available as well) without the ads, graphics, and other unrelated items… it’s well worth it.
Hi,
I’ve successfully installed autorespose on my box however, I am having bounced messages.
I have have two (2) instances of postfix running on the same box and have it configured like this.
A) postfix original master.cf
some_ip:smtp inet n – n – – smtpd
-o content_filter=autoresponder:dummy
#some_ip:smtp inet n – n – – smtpd -o myhostname=server2
some_ip:smtp inet n – n – – smtpd
-o myhostname=server2 content_filter=autoresponder:dummy
sniffed …. end of file ..
autoresponder unix – n n – - pipe
flags=Fq user=autoresponse argv=/usr/local/sbin/autoresponse -s ${sender} -r ${recipient} -S ${sasl_username} -C ${client_address}
======================================
B) Second postfix instance postfix2
10025 inet n – n – – smtpd
-o content_filter=autoresponder:dummy
sniffed end of the file …
autoresponder unix – n n – - pipe
flags=Fq user=autoresponse argv=/usr/local/sbin/autoresponse -s ${sender} -r ${recipient} -S ${sasl_username} -C ${client_address}
==================================================
Any tips on how to troubleshoot this problem?