Mod:Postfix bugfixes

This commit is contained in:
2021-02-05 20:58:24 +01:00
parent 402a4b68e5
commit 84cda6333f
3 changed files with 5 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ if [ $IMODE = l ]; then
break;;
[Nn]* )
echo 'Enter mail addres for sending mail? '
read mail
maildomain=$(sed -e 's/[^@]*@//' <<< "$mail")
read mailas
maildomain=$(sed -e 's/[^@]*@//' <<< "$mailas")
break;;
* )echo "Choose yes or no.";;
esac