postal icon indicating copy to clipboard operation
postal copied to clipboard

📮 A fully featured open source mail delivery platform for incoming & outgoing e-mail

Results 130 postal issues
Sort by recently updated
recently updated
newest added

https://github.com/postalserver/postal/blob/da90e75036c27482699921613d838f4058a100e7/app/lib/worker/process.rb#L205 Not sure which tense you were going for here :sweat_smile:

bug

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...

dependencies

Similar to pull request 2855 ( https://github.com/postalserver/postal/pull/2855 ), the message token will be inserted into MAIL FROM (i.e. for the return path for bounces). In addition, there is a new...

enhancement

When sending messages to remote MTAs, the messages get dequeued in batches from the local queue. As the batch-key is the given remote MX server, those messages will be delivered...

enhancement

In order to support DKIM RSA key sizes other than 1024, a new config variable default_dkim_key_size has been introduced. The default value still is 1024 to make it backwards compatible,...

enhancement

In order to use a DKIM public key, it has to be published in the DNS system. The most easy setup simply puts it directly into the appropriate TXT record....

enhancement

MessageBounced event lacks RFC code to identify Bounce type: ![Screenshot_2024-08-14-19-07-14-456_com android chrome-edit](https://github.com/user-attachments/assets/1c7f94e7-3792-472f-b3ba-377011ffa0a1) [SendGrid documentation](https://sendgrid.com/en-us/blog/email-bounce-management) explains that bounce message gives important information to identify the reason for the email delivery failure:...

See discussion: https://github.com/orgs/postalserver/discussions/2986#discussioncomment-10187602

docs
stale

## Describe the bug the https://postalserver.io/config-v2 link is a 404 ## To Reproduce 1. Run a 3.x version of postal using the v1 config 2. See logs 3. Open the...

bug
docs

yaml values containing `:` need to be wrapped in quotes The old example config would crash the app

docs