Palier 3: Postfix + Dovecot working! Mail test successful with swaks
This commit is contained in:
parent
a6d7c44c4a
commit
4a989bad17
7 changed files with 82 additions and 55 deletions
|
|
@ -3,4 +3,4 @@
|
|||
while IFS= read -r email; do
|
||||
username="${email%@*}"
|
||||
echo "${email}:{PLAIN}${username}"
|
||||
done < users.txt
|
||||
done < /tmp/users.txt
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ while IFS= read -r email; do
|
|||
username="${email%@*}"
|
||||
domain="${email#*@}"
|
||||
echo "${email} ${domain}/${username}/"
|
||||
done < users.txt
|
||||
done < /tmp/users.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue