You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... I understand that not following the below instructions will result in immediate closure and/or deletion of my issue.
... I have understood that this bug report is dedicated for bugs, and not for support-related inquiries.
... I have understood that answers are voluntary and community-driven, and not commercial support.
... I have verified that my issue has not been already answered in the past. I also checked previous issues.
Description
We needed to create some Filters cos the forwarding inside SOGO is not working.
So we crateted this in the Global Postfilter:
if anyof(address :is "To" "[email protected]",
address :is "To" "[email protected]",
address :is "To" "3@3")
{
redirect :copy "[email protected]";
}
if anyof(address :is "To" "[email protected]")
{
redirect :copy "[email protected]";
}
Two working scripts if we use them separately. But combined, which is important for us, it will produce 2 identical emails in target [email protected] from 3@3.
Important: emails from [email protected] need to be delivered only one time in [email protected] and one time in [email protected].
Logs:
Do you need them?
Steps to reproduce:
Copy and Paste both scripts into the Global Postfilter
When forwarding is not working, how many forwarding options do you see in SOGo?
Is it different when you log in to the user's mailbox with an admin user? (experimental feature, I know I know but for some reason it helped me sometimes https://docs.mailcow.email/troubleshooting/debug-admin_login_sogo/)
Does the user have rights to use sieve?
milkmaker
removed
the
stale
Please update the issue with current status, unclear if it's still open/needed.
label
Jun 7, 2024
Contribution guidelines
I've found a bug and checked that ...
Description
Logs:
Steps to reproduce:
Which branch are you using?
master
Which architecture are you using?
x86
Operating System:
Debian
Server/VM specifications:
VM
Is Apparmor, SELinux or similar active?
no
Virtualization technology:
KVM
Docker version:
26.0.0
docker-compose version or docker compose version:
Docker Compose version v2.24.5
mailcow version:
2024-04
Reverse proxy:
no
Logs of git diff:
Logs of iptables -L -vn:
Logs of ip6tables -L -vn:
Logs of iptables -L -vn -t nat:
Logs of ip6tables -L -vn -t nat:
DNS check:
The text was updated successfully, but these errors were encountered: