Hugo, > > /usr/sbin/sendmail -r $RECIPIENT $SENDER < $REPLY > > I have not found a way to make this work against port 10025
Use smtpclient as suggested, or mini_sendmail: http://www.engelschall.com/sw/smtpclient/ http://www.acme.com/software/mini_sendmail/ or keep your /usr/sbin/sendmail pipe, but turn off content filtering in master.cf by adding empty content_filter option to service 'pickup': pickup fifo n - n 60 1 pickup -o content_filter= Mark _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
