diff options
Diffstat (limited to 'deploy/README.md')
| -rw-r--r-- | deploy/README.md | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/deploy/README.md b/deploy/README.md index 055de1e..3ee3a27 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -8,21 +8,22 @@ Apply the fragments from this directory through the normal configuration management or deployment process. They are intentionally not complete server configuration files. -The legacy `qee4...onion` listener on Victor accepts one narrowly scoped -email-client recipient form: +The legacy `qee4...onion` listener on Victor accepts two narrowly scoped +email-client recipient forms: ```text mail2news-YYYYMMDD-group.one=group.two@mail2news.tcpreset.net +mail2news-YYYYMMDD-group.one=group.two@xilb7y4kj6u6qfo45o3yk2kilfv54ffukzei3puonuqlncy7cn2afwyd.onion ``` -`qee-mail2news-access` permits only that dated syntax, with at most three -validated-looking newsgroups. `qee-mail2news-aliases` rewrites only the SMTP -envelope recipient to the exact private Mail2News onion address. The visible -`To` header is preserved so Mail2News can perform authoritative date and -newsgroup validation. Append the alias fragment to Victor's existing -`virtual_alias_maps`; do not replace the other maps. This keeps the -Victor-to-Diego leg on the client-authorized onion route and does not permit -general SMTP relay. +`qee-mail2news-access` permits only that dated syntax, with either exact domain +and at most three validated-looking newsgroups. `qee-mail2news-aliases` +rewrites only the SMTP envelope recipient to the exact private Mail2News onion +address. The visible `To` header is preserved so Mail2News can perform +authoritative date and newsgroup validation. Append the alias fragment to +Victor's existing `virtual_alias_maps`; do not replace the other maps. This +keeps the Victor-to-Diego leg on the client-authorized onion route and does not +permit general SMTP relay. Deployment order: |
