SMTP
VRFY
IDN
#
# Server-side
CAPA SMTPUTF8
#
# Client-side
smtp
idn
!win32
LC_ALL=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
perl -MI18N::Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
SMTP VRFY with SMTPUTF8 support
smtp://%HOSTIP:%SMTPPORT/968 --mail-rcpt Användaren
#
# Verify data after the test has been "shot"
EHLO 968
VRFY Användaren SMTPUTF8
QUIT