Hi
I am trying to send an email with postfix from a subdomain and not the
main domain
The email is accepted by postfix, but then never sent to the recipient
(I tested with my gmail account as recipient)
All emails sent the same way but not from a subdomain, just the plain
domain, work fine
Hi
I am follwoing the doc here
https://www.linuxtopia.org/online_books/mail_systems/postfix_documentation/FILTER_README_002.html
However, on resending the mail to the postfix instance (sendmail -G -i
), how to make sure it is using the right instance ? (right =
originating instance)
Thank y
a via Postfix-users
wrote:
> Viktor Dukhovni via Postfix-users:
> > On Mon, Oct 21, 2024 at 03:55:54PM +0800, Joan Moreau via Postfix-
> > users wrote:
> >
> > > > This should be either the instance independent:
> > > >
> > > > relay/unix/sys
This should be either the instance independent:
relay/unix/syslog_name =
${multi_instance_name?{$multi_instance_name}:{postfix}}/$service_name
How to do that ?
I should have also asked for "multi_instance_name", but I
assume that's set correctly in each instance (check!).
it is
That
binding on one IP)
Email sent to one postfix on one IP (correctly) but get in the queue of
the default postfix when sending out if not sent immediatly (bounced or
greylisted by the receiver or else)
On 2024-10-21 11:34, Viktor Dukhovni via Postfix-users wrote:
On Mon, Oct 21, 2024 at 09:31:53AM +08
ctly) but get in the queue of
the default postfix when sending out if not sent immediatly (bounced or
greylisted by the receiver or else)
On 2024-10-21 11:34, Viktor Dukhovni via Postfix-users wrote:
On Mon, Oct 21, 2024 at 09:31:53AM +0800, Joan Moreau via Postfix-users
wrote:
I am us
To clarify, I have the following parameters in main.cf of the default
instance
multi_instance_wrapper = ${command_directory}/postmulti -p --
multi_instance_enable = yes
multi_instance_directories = /etc/mail/postfix-smtp1 /etc/mail/postfix-smtp2
/etc/mail/postfix-smtp3 /etc/mail/postfix-smt
On
Hi,
I am using the " multi" postifx
: https://www.postfix.org/MULTI_INSTANCE_README.html
When an email is ending in the queue for relaunch, it goes to the
principal process, not hte one where it has firstly managed by
(says if I have 2 instance p1 and p2, I send the mail with p2, I
restart postf