Creating Dovecot users from Postfix

2022-01-01 Thread Felix Ingram
Hello all, I am creating an email service where I need to accept email for any address at my domains. The postfix part of this has been easy enough but I now want to send the mails through to Dovecot. This all works as expected if I have a user already configured in Dovecot but in the majority

Re: Creating Dovecot users from Postfix

2022-01-02 Thread Felix Ingram
where i would start: fiddling with whatever postfix uses as > virtual_transport. > > > ~~ Max > > > On 02/01/2022 00:13, Felix Ingram wrote: >> Hello all, >> I am creating an email service where I need to accept email for any address >> at my domains.

Re: Creating Dovecot users from Postfix

2022-01-02 Thread Felix Ingram
> On 2 Jan 2022, at 22:08, DL Neil wrote: > > On 03/01/2022 10.41, Felix Ingram wrote: >> Thanks Max, >> >> I’m making something similar to a disposable email service, which is why I >> need to accept mail for any user. There’s still some validation for

Re: [OT] "private" emails aliases

2022-01-11 Thread Felix Ingram
On Mon, 10 Jan 2022 at 17:38, Benny Pedersen wrote: > On 2022-01-10 18:25, @lbutlr wrote: > > > I can think of some (messy) ways to do this, but before I start > > cobbling something together, I am hoping this is something someone has > > already done. > > why external ? > > in main.cf: > > mydes

Setting group permissions on new mail

2022-06-30 Thread Felix Ingram
Hello all, Is it possible to set group read permissions on delivered mail? I'm using virtual to deliver mail to a local maildir and have set a static uid and gid. I would then like a separate process to read the mail but this runs as a different uid/user. I have added the user to a the same group

Re: Setting group permissions on new mail

2022-06-30 Thread Felix Ingram
> On 30 Jun 2022, at 15:40, Wietse Venema wrote: > > Felix Ingram: >> Hello all, >> >> Is it possible to set group read permissions on delivered mail? I'm using >> virtual to deliver mail to a local maildir and have set a static uid and >> gid.

[pfx] CRLF in PIPE input

2024-09-12 Thread Felix Ingram via Postfix-users
Hello all, I’ve written a program to be the final destination for mail using pipe.8. I’m reading the message in from stdin, and it appears that lines end with \n rather than \r\n, which is then causing parsing issues in another part of my app. I’m using swaks to send test emails, and it looks l

[pfx] Re: CRLF in PIPE input

2024-09-12 Thread Felix Ingram via Postfix-users
> On 12 Sep 2024, at 17:37, Wietse Venema wrote: > ... >> I'm checking the other parts of the pipeline but I wanted to check >> whether postfix would be changing \r\n to \n (which I doubt), or >> whether there's a setting I could be using to normalise things and >> make sure all emails have cor