Custom Query (196 matches)
Results (133 - 135 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#407 | fixed | Block outgoing port 25 | adehnert | |
Description |
In order to prevent getting marked as spammers, we should possibly block outgoing port 25, so that users trying to send mail need to go through us (or an authenticated MTA elsewhere on port 587, which shouldn't cause spam reputation problems to us). This will increase the effectiveness of Postfix-level outgoing mail blockages, and would open up significant opportunities for our Postfix doing smart things like logging, rate-limiting, etc.. This was discussed:
|
|||
#420 | fixed | Document alternative outgoing email approaches | leee | adehnert |
Description |
At the moment, outgoing email from scripts is unreliable. Hopefully something like #357 could improve that. In the short term, and possibly even once #357 gets fixed, users may be better served by sending their email in other ways. We should ideally document some options. The obvious option is to tell people to use Kerberized auth to outgoing.mit.edu. It's an obvious, MIT-run service that (hopefully) has good deliverability, and I believe any principal can auth. However, I think many languages have mediocre support for Kerberized SMTP, so it may be hard to for our users to do this. There are also various companies that provide this sort of service. Some options are:
These have the advantage of probably being easier to set up than kerberized outgoing.mit.edu and likely having better deliverability, but disadvantage of requiring a non-MIT party and having a lower free message cap (I think MIT is effectively 1K/day so ~30K/month). |
|||
#424 | fixed | modify vhostadd/edit to use scripts-ldap instead of a scripts server | leee | leee |
Description |
Doing this primarily to see if my patches work. |