Overview
Users experience FaxMaker Delivery status notifications are being rejected by an SMTP service and receive the following error message:
553 Mailbox syntax incorrect or mailbox not allowed.
Environment
- All versions of FaxMaker
Root Cause
FaxMaker will send area code information as part of an email address for the delivery status notification by default. This can result in non-standard email addresses like ( 99) 555-3333'@faxmaker.com. However, these addresses are valid according to the SMTP RFC.
The issue is caused by SMTP servers which don't correctly support all permutations of the RFC specification. These will reject all email addresses like '( 99) 555-3333'@faxmaker.com as being incorrectly formatted.
Resolution
Configure FaxMaker to prevent additional area code information from being included in the delivery status notification response. This converts addresses like ( 99) 555-3333'@faxmaker.com to 995553333@faxmaker.com
- Open a copy of regedit.exe on the FaxMaker Server.
- Navigate to HKLM\software\gfi fax & voice\faxmaker\config\
- Set the
NoQuotedAddressSpec
registry key to1
.
- NOTE: If using a 64-bit OS, the registry key is found in HKLM\software\Wow6432Node\gfi fax & voice\faxmaker\config\NoQuotedAddressSpec
- If the key doesn't exist, create it (DWORD).
- Restart all FaxMaker services.