Also un ls -alR in /var/spool/postfix/0 gives the list of pending
emails, while ls -alR in /var/spool/postfix/x (x>0) shows an empty queue
I would expect, if I am not worng, that queued messages are getting in
/var/spool/postfix/x according to the instance handling the emaili,
isnt' it ?
May
Hi
Here the output of the command:
/opt/postfix/postmulti -x -- sh -c '
printf "\n%s:\n" "$MAIL_CONFIG"
/opt/postfix/postconf -f config_directory import_environment
queue_directory syslog_name
printf -- "--\n"
/opt/postfix/postconf -P "*/*/syslog_name"
'
=
/etc/mail/postfix:
conf
On Mon, Oct 21, 2024 at 11:55:27AM +0800, Joan Moreau via Postfix-users wrote:
> Here the output of the command:
>
> /opt/postfix/postmulti -x -- sh -c '
> printf "\n%s:\n" "$MAIL_CONFIG"
> /opt/postfix/postconf -f config_directory import_environment
> queue_directory
> syslo
Joan Moreau via Postfix-users:
> 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
What command did you use to relaunc
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
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
On Mon, Oct 21, 2024 at 09:31:53AM +0800, Joan Moreau via Postfix-users wrote:
> 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 the one where it has firstly manag