Zum Hauptinhalt springen

mailservers

Module: control

Email server configurations for sending and receiving.

NameTypeNullableDefault ValueNotes
PKID
integerMail server ID
owneruser
users.ID
integerOwner user ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
ownergroup
groups.ID
integerOwner group ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
creator
integerCreator user ID (defaults to authenticated user on creation)
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintdate_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
recipientuser
users.ID
integerRecipient user ID (PUBLIC if `recipientuser`=`null` and `recipientgroup`=`null`)
recipientgroup
groups.ID
integerRecipient group ID (PUBLIC if `recipientuser`=`null` and `recipientgroup`=`null`)
autoreplybinfile
binfiles.ID
integerBinary file ID; is read-only (not for `PUT` or `PATCH`)
signaturebinfile
binfiles.ID
integerBinary file ID; is read-only (not for `PUT` or `PATCH`)
activity
smallint0Activity (`0`=ACTIVE, `1`=DEACTIVATED, `2`=DELETED)
name
textName
sender
text''Sender name and e-mail address
serverin
text''Server (Inbound)
usernamein
text''Username (Inbound)
serverout
text''Server (Outbound)
usernameout
text''Username (Outbound)
description
text''Detailed general description
ticketing
jsonJSON-encoded ticketing data (object)
folders
jsonJSON-encoded IMAP folders (object)
passwordin
bytea
passwordout
bytea
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_mailservers_autoreplybinfilebtreeautoreplybinfile
fk_mailservers_ownergroupginownergroup
fk_mailservers_owneruserginowneruser
fk_mailservers_signaturebinfilebtreesignaturebinfile
i_mailservers_noownerginownergroup
pk_mailserversbtreeID
s_mailservers_nameginname
s_mailservers_senderginsender
s_mailservers_serveringinserverin
s_mailservers_serveroutginserverout
NameType
c_mailservers_ownercheck
c_mailservers_recipientcheck
dc_mailservers_activitycheck
dc_mailservers_descriptioncheck
dc_mailservers_folderscheck
dc_mailservers_namecheck
dc_mailservers_sendercheck
dc_mailservers_serverincheck
dc_mailservers_serveroutcheck
dc_mailservers_ticketingcheck
dc_mailservers_usernameincheck
dc_mailservers_usernameoutcheck
fk_mailservers_autoreplybinfileforeign_key
fk_mailservers_ownergroupforeign_key
fk_mailservers_owneruserforeign_key
fk_mailservers_recipientgroupforeign_key
fk_mailservers_recipientuserforeign_key
fk_mailservers_signaturebinfileforeign_key
pk_mailserversprimary_key
Loading...