25 lines
450 B
GraphQL
25 lines
450 B
GraphQL
query ServerMailWhiteListPage {
|
|
serverMail {
|
|
whiteList {
|
|
id
|
|
name
|
|
}
|
|
outgoingMessages {
|
|
isEnabled
|
|
}
|
|
relay {
|
|
noRelayNetworks
|
|
}
|
|
}
|
|
os {
|
|
isWindows
|
|
}
|
|
capability {
|
|
mailServer {
|
|
isSmtpWhiteListSupported
|
|
isSmtpWhiteListWithWildcardSupported
|
|
isSmtpWhiteListWithCIDRSupported
|
|
}
|
|
}
|
|
}
|