«Чипованные» значит «можно авторизироваться чипом». Обычно вы сами должны засунуть ее в кардридер. Это сильно усложнит жизнь желающим скопировать карту.
Ну и карта считается поврежденной, если не работает магнитная полоса. И я сомневаюсь, что даже в этом случае кассир имеет право ее изъять.
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
# Make this empty to disable rewriting.
root=root
# The place where the mail goes. The actual machine name is required no
# MX records are consulted. Commonly mailhosts are named mail.domain.com
mailhub=smtp.yandex.ru:465
AuthUser=out@qwerty.name
AuthPass=
UseTLS=YES
# Where will the mail seem to come from?
rewriteDomain=qwerty.name
# The full hostname
hostname=web8.qwerty.name
# Are users allowed to set their own From: address?
# YES - Allow the user to specify their own From: address
# NO - Use the system generated From: address
#FromLineOverride=YES
root@web8:/etc/ssmtp# cat revaliases
# sSMTP aliases
#
# Format: local_account:outgoing_address:mailhub
#
# Example: root:your_login@your.domain:mailhub.your.domain[:port]
# where [:port] is an optional port number that defaults to 25.
root:out:smtp.yandex.ru:465
www-data:out:smtp.yandex.ru:465
# проверял так
root@web8:/etc/ssmtp# php -r " mail('lazutov@lazutov.ru','Test','');"
root@web8:/etc/ssmtp# sudo su -l www-data
www-data@web8:~$ php -r " mail('lazutov@lazutov.ru','Test','');"