|
From: Mark M. <Mar...@ij...> - 2004-04-13 18:04:56
|
Florent, | how do you use the sendmail program with postfix so that the | mail you want to "pass thru" does not get filtered again ? (and probably | bounced again...) ? | you'd have to use the instance "10025" of postfix, am I wrong ? | How do you do that ? Either send to 10025 (using e.g. smtpclient from Ralf S. Engelschall, or 'mini_sendmail') If there are no local mail client submitting mail to Postfix directly, you may declare Postfix service 'pickup' to bypass content filtering, just as the smtpd on 10025 does: pickup fifo n - n 60 1 pickup -o content_filter= This way, mail submitted with 'sendmail' command on the same host will bypass content filtering. Mark |