Palier 3: Postfix + Dovecot working! Mail test successful with swaks

This commit is contained in:
ayo 2026-06-17 09:54:03 +02:00
commit 4a989bad17
7 changed files with 82 additions and 55 deletions

View file

@ -3,4 +3,4 @@
while IFS= read -r email; do
username="${email%@*}"
echo "${email}:{PLAIN}${username}"
done < users.txt
done < /tmp/users.txt

View file

@ -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