source:
trunk/packages/xvm-mail-config/xvm-mail-relay
@
2885
Last change on this file since 2885 was 2279, checked in by broder, 16 years ago | |
---|---|
|
|
File size: 145 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | forward="$(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.