I'm the domain administrator for, say, example.com
. I have a few dozen users and we provide them with e-mails (first-name@example.com
) that are aliases to their main e-mail.
Now there's quite a few servers on the internet that mark mails as spam if they don't use SPF, and I'd like my users not to be considered as spammers. How should I configure SPF on my domain given that they might send mail from many different mail servers (their ISP, gmail, hotmail, their own server, whatever) ?
The only solution I've found so far would be to set up an SMTP server and ask users to send it through it (which is probably what SPF expects me to do). Is there any simpler way ? Is it common among usual mail providers that allow using aliases to also allow a specific SMTP server when using an alias ?
Here, I'm not asking how to configure basic SPF parameters or what SPF is in general, but how to deal with SPF when it involves many users that may send e-mails using their own SMTP server.