source:
trunk/packages/xvm-mail-config/xvm-mail-relay
@
2693
Last change on this file since 2693 was 2279, checked in by broder, 16 years ago | |
---|---|
|
|
File size: 145 bytes |
Rev | Line | |
---|---|---|
[1603] | 1 | #!/bin/bash |
[2279] | 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.