Search results

  1. M

    [SOLVED] Reject email to receiver in /etc/postfix/rcptaccess

    Hello, PMG use file /etc/postfix/rcptaccess for Mail Proxy whitelist (GUI->Configuration->Mail Proxy->Whitelist). So if I edit this file manually, it will be reset after run `pmgconfig sync --restart`. How can I reject email to an our receiver in /etc/postfix/rcptaccess? Thank you for your help!
  2. M

    Verify Receivers not working

    Hello, I set up 'Verify Receivers' with 'Yes (550)'. I want to reject all mails with 'Mailbox size limit exceeded' but postfix only move them to 'defer queue'. This is log file: Jul 19 14:11:01 a postfix/smtp[3969]: 4WQHBc3kLQzCt2g: to=<admin@xxx.com>, relay=1.1.1.1[1.1.1.1]:25, delay=8813...
  3. M

    Send Return-Path to Custom Check Interface

    Hello, As document https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_custom_check, only api-version & queue-file-name send to Custom Check Interface. A very important information to analysis email is Return-Path, I can not get it with my custom script. How can I get Return-Path...
  4. M

    Support enable_long_queue_ids=yes

    Hello, Base on article https://forum.proxmox.com/threads/can-anybody-give-advice-or-know-how-how-to-use-enable_long_queue_ids-with-working-solution.85470/ Current Tracking section in GUI does not show correctly if enable_long_queue_ids is set to yes. I must enable this option to ensure queue...
  5. M

    Run script after pmg-smtp-filter

    Hi, Can I run a bash script after pmg-smtp-filter process finished? Thanks for any help!
  6. M

    Reject incoming email to over quota mailbox

    Hello, I use Proxmox Mail Gateway in front of a primary email server. When emails are sent to over quota mailbox on primary email server, I want to reject them. I wonder why Proxmox Mail Gateway reject email to over quota mailbox with this maibox but queue email with other over quota maibox...