Mark Martinec wrote: >>>>> I have not been able to figure out >>>>> if there is a way to tell "sendmail" to use an alternate "pickup" >>>>> daemon when piping a message back to Postfix. >>>>> > > I don't think there is a way. Pickup picks messages from a maildrop directory, > and by the time message gets there, it is undistinguishable from other > messages submitted by 'sendmail' binary. >
If he is motivated enough, he can use multiple instances and submit mail using # sendmail -C /etc/postfix/someinstance/ ... if using postfix >= 2.3. for older postfix, he would use # MAIL_CONFIG=/some/dir/ sendmail ... ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/