I am already running mailblocking and filtering applied for the internal and external emails at the same time. So I can't restrict the internal user to send using specific domain because it will be applied for the external users also and block the incoming emails,
I tried to modify /etc/tcprules/tcp.smtp and ceate new mailrule for the internal users as following
10.10.0.:allow,MAILRULES="/var/qmail/control/mailrules_int.default",RELAYCLIENT="",QMALQUEUE="/var/qmail/bin/qmail-queue",PATTERNS="/var/qmail/control/patterns.default"
Within mailrules_int.default I ceate new rules for internal users, but still the mailrule not working.It’s seems the mailfront accept the mailrule only from mailrules.default only
Is it possible to run mailfront with multiple mailrule for different subnets.