Recent content by tanjix

  1. T

    Whitelist... Sadly, again

    Agree, but the risk, a potential spammer would do so (which beforehand means, he must have knowledge on that specific email address), is relatively low. Is there a whitelist addon etc., that whitelists all outlook.com ip ranges without adding all of them one by one?
  2. T

    Whitelist... Sadly, again

    Hi Stoiko, thanks for your swift reply. Isn’t there an option that skips all other checks if I add a recipient to the whitelist? If I decide to accept mails from them it shouldn’t matter from where they send and all other checks should either be bypassed or skipped, even if they would return a...
  3. T

    Whitelist... Sadly, again

    Hi folks, I'm running PMG (Linux 5.15.85-1-pve #1 SMP PVE 5.15.85-1 (2023-02-01T00:00Z)) and added a domain (whitelisteddomain.com in this example) name into the whitelist on both areas: Mail-Filter --> Who Objects --> Whitelist and Configuration --> Mail Proxy --> Whitelist Sadly, these...
  4. T

    [SOLVED] Remove "SPAM: " when delivering mail, which is not spam

    Thanks @Stoiko Ivanov, good workaround! Why didn't I have that idea? :cool:
  5. T

    [SOLVED] Remove "SPAM: " when delivering mail, which is not spam

    Hi Guys! Quick question; if a mail is classified as spam and being put into qurantine, the subject is modified to read "SPAM: <origin subject>". Now, when I want to deliver a mail, which is not spam, I get it like this into my inbox. Is there a way, to have it delivered with the original...
  6. T

    [SOLVED] Daily Spamreport --> Sender name

    Yep, during edit it is shown. Would be glad if you can modify this simple thing in one of the next updates! Anyways, thanks for your help! It's highly appreciated! :)
  7. T

    [SOLVED] Daily Spamreport --> Sender name

    Hi Stoiko, that does the trick, thanks! :) However, the webinterface does not show my complete string, the part <securemailgateway@domain.com> is not shown, see screenshot:
  8. T

    [SOLVED] Daily Spamreport --> Sender name

    Hi Stoiko, the output is: root@pmg:~# pmgconfig dump |grep pmg.spamquar.mailfrom could not change directory to "/root": Permission denied pmg.spamquar.mailfrom = "Secure Mail-Gateway <securemailgateway@domain.com>" root@pmg:~# The problem is, that indeed my setting is applied as the senders...
  9. T

    [SOLVED] Daily Spamreport --> Sender name

    Hi Guys, following this thread: https://forum.proxmox.com/threads/change-spam-report-sender-name.75164/ I modified the sender name of the daily spamreport. However, it looks like, it does only recognize an email address and no real name as an additional parameter. I would like to be shown...
  10. T

    [SOLVED] PMG 6.3 --> 6.4: Upgrade performed properly?

    That solved the issue, indeed. I haven't touched the apt sources list, I assumed that the no-subscription ones are those in use by default when installing from the ISO. My PMG is now at version 6.4, thanks Stoiko for your help! :)
  11. T

    [SOLVED] PMG 6.3 --> 6.4: Upgrade performed properly?

    Hi, here it is: root@pmg:~# apt update Hit:1 http://security.debian.org buster/updates InRelease Hit:2 http://ftp.de.debian.org/debian buster InRelease Get:3 http://ftp.de.debian.org/debian buster-updates InRelease [51.9 kB] Err:4...
  12. T

    [SOLVED] PMG 6.3 --> 6.4: Upgrade performed properly?

    Hi Guys, quick question, as I did an upgrade from PMG 6.3-4 to 6.4. The upgrade process itself worked fine, however, the GUI (banner on top, next to the proxmox logo) sill shows version 6.3-4 instead of 6.4. Is this just a string, that hasn't been updated or am I still running 6.3-4 instead...
  13. T

    PMG on Plesk with internal IP as SMTP relay (domain-based)

    Just to keep it for the records here, what I were referring to: root@myserver:~# postconf -n | grep all inet_interfaces = all inet_protocols = all root@myserver:~#
  14. T

    PMG on Plesk with internal IP as SMTP relay (domain-based)

    Postfix is listening to „all“ interfaces and „all“ protocols.
  15. T

    PMG on Plesk with internal IP as SMTP relay (domain-based)

    Hi Guys, I am currently struggling with the following on Plesk Plesk server with version 18.0.35.2 (up2date) on Debian 9 (where I guess it is OS independent). I set up a Mail-Gateway (Proxmox Mail-Gateway, called PMG from now on). The plan is, that all incoming mails are first being handled by...