|
From: Nils B. (Lemonbit) <ni...@le...> - 2008-05-23 14:15:29
|
Doug Lytle wrote: > Barry Robinson wrote: >> Is there any way to use Postfix instead of Sendmail for BackupPC? > > I think it's as simple as creating a symlink to postfix and name it > sendmail > > ln -s /usr/sbin/postfix /usr/sbin/sendmail > > Actually, I just checked. There is already a symlink to postfix as > sendmail in my install. I believe this is done automagically. You > may > want to check. Yeah, all MTA's I've ever worked with provide a sendmail interface, so usually there is nothing special you need to do to be able to use Postfix. Just point your software to /usr/sbin/sendmail and it should be ok. Nils. |