hello
i got
<SMTPPolicy transactionid="">
<Status code="501">Configuration parameters validation failed.</Status>
<InvalidParams>
<Params>/SMTPPolicy/DomainList/DomainName</Params>
</InvalidParams>
</SMTPPolicy>
and used API (latest) example:
<SMTPPolicy> <Name>Postman.local</Name> <DomainList> <DomainName>Postman.local</DomainName> </DomainList> <RouteBy>Static Host/DNS Host</RouteBy> <DNSHostName>hostname</DNSHostName> <SpamProtection> <SpamProtectionStatus>ON</SpamProtectionStatus> <Checkforinboundspam>Enable</Checkforinboundspam> <Checkforvirusoutbreak>Disable</Checkforvirusoutbreak> <Checkforoutboundspam>Enable</Checkforoutboundspam> <UseGreylisting>Enable</UseGreylisting> <CheckForSPF>Disable</CheckForSPF> <CheckforRBL>Enable</CheckforRBL> <SpamAction>Drop</SpamAction> <ProbableSpamAction>Warn</ProbableSpamAction> <RecipientVerification>WithCallout(Recommended)</RecipientVerification> <RBLList> <RBLName>Premium RBL Services</RBLName> <RBLName>Standard RBL Services</RBLName> </RBLList> <SpamMarker>[SPAM]</SpamMarker> </SpamProtection> <MalwareProtection> <MalwareProtectionStatus>ON</MalwareProtectionStatus> <MalwareScanning>Dual Anti-Virus</MalwareScanning> <AntivirusAction>Drop</AntivirusAction> <NotifySender>Disable</NotifySender> <QuarantineUnscannableandEncryptedContent>Enable</QuarantineUnscannableandEncryptedContent> <DetectZero-dayThreatswithSandbox>Enable</DetectZero-dayThreatswithSandbox> <ScannedFileSize>10</ScannedFileSize> </MalwareProtection> <FiletypeFilter> <FiletypeFilterStatus>ON</FiletypeFilterStatus> <BlockFileTypes> <FileType>Video Files</FileType> <FileType>Audio Files</FileType> </BlockFileTypes> <MIMEWhiteList> <WhiteList>video/msvideo</WhiteList> <WhiteList>video/x-msvideo</WhiteList> <WhiteList>video/quicktime</WhiteList> <WhiteList>application/smil</WhiteList> </MIMEWhiteList> <DropMessageGreaterThan>0</DropMessageGreaterThan> </FiletypeFilter> <DataProtection> <DataProtectionStatus>ON</DataProtectionStatus> <ActionOnRuleMatch>Accept with SPX</ActionOnRuleMatch> <NotifyOnMatch>Enable</NotifyOnMatch> <DataProtectionPolicy>Postal addresses</DataProtectionPolicy> <DataProtectionSPXTemplate>Default Template</DataProtectionSPXTemplate> </DataProtection> <Action>Accept</Action> <SPXEncryption>None</SPXEncryption> <RouteList> <HostName> <routingid>10.198</routingid> <routingorder>0</routingorder> </HostName> </RouteList> </SMTPPolicy>
any idea?
when i remove DomainList still got the same.
Verison: SFOS 17.5.8 MR-8
This thread was automatically locked due to age.