On Sun, Jan 02, 2022 at 11:01:06PM +, Felix Ingram
wrote:
>
>
> > 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
> 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 domains,
>> etc, so I’m not too worri
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 domains,
> etc, so I’m not too worried about accepting everything. I was looking to use
> C
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 domains, etc, so
I’m not too worried about accepting everything. I was looking to use Cyrus,
which has a setting to create mailboxes as need
Hi,
from a SMTP protocol point of view, postfix just ingests mail on the one
end, and hands it over on the other end.
What you are describing is, that postfix will accept any and all mail.
That parts seems easy enough, and does not require any database or
speaking with dovecot (as the resul