Hi,
I use this method to restrict user to send only internal address.
Restrict users to certain domain - Zimbra :: Wiki
But when I try to email on same domain (internal email) even with own internal address. Zimbra webmail get this error.
method: SendMsgRequest
msg: SMTP server reported: Invalid Addresses
code: mail.SEND_FAILURE
detail: soap:Sender
trace: btpool0-4://192.168.23.230/service/soap/SendMsgRequest:1268330036109:082d5eec83e7dea3
request:
Body: {
SendMsgRequest: {
_jsns: "urn:zimbraMail",
m: {
e: [
0: {
a: "alava@fairetech.com",
p: "Alden R. Lava",
t: "t"
},
1: {
a: "netadm03@fairetech.com",
p: "ErickSon Timbol",
t: "f"
}
],
idnt: "f0d4e4f7-5af9-4d28-b993-f7a4aae4af3f",
mp: [
0: {
ct: "multipart/alternative",
mp: [
0: {
content: {
_content: "
"
},
ct: "text/plain"
},
1: {
content: {
_content: "<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000'><br></div></body></html>"
},
ct: "text/html"
}
]
}
],
su: {
_content: ""
}
},
suid: 1268301076449
}
},
Header: {
context: {
_jsns: "urn:zimbra",
account: {
_content: "netadm03@fairetech.com",
by: "name"
},
authToken: "(removed)",
session: {
_content: 120,
id: 120
},
userAgent: {
name: "ZimbraWebClient - FF3.0 (Win)",
version: "6.0.5_GA_2213.RHEL5_64"
}
}
}
Thanks,