Mod:Postfix bugfixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user