close Warning: Can't use blame annotator:
svn blame failed on trunk/packages/xvm-mail-config/xvm-mail-relay: 28 - Can't close file '/tmp/svn-gKfqMP': No space left on device

source: trunk/packages/xvm-mail-config/xvm-mail-relay @ 2651

Last change on this file since 2651 was 2279, checked in by broder, 16 years ago

Use the new mail.forward config entry in xvm-mail-config when relaying e-mail.

  • Property svn:executable set to *
File size: 145 bytes
RevLine 
1#!/bin/bash
2forward="$(invirt-getconf mail.forward)"
3/usr/bin/formail -i "To: $forward" | /usr/sbin/sendmail -f "root@$(hostname -f)" "$forward"
Note: See TracBrowser for help on using the repository browser.