Have a SMTP out only server
I do use my @tpo email address for many communications outside torproject lists or @tpo people.
Lately, I discovered that many of my emails were silent drop by the remote server or put in SPAM. And that was because the person came back to me asking where was my email. For instance, gmail sometimes put it in the SPAM still because we lack DKIM/SPF so it hurts our reputation.
Th reason why is quite simple: I use my own SMTP server to send the emails while forging the From
address.
It would honestly be of a great help if we could simply have an authenticated SMTP server that I could use with let say my LDAP account for sending emails with my @tpo and not being worried that it gets dropped...
The steps required for this change are:
-
create a new field ( emailPassword
?) in the LDAP schema (done) -
setup a separate email server to accept submissions and keep mail servers aware that not only eugeni sends email -
hook up the password field in ud-generate
-
document the schema and files changes in howto/ldap -
hook up the generated password file in dovecot (only for SASL auth) -
hook up dovecot in postfix -
test with TPA users that can modify their own password directly through LDAP -
update the web interface to support password changes (requires upgrading to latest upstream #40182 (closed)) -
optionally, update the mail gateway to support changes to the field -
add DNS records for autoconfiguration -
add onion service -
add TLS-only service (port 465) -
do tests with the users in this ticket, and if this works, propagate to all current LDAP users -
create submit-02 at sunet, compare -
create LDAP accounts for more users who want to use the systemsee #40536 (closed) -
add monitoring loops, with (say) Google, Hotmail, Yahoo and Riseup to ensure delivery works across serversthat is now an entire milestone, %improve mail services -
complete design documentation in howto/submission -
upload new ud-ldap debian packages
Edited by anarcat