[pfx] Re: use object storage as message store

2023-03-11 Thread Bill Cole via Postfix-users
On 2023-03-12 at 00:03:32 UTC-0500 (Sun, 12 Mar 2023 00:03:32 -0500) Phil Stracchino via Postfix-users is rumored to have said: On 3/11/23 19:04, pyh--- via Postfix-users wrote: Hello list, Is it possible to use an object storage system (like aws's S3) to store message files? if this can be

[pfx] Re: use object storage as message store

2023-03-11 Thread Phil Stracchino via Postfix-users
On 3/11/23 19:04, pyh--- via Postfix-users wrote: Hello list, Is it possible to use an object storage system (like aws's S3) to store message files? if this can be implemented we may have a more persistent storage for email. AFAIK aws's S3 has three replicas for each file in their system by defa

[pfx] Re: sender address verification: easy bypass for myhostname/mydomain?

2023-03-11 Thread Steffen Nurpmeso via Postfix-users
Steffen Nurpmeso wrote in <20230311003215.yvtaf%stef...@sdaoden.eu>: |I see a thread for "double-bounce check applied to itself" from |February 2021,[.] ... |Is there an easy (non-DNS etc) way to say that @sdaoden.eu (or |even @(.+\.)?sdaoden\.eu MUST NOT come from the outside, so Forget abo

[pfx] use object storage as message store

2023-03-11 Thread pyh--- via Postfix-users
Hello list, Is it possible to use an object storage system (like aws's S3) to store message files? if this can be implemented we may have a more persistent storage for email. AFAIK aws's S3 has three replicas for each file in their system by default. Thanks Yong _

[pfx] Fwd: Re: MySQL error from not all the receiver

2023-03-11 Thread antonino.dimauro--- via Postfix-users
OK, I try to document myself. if you have a links, I will be grateful... Messaggio originale Oggetto: [pfx] Re: MySQL error from not all the receiver Data: 2023-03-11 17:34 Mittente: Gerald Galster via Postfix-users Destinatario: Postfix users Rispondi a: Gerald Galster smtp

[pfx] Re: milter: could it splice (, somehow)?

2023-03-11 Thread Steffen Nurpmeso via Postfix-users
Scott Kitterman wrote in <4d53bd64-1672-49c5-adca-487f320f8...@kitterman.com>: .. |>But i treat your answer as if milters will not do that. | |If you want to talk about DKIM replay, the IETF DKIM working group \ |was just rechartered to work on that exact thing: ietf-d...@ietf.org . Maybe a

[pfx] Re: milter: could it splice (, somehow)?

2023-03-11 Thread Scott Kitterman via Postfix-users
On March 11, 2023 6:05:52 PM UTC, Steffen Nurpmeso via Postfix-users wrote: >postfix-users@postfix.org wrote in > : > |On Sat, Mar 11, 2023 at 01:54:01AM +0100, Steffen Nurpmeso via Postfix-u\ > |sers wrote: > | > |> - sign the entire message as for now, > | > |You're confusing the message and

[pfx] Re: milter: could it splice (, somehow)?

2023-03-11 Thread Steffen Nurpmeso via Postfix-users
postfix-users@postfix.org wrote in : |On Sat, Mar 11, 2023 at 01:54:01AM +0100, Steffen Nurpmeso via Postfix-u\ |sers wrote: | |> - sign the entire message as for now, | |You're confusing the message and the envelope. ..no? No. |> - but include a "cramped=1" tag that signals that all rec

[pfx] Re: mailman mangling (Was: Re: milter: could it splice (, somehow)?)

2023-03-11 Thread Steffen Nurpmeso via Postfix-users
Wietse Venema wrote in <4pyjz55tpdzj...@spike.porcupine.org>: |Wietse Venema via Postfix-users: |> Steffen Nurpmeso via Postfix-users: |>> Steffen Nurpmeso wrote in |>> <20230311005401.bynjz%stef...@sdaoden.eu>: |>> ... |>>|>From [.] |> |> This is part of the mbox format, and most likely

[pfx] Re: MySQL error from not all the receiver

2023-03-11 Thread Gerald Galster via Postfix-users
> smtp_sasl_password_maps is configured with a connection parameter to db > connection and a simply select query. > [...] > if i use external smarthost, this mail is always sent regularly. I am also not sure what you want to achieve: https://www.postfix.org/postconf.5.html#smtp_sasl_password_map

[pfx] Re: MySQL error from not all the receiver

2023-03-11 Thread Gerald Galster via Postfix-users
> ok thanks. > > But what is the correct syntax for connect in db to set in sasl_password ? > how should i write it? > > now i try to follow your suggest of the first mail... Try to solve your problem step by step. Currently you are at "Can't connect to local MySQL server". In case your MySQL

[pfx] Fwd: Re: MySQL error from not all the receiver

2023-03-11 Thread antonino.dimauro--- via Postfix-users
ok thanks. But what is the correct syntax for connect in db to set in sasl_password ? how should i write it? now i try to follow your suggest of the first mail... Messaggio originale Oggetto: [pfx] Re: MySQL error from not all the receiver Data: 2023-03-11 16:26 Mittente: G

[pfx] Re: The joke writes itself.

2023-03-11 Thread Matthias Andree via Postfix-users
Am 10.03.23 um 17:12 schrieb Marvin Renich via Postfix-users: Additionally, every MUA that I know of recognizes a subject beginning with "Re:" or "RE:" and when replying avoids duplicating this in the reply subject. While I have used mutt exclusively for a long time to send email, I occasionally

[pfx] Re: The joke writes itself.

2023-03-11 Thread Matthias Andree via Postfix-users
Am 10.03.23 um 11:07 schrieb Jaroslaw Rafa via Postfix-users: Dnia 10.03.2023 o godz. 18:18:50 Phil Biggs via Postfix-users pisze: Likewise, To keep my mail client's threaded view sane I resorted to using header_checks: /^Subject: \[pfx\] (.*)$/ REPLACE Subject: $1 What a mail client has probl

[pfx] Re: MySQL error from not all the receiver

2023-03-11 Thread Gerald Galster via Postfix-users
> i think the problem is "sasl-password" authentication file. No, your problem is related to mysql which is a database (daemon), that is accessed via sockets, not a file. > [...] > query = SELECT password FROM mailbox WHERE username = '%s' AND active = '1' > > and then "postmap" command. > >

[pfx] Re: MySQL error from not all the receiver

2023-03-11 Thread antonino.dimauro--- via Postfix-users
Il 2023-03-11 14:23 postfix--- via Postfix-users ha scritto: some times, for not all of address, my mail remaining in queue what can i check? is the problem the server configuration or the SPF record? Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' The proble

[pfx] Re: MySQL error from not all the receiver

2023-03-11 Thread postfix--- via Postfix-users
some times, for not all of address, my mail remaining in queue what can i check? is the problem the server configuration or the SPF record? Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' The problem isn't SPF. The problem is postfix can't open the database to

[pfx] Re: MySQL error from not all the receiver

2023-03-11 Thread Gerald Galster via Postfix-users
> - postfix/smtp[313760]: warning: connect to mysql server localhost: Can't > connect to local MySQL server through socket '/run/mysqld/mysqld.sock' (2) Have a look at your mysql logs (/var/log/mysql*, journalctl, /var/lib/mysql/*.err). MySQL may not be running, there may be corrupt tables (My

[pfx] Re: mailman mangling (Was: Re: milter: could it splice (, somehow)?)

2023-03-11 Thread Wietse Venema via Postfix-users
Wietse Venema via Postfix-users: > Steffen Nurpmeso via Postfix-users: > > Steffen Nurpmeso wrote in > > <20230311005401.bynjz%stef...@sdaoden.eu>: > > ... > > |>From [.] > > This is part of the mbox format, and most likely happens at your end. > The Postfix-Mailman interface uses LMTP which requi

[pfx] MySQL error from not all the receiver

2023-03-11 Thread antonino.dimauro--- via Postfix-users
Hi to all, this is my first Postfix configuration. I create virtual users in a mariadb database. I implemented TLS security. Until now, i used an external smarthost to send mail to external destinations. It's works fine! Now i implemented DKIM with OpenDKIM, add DMARC record and improve SPF r

[pfx] Re: mailman mangling (Was: Re: milter: could it splice (, somehow)?)

2023-03-11 Thread Wietse Venema via Postfix-users
Steffen Nurpmeso via Postfix-users: > Steffen Nurpmeso wrote in > <20230311005401.bynjz%stef...@sdaoden.eu>: > ... > |>From [.] This is part of the mbox format, and most likely happens at your end. The Postfix-Mailman interface uses LMTP which requires no such quoting. Wietse _