Search results

  1. T

    Pop client settings

    Client is trying to connect to exchange with pop3?
  2. T

    Pop client settings

    Proxmox port for outgoing mail is 26. You need to change that in Exchange.
  3. T

    Pop client settings

    then you should look at the log files to see what is going on
  4. T

    Pop client settings

    You should connect your mail client to your exchange server not proxmox. Also you need to make a send connector from your exchange server to proxmox.
  5. T

    [SOLVED] Additional internal SMTP port

    You can redirect the port with iptables iptables -A PREROUTING -d (ip address of the pmg) -i (name of interface) -p tcp -m tcp --dport 2525 -j REDIRECT --to-ports 26 hope it will work
  6. T

    How to strictly reject email without MX

    Add the following lines in smtpd_sender_restrictions. It will reject email if the domain name of the address supplied with the MAIL FROM command has neither MX record nor A record. smtpd_sender_restrictions = permit_mynetworks reject_unknown_sender_domain...
  7. T

    How to strictly reject email without MX

    To reject email when the HELO/EHLO hostname has neither DNS A record nor MX record, use reject_unknown_helo_hostname
  8. T

    Untrusted TLS connection established to (ISRG Root X1 not trusted) ?

    Maybe you can choose to have a free (if you can find) wildcard ssl certificate.
  9. T

    UTF-8 mail subject block in what object

    Thank you for your answer. i will try to find a new way .
  10. T

    UTF-8 mail subject block in what object

    Hello According to this post https://forum.proxmox.com/threads/block-mail-subject-with-utf-8-in-what-object.71525/ there is a bug and utf-8 are not recognized. Have you done anything with that? Thank you
  11. T

    [SOLVED] Tracking Center empty since 01-01-2022 ?

    i confirm its working for me as well... i wrote the command then i did a /etc/init.d/rsyslog restart and started showing up on tracking center
  12. T

    [SOLVED] Tracking Center empty since 01-01-2022 ?

    root@mail:~# logrotate -f /etc/logrotate.d/rsyslog error: /etc/logrotate.d/rsyslog:1 lines must begin with a keyword or a filename (possibly in double quotes) error: /etc/logrotate.d/rsyslog:11 unexpected }
  13. T

    [SOLVED] Tracking Center empty since 01-01-2022 ?

    same situation here after 26 DEC does not show anything
  14. T

    Greek regex

    i managed to discard the subject in /etc/postfix/header_check file and it does block it root@mail:/etc/postfix# postmap -q "<Subject: =?UTF-8?B?zrs=?=>" regexp:/etc/postfix/header_checks DISCARD but when i send a message with the specific subject it does not block it Dec 31 15:17:50 mail...
  15. T

    Greek regex

    I want to block in subject specific Greek words, like λογαριασμός, κλειδωθεί. λογαριασμός = account κλειδωθεί=is locked.
  16. T

    Greek regex

    Is there anybody who can help to this??
  17. T

    Greek regex

    Seems that its not reading at all the UTF8 subject. i tried also with some rules for Russian language but nothing, Not even the above configuration with regex is not working...
  18. T

    Greek regex

    I have written this " /=\?UTF\-8\?B\?zrs=\?=/ " and i tested it in regex editors and its working for the text string " =?UTF-8?B?zrs=?= ". But when i put it in proxmox Mail Filter -> What objects its not working, Does it need another format? The string =?UTF-8?B?zrs=?= is for a Greek...
  19. T

    Greek regex

    the regex is not accepting greek letters