Então, eu peguei vários artigos e respostas para configurar o sendmail no Ubuntu 12.04 corretamente, mas ainda assim meus e-mails estão sendo sinalizados com X-Authentication-Warning
header pelo sendmail:
X-Authentication-Warning: advisor.travel: www-data set sender to
[email protected] using -f
por simples chamada de console:
echo "Test email being by sendmail" | sudo -u www-data
/usr/sbin/sendmail -f [email protected]
Por favor, lembre-se de que eu não estou tentando configurar uma prova de spam aqui, já que tudo relacionado a SPF, DKIM e outras coisas já estão em vigor:)
Informações do Sendmail:
# sendmail -d0.1
Version 8.14.4
Compiled with: DNSMAP LDAPMAP LDAP_REFERRALS LOG MAP_REGEX MATCHGECOS
MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6 NETUNIX
NEWDB NIS NISPLUS PIPELINING SASLv2 SCANF SOCKETMAP STARTTLS
TCPWRAPPERS USERDB USE_LDAP_INIT XDEBUG
============ SYSTEM IDENTITY (after readcf) ============
(short domain name) $w = advisor
(canonical domain name) $j = advisor.travel
(subdomain name) $m = travel
(node name) $k = advisor.travel
========================================================
Configuração:
/etc/mail # cat trusted-users
www-data
/etc/mail # cat sendmail.mc | grep use_ct_file
FEATURE('use_ct_file')dnl
/etc/mail # cat sendmail.cf | grep -A 5 trusted
Ft/etc/mail/trusted-users %[^\#]
Troot
Tdaemon
Tuucp
Sem sorte, ainda tendo X-Authentication-Warning
header: /
Eu li em várias fontes que o arquivo de usuários confiáveis deve estar habilitado em submit.mc, mas não faço ideia de como: /