Hello,
I am running postfix server for my personal use.
On the server, I have one unix user, and multiple aliases defined in
/etc/aliases, so that I can use different email addresses for different
purposes.
All these aliases are delivered to the users home / maildir.
Now I would like to have ye
Hi
I am seeing an issue with relaying and am looking for a way to filter on
a specific smtp line but can't find a way to make it work:
In the transaction (eg): mta-k postfix/smtpd[23771]: 97F808837:
client=localhost[127.0.0.1], orig_client=localhost[127.0.0.1]
I want to reject anything on
On Mon, Mar 18, 2024 at 12:20:09AM -0700, Glenn Tenney via Postfix-users wrote:
> > transport:
> > u...@domain.nameerror:5.1.1 purported to not exist
> >
> >
>
> Thank you very much. A question please… the above two “solutions” seem to
> accomplish very similar tasks: to reject us
On Mon, Mar 18, 2024 at 12:50:18AM -0700, Glenn Tenney via Postfix-users wrote:
> On Monday, March 18, 2024, Benny Pedersen via Postfix-users <
>
> > Victor gave a vierd config :)
> >
> > postfix must not return any result on non existsing users, so if this
> > gives no result user is unknown, with
On Monday, March 18, 2024, Benny Pedersen via Postfix-users <
postfix-users@postfix.org> wrote:
> catch all is badly advised, it makes recipient validation impososibe,
> don't do it
>
> define maps with what is wanted, not with what is not wanted, catch-all is
> unwanted
>
I know, but a couple of
Glenn Tenney via Postfix-users skrev den 2024-03-18 08:50:
Thanks. I’m hosting several domains: a couple need to accept any
user@ except some that specifically need to be rejected delivering
locally; some domains are more normal, just accept specific users &
deliver to some local user (sometimes
On Monday, March 18, 2024, Benny Pedersen via Postfix-users <
postfix-users@postfix.org> wrote:
> Glenn Tenney via Postfix-users skrev den 2024-03-18 03:52:
>
> My question in one, hopefully simple sentence, is:
>>
>> In Postfix, how do I configure Postfix such that all email to
>> "user@some.doma
Glenn Tenney via Postfix-users skrev den 2024-03-18 03:52:
My question in one, hopefully simple sentence, is:
In Postfix, how do I configure Postfix such that all email to
"user@some.domain" will return an error code (e.g. 550 user unknown)
to bounce that email
Victor gave a vierd config
On Sunday, March 17, 2024, Viktor Dukhovni via Postfix-users <
postfix-users@postfix.org> wrote:
> > > - You can reject SMTP recipients via various restriction checks
> > > that perform access(5) lookups against tables of your choice.
> >
> > How can I do it not based on the network or d