|
|
|
|
|
by aseidl
4935 days ago
|
|
I'm not sure what the current best stack is for email (last time I hosted my own, the setup involved UUCP), but my ideal setup would be as follows: - continue using Gmail as the main account - have a catch-all on my server which simply forwards to the Gmail account - for sending mail, have a regexp that when matched, will rewrite the 'from' username to that As an example of the last point, if my subject has &hn& at the beginning, remove that string and change the from address to 'hn@example.com'. I believe this should be possible with postfix. What I'm not sure of is if Gmail will flag my servers for the steady stream of spam being forwarded (I'd prefer to let Gmail's filters handle all spam). |
|