Hello
I have a problem and perhaps someone can help me.
I explain:
I manage the email of a mid-size business with Plesk/Linux (This is AlmaLinux 8.4)
To prevent spam in "scammed users" account, i've set a limit of 30 mails/hour per account and 2000/hour for domain.
I've added all IPs of the business in mail server WhiteList (also, the localhost IP4 and IP6)
We have an address (call it rh) that forwards email to all employees (about 300)
My problem is that when someone writes to that rh account it exceeds the limit of 30 and there are errors in logs and all mails are not delivered (this worked fine before the limits)
I've noted the "counting" is done for the rh account, not the sender (ie john).
In /var/log/maillog i find something like this:
I suppose the local service is plesk_virtual or otherthing and it not is cared to the "WhiteList".
How can i solve this (without make the rh account "unlimited or similar")
TIA.
I have a problem and perhaps someone can help me.
I explain:
I manage the email of a mid-size business with Plesk/Linux (This is AlmaLinux 8.4)
To prevent spam in "scammed users" account, i've set a limit of 30 mails/hour per account and 2000/hour for domain.
I've added all IPs of the business in mail server WhiteList (also, the localhost IP4 and IP6)
We have an address (call it rh) that forwards email to all employees (about 300)
My problem is that when someone writes to that rh account it exceeds the limit of 30 and there are errors in logs and all mails are not delivered (this worked fine before the limits)
I've noted the "counting" is done for the rh account, not the sender (ie john).
In /var/log/maillog i find something like this:
Code:
.... TRIMMED ....
Oct 19 13:15:23 mail postfix-local[42864]: C65243EDC6: from=<[email protected]>, to=<[email protected]>, dirname=/var/qmail/mailnames
Oct 19 13:15:23 mail postfix-local[42865]: C65243EDC6: from=<[email protected]>, to=<[email protected]>, dirname=/var/qmail/mailnames
.... TRIMMED ....
Oct 19 14:10:29 mail postfix-local[60114]: C65243EDC6: send message: id=S60114 from=<[email protected]> to=<[email protected]>
Oct 19 14:10:29 mail postfix-local[60114]: C65243EDC6: send message: id=S60114 from=<[email protected]> to=<[email protected]>
Oct 19 14:10:29 mail postfix-local[60114]: C65243EDC6: send message: id=S60114 from=<[email protected]> to=<[email protected]>
Oct 19 14:10:30 mail postfix-local[60114]: C65243EDC6: send message: id=S60114 from=<[email protected]> to=<[email protected]>
Oct 19 14:10:30 mail postfix/pipe[58801]: C65243EDC6: to=<[email protected]>, relay=plesk_virtual, delay=3307, delays=3238/0/0/69, dsn=2.0.0, status=sent (delivered via plesk_virtual service)
I suppose the local service is plesk_virtual or otherthing and it not is cared to the "WhiteList".
How can i solve this (without make the rh account "unlimited or similar")
TIA.