mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 10:34:40 +03:00
in smtp submission, if a fromid is present in the mailfrom command, use it when queueing
it's the responsibility of the sender to use unique fromid's. we do check if that's the case, and return an error if not. also make it more clear that "unique smtp mail from addresses" map to the "FromIDLoginAddresses" account config field. based on feedback from cuu508 for #31, thanks!
This commit is contained in:
@ -975,8 +975,10 @@ See https://pkg.go.dev/github.com/mjl-/sconf for details.
|
||||
# (DSN, e.g. for bounces), can be related to the original message and recipient
|
||||
# with unique id's. You can login to an account with any valid email address,
|
||||
# including variants with the localpart catchall separator. You can use this
|
||||
# mechanism to both send outgoing messages both with and without unique fromid for
|
||||
# a given address. (optional)
|
||||
# mechanism to both send outgoing messages with and without unique fromid for a
|
||||
# given email address. With the webapi and webmail, a unique id will be generated.
|
||||
# For submission, the id from the SMTP MAIL FROM command is used if present, and a
|
||||
# unique id is generated otherwise. (optional)
|
||||
FromIDLoginAddresses:
|
||||
-
|
||||
|
||||
|
Reference in New Issue
Block a user