Files
server/opt/psa/admin/cp/queries/ServerMailWhiteListPage.graphql
2026-01-07 20:52:11 +01:00

25 lines
450 B
GraphQL

query ServerMailWhiteListPage {
serverMail {
whiteList {
id
name
}
outgoingMessages {
isEnabled
}
relay {
noRelayNetworks
}
}
os {
isWindows
}
capability {
mailServer {
isSmtpWhiteListSupported
isSmtpWhiteListWithWildcardSupported
isSmtpWhiteListWithCIDRSupported
}
}
}