diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2023-12-30 01:02:17 +0100 | 
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2023-12-30 01:02:17 +0100 | 
| commit | caedd7c4d010b0ec1af94f874b837034bf35ebd8 (patch) | |
| tree | bdce497de455a11330dbe0c609c72831ec8a1ea9 /postfix | |
| parent | d7f8c76bab696ce88aba60841d523a3a719843e9 (diff) | |
| download | mail-conf-caedd7c4d010b0ec1af94f874b837034bf35ebd8.tar.gz mail-conf-caedd7c4d010b0ec1af94f874b837034bf35ebd8.zip | |
Add script
Diffstat (limited to 'postfix')
| -rwxr-xr-x | postfix/update_aliases.sh | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/postfix/update_aliases.sh b/postfix/update_aliases.sh new file mode 100755 index 0000000..35b9ace --- /dev/null +++ b/postfix/update_aliases.sh @@ -0,0 +1,7 @@ +#!/bin/sh +postmap /etc/postfix/insiders +postmap /etc/postfix/protected_destinations +postalias /etc/aliases +newaliases +postfix reload + | 
