Oracle Communications Unified Communications Suite
De Linuxmemo.
(Différences entre les versions)
(21 versions intermédiaires masquées) | |||
Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Logiciel]] | [[Catégorie:Logiciel]] | ||
+ | |||
+ | == System messaging == | ||
+ | |||
+ | === Gestion de corruption d'une boîte aux lettres === | ||
+ | |||
+ | Pour gérer la corruption d'une boîte aux lettres il convient de suivre les étapes suivantes: | ||
+ | # cd /opt/comms/messaging/sbin | ||
+ | |||
+ | Etape 1 : Détection d'une corruption | ||
+ | # ./reconstruct -r -n user/xxxx/ | ||
+ | |||
+ | Etape 2 : Reconstruction | ||
+ | # ./reconstruct -r user/xxxx/ | ||
+ | |||
+ | Etape 3 : Reconstruction forcée | ||
+ | # ./reconstruct -r -f user/xxxx/ | ||
+ | |||
+ | Etape 4 : Suppression manuelle | ||
+ | # rm /dossier_folder_corrompu/store.idx | ||
+ | # ./reconstruct -r user/xxxx/ | ||
+ | |||
+ | === Gestion des files d'attentes === | ||
+ | |||
+ | ; Répertoire des commandes : | ||
+ | /opt/sun/comms/mta/messaging/sbin | ||
+ | |||
+ | ; 1) Demander le sommaire (liste des mails dans les files) en mode non interactif : | ||
+ | imsimta qm summarize | ||
+ | |||
+ | root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm summarize | ||
+ | Channel Messages Size (Mb) | ||
+ | -------------------------------- -------- --------- | ||
+ | defragment 0 0.0 | ||
+ | process 0 0.0 | ||
+ | reprocess 0 0.0 | ||
+ | tcp_auth 0 0.0 | ||
+ | tcp_gouv 0 0.0 | ||
+ | tcp_intranet 1 0.1 | ||
+ | tcp_lmtpcs 0 0.0 | ||
+ | tcp_local 0 0.0 | ||
+ | -------------------------------- -------- --------- | ||
+ | Totals 10 0.1 | ||
+ | |||
+ | |||
+ | |||
+ | ; 2) Gestion en mode interactif : | ||
+ | root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm | ||
+ | |||
+ | ; 3) stopper un files (tcp_intranet) : | ||
+ | qm.maint> stop tcp_intranet | ||
+ | %QM-I-STOPPED, channel stopped | ||
+ | |||
+ | ; 4) vu en mode repertoire : | ||
+ | qm.maint> view dir | ||
+ | View set to directory | ||
+ | qm.maint> dir tcp_intranet | ||
+ | Fri, 20 Apr 2012 15:02:22 +0200 (CEST) | ||
+ | Data gathered from the queue directory tree | ||
+ | |||
+ | Channel: tcp_intranet Size Queued since | ||
+ | -------------------------------------------------------------- | ||
+ | 1 Z9h0S3tohaAem.00 11 13 Apr 2012 09:19:52 | ||
+ | -------------------------------------------------------------- | ||
+ | Total size: 122 | ||
+ | |||
+ | Grand total size: 122 | ||
+ | |||
+ | ; 5) Voir les enveloppes : | ||
+ | qm.maint> dir -envelope tcp_intranet | ||
+ | Fri, 20 Apr 2012 15:03:11 +0200 (CEST) | ||
+ | Data gathered from the queue directory tree | ||
+ | |||
+ | Channel: tcp_intranet | ||
+ | From To Size Queued since | ||
+ | ------------------------------------------------------------------------------- | ||
+ | 1 xxxxx@xxxxxxx xxxxxxx@xxxxxxxxxxx 11 13 Apr 12 09:19 | ||
+ | |||
+ | ; 6) Voir l'ihstorique des essais de distribution : | ||
+ | qm.maint> history 1 | ||
+ | Message id: 1 | ||
+ | Filename: /opt/sun/comms/mta/messaging/data/queue/tcp_intranet/009/ZSh0T70hOo2MW.00 | ||
+ | |||
+ | Transport layer information: | ||
+ | ---------------------------------------------------------------------- | ||
+ | Envelope From: address: xxxxxxxx@xxxxxxxx | ||
+ | Envelope To: addresses: xxxxxxxx@xxxxxxxx | ||
+ | |||
+ | Message delivery history: | ||
+ | ---------------------------------------------------------------------- | ||
+ | Thu, 19 Apr 2012 17:49:29 +0200 (CEST) | ||
+ | Thu, 19 Apr 2012 18:49:29 +0200 (CEST) | ||
+ | Thu, 19 Apr 2012 20:49:29 +0200 (CEST) | ||
+ | Thu, 19 Apr 2012 22:49:29 +0200 (CEST) | ||
+ | Fri, 20 Apr 2012 02:49:29 +0200 (CEST) | ||
+ | Fri, 20 Apr 2012 06:49:29 +0200 (CEST) | ||
+ | Fri, 20 Apr 2012 10:49:29 +0200 (CEST) | ||
+ | |||
+ | ; 7) Aide du manager de files d'attentes : | ||
+ | qm.maint> help | ||
+ | help | ||
+ | |||
+ | clean -- Hold or delete queued messages | ||
+ | copy [n] -- Copy queued messages | ||
+ | counters clear -- Zero the channel counters | ||
+ | counters create -- Create the channel counters | ||
+ | counters delete -- Delete the channel counters | ||
+ | counters show [channel] -- Show the channel counters | ||
+ | date -- Show the current time and date | ||
+ | delete [n] -- Delete queued messages | ||
+ | directory [channel] -- List queued messages | ||
+ | exit -- Exit this utility | ||
+ | held [channel] -- List messages marked as held | ||
+ | help [topic] -- Display help on this utility | ||
+ | history [n] -- Show history information for a queued message | ||
+ | hold [n] -- Mark a queued message as held | ||
+ | jobs [channel] -- List active and pending delivery jobs | ||
+ | quit -- Exit this utility | ||
+ | read [n] -- Show the contents of a queued message | ||
+ | release [n] -- Release a message marked as held | ||
+ | return [n] -- Return (bounce) a queued message | ||
+ | run command-file -- Execute commands from the specified file | ||
+ | start channel -- Resume processing for the specified channel | ||
+ | stop channel -- Suspend processing for the specified channel | ||
+ | stress [channel] -- Have the Job Controller ease off on a channel | ||
+ | summarize -- Display a summary listing of message files | ||
+ | top -- Display frequently occurring fields in message | ||
+ | unstress [channel] -- Resume channel to non-stressed behavior | ||
+ | version -- Display program version information | ||
+ | view database|directory -- Select source of queued message information | ||
+ | |||
+ | To see help on a specific topic, issue the command "help topic". For example, | ||
+ | "help directory" | ||
+ | |||
+ | ; Retourner le mail a l'expéditeur : | ||
+ | qm.maint> return 1 | ||
+ | %QM-I-RETURNED, returned the message file /opt/sun/comms/mta/messaging/data/queue/tcp_intranet/013/Z9h0S3tohaAem.00 | ||
+ | |||
+ | ; Supprimer le mail : | ||
+ | qm.maint> delete 1 | ||
+ | |||
+ | ; 8) Redémarrer la files d'attente : | ||
+ | qm.maint> start tcp_intranet | ||
+ | %QM-I-STARTED, channel started | ||
+ | |||
+ | ; 9) Quitter : | ||
+ | qm.maint> quit | ||
+ | |||
+ | ; 10) relancer le "job_controller" : | ||
+ | root@mta1:/opt/sun/comms/mta/messaging/sbin# ./stop-msg job_controller | ||
+ | Connecting to watcher ... | ||
+ | Stopping job_controller server 4464 ... done | ||
+ | |||
+ | root@mta1:/opt/sun/comms/mta/messaging/sbin# ./start-msg job_controller | ||
+ | Connecting to watcher ... | ||
+ | Starting job_controller server .... 23104 | ||
+ | |||
+ | ; 11) Dernière vérifications : | ||
+ | root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm summarize | ||
+ | Channel Messages Size (Mb) | ||
+ | -------------------------------- -------- --------- | ||
+ | defragment 0 0.0 | ||
+ | process 0 0.0 | ||
+ | reprocess 0 0.0 | ||
+ | tcp_auth 0 0.0 | ||
+ | tcp_gouv 0 0.0 | ||
+ | tcp_intranet 0 0.0 | ||
+ | tcp_lmtpcs 0 0.0 | ||
+ | tcp_local 0 0.0 | ||
+ | -------------------------------- -------- --------- | ||
+ | Totals 0 0.0 | ||
+ | |||
+ | == Directory server == | ||
https://wikis.oracle.com/display/CommSuite/Messaging+Server+and+Calendar+Server+LDAP+Object+Classes+and+Attributes#MessagingServerandCalendarServerLDAPObjectClassesandAttributes-GGFUQ | https://wikis.oracle.com/display/CommSuite/Messaging+Server+and+Calendar+Server+LDAP+Object+Classes+and+Attributes#MessagingServerandCalendarServerLDAPObjectClassesandAttributes-GGFUQ | ||
Ligne 7 : | Ligne 179 : | ||
{| align="center" border="1" | {| align="center" border="1" | ||
+ | ! scope=col | Nom de l'attribut | ||
+ | ! scope=col | Signification | ||
+ | ! scope=col | Valeurs possibles | ||
+ | ! scope=col | Valeurs "entreprise" | ||
+ | |- | ||
|aclGroupAddr | |aclGroupAddr | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|adminRole | |adminRole | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|aliasedObjectName | |aliasedObjectName | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|businessCategory | |businessCategory | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|calCalURI | |calCalURI | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|calFBURL | |calFBURL | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|cn | |cn | ||
- | |commonName NOM Prénom Service | + | |voir "commonName" |
+ | |Contiguity In Syntax (CIS) | ||
+ | |NOM Prénom Service | ||
|- | |- | ||
|co | |co | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|commonName | |commonName | ||
+ | |voir "cn" | ||
+ | |Contiguity In Syntax (CIS) | ||
|NOM Prénom Service | |NOM Prénom Service | ||
|- | |- | ||
|countryName | |countryName | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|dataSource | |dataSource | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|dateOfBirth | |dateOfBirth | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|davAllowedServices | |davAllowedServices | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|davEventNotification | |davEventNotification | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|davStore | |davStore | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|davTimezone | |davTimezone | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|dc | |dc | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|description | |description | ||
+ | | | ||
+ | | | ||
| | | | ||
+ | |- | ||
+ | |displayName | ||
+ | |Affichage pour Thunderbird | ||
+ | |Contiguity In Syntax (CIS) | ||
+ | |"Prénom NOM" <mail> | ||
|- | |- | ||
|domainUidSeparator | |domainUidSeparator | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|domOrgMaxUsers | |domOrgMaxUsers | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|domOrgNumUsers | |domOrgNumUsers | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|facsimileTelephoneNumber | |facsimileTelephoneNumber | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
- | | | + | |employeeType |
+ | |Corp | ||
+ | |Contiguity In Syntax (CIS) | ||
+ | |Corp | ||
+ | |- | ||
+ | |gidNumber | ||
+ | |Numéro | ||
| | | | ||
+ | |Numéro RH | ||
+ | |- | ||
+ | |givenName | ||
+ | |Prénom | ||
+ | |Contiguity In Syntax (CIS) | ||
+ | |Prénom | ||
|- | |- | ||
|groupid | |groupid | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | |homeDirectory | ||
+ | | | ||
+ | |Contiguity In Syntax (CIS) | ||
| | | | ||
|- | |- | ||
|icsAdminRole | |icsAdminRole | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsAlias | |icsAlias | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsAllowedServiceAccess | |icsAllowedServiceAccess | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsAllowRights | |icsAllowRights | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsAnonymousAllowWrite | |icsAnonymousAllowWrite | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsAnonymousCalendar | |icsAnonymousCalendar | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsAnonymousDefaultSet | |icsAnonymousDefaultSet | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsAnonymousLogin | |icsAnonymousLogin | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsAnonymousSet | |icsAnonymousSet | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsAutoaccept | |icsAutoaccept | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsCalendar | |icsCalendar | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsCalendarOwned | |icsCalendarOwned | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsCapacity | |icsCapacity | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsContact | |icsContact | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsDefaultAccess | |icsDefaultAccess | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsDefaultacl | |icsDefaultacl | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsDefaultSet | |icsDefaultSet | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsDomainAcl | |icsDomainAcl | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsDomainAllowed | |icsDomainAllowed | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsDomainNames | |icsDomainNames | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsDomainNotAllowed | |icsDomainNotAllowed | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsDoublebooking | |icsDoublebooking | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsDWPBackEndHosts | |icsDWPBackEndHosts | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsDWPHost | |icsDWPHost | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsExtended | |icsExtended | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsExtendedDomainPrefs | |icsExtendedDomainPrefs | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsExtendedGroupPrefs | |icsExtendedGroupPrefs | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsExtendedResourcePrefs | |icsExtendedResourcePrefs | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsExtendedUserPrefs | |icsExtendedUserPrefs | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsFirstDay | |icsFirstDay | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsFreeBusy | |icsFreeBusy | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsGeo | |icsGeo | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsMandatorySubscribed | |icsMandatorySubscribed | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsMandatoryView | |icsMandatoryView | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsPartition | |icsPartition | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsPreferredHost | |icsPreferredHost | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsQuota | |icsQuota | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsRecurrenceBound | |icsRecurrenceBound | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsRecurrenceDate | |icsRecurrenceDate | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsRegularExpressions | |icsRegularExpressions | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsSecondaryowners | |icsSecondaryowners | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsSessionTimeout | |icsSessionTimeout | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsSet | |icsSet | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsSourceHtml | |icsSourceHtml | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsStatus | |icsStatus | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsSubscribed | |icsSubscribed | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|icsTimezone | |icsTimezone | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetCanonicalDomainName | |inetCanonicalDomainName | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetCoS | |inetCoS | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetDomainBaseDN | |inetDomainBaseDN | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetDomainCertMap | |inetDomainCertMap | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetDomainSearchFilter | |inetDomainSearchFilter | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetDomainStatus | |inetDomainStatus | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetMailGroupStatus | |inetMailGroupStatus | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetResourceStatus | |inetResourceStatus | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetSubscriberAccountId | |inetSubscriberAccountId | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetSubscriberChallenge | |inetSubscriberChallenge | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetSubscriberResponse | |inetSubscriberResponse | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetUserHttpURL | |inetUserHttpURL | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|inetUserStatus | |inetUserStatus | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mail | |mail | ||
| | | | ||
+ | |Contiguity In Syntax (CIS) | ||
+ | |Adresse mail | ||
|- | |- | ||
|mailAccessProxyPreAuth | |mailAccessProxyPreAuth | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailAccessProxyReplay | |mailAccessProxyReplay | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailAdminRole | |mailAdminRole | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailAllowedServiceAccess | |mailAllowedServiceAccess | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailAlternateAddress | |mailAlternateAddress | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailAntiUBEService | |mailAntiUBEService | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailAutoReplyMode | |mailAutoReplyMode | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailAutoReplySubject | |mailAutoReplySubject | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailAutoReplyText | |mailAutoReplyText | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailAutoReplyTextInternal | |mailAutoReplyTextInternal | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailAutoReplyTimeOut | |mailAutoReplyTimeOut | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailClientAttachmentQuota | |mailClientAttachmentQuota | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailConversionTag | |mailConversionTag | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDeferProcessing | |mailDeferProcessing | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDeliveryFileURL | |mailDeliveryFileURL | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDeliveryOption | |mailDeliveryOption | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDomainAllowedServiceAccess | |mailDomainAllowedServiceAccess | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDomainCatchallAddress | |mailDomainCatchallAddress | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDomainConversionTag | |mailDomainConversionTag | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDomainDiskQuota | |mailDomainDiskQuota | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDomainMsgMaxBlocks | |mailDomainMsgMaxBlocks | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDomainMsgQuota | |mailDomainMsgQuota | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDomainReportAddress | |mailDomainReportAddress | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDomainSieveRuleSource | |mailDomainSieveRuleSource | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDomainStatus | |mailDomainStatus | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailDomainWelcomeMessage | |mailDomainWelcomeMessage | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailEquivalentAddress | |mailEquivalentAddress | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailFolderName | |mailFolderName | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailForwardingAddress | |mailForwardingAddress | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailHost | |mailHost | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailMessageStore | |mailMessageStore | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailMsgMaxBlocks | |mailMsgMaxBlocks | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailMsgQuota | |mailMsgQuota | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailProgramDeliveryInfo | |mailProgramDeliveryInfo | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailPublicFolderDefaultRights | |mailPublicFolderDefaultRights | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailQuota | |mailQuota | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailRoutingAddress | |mailRoutingAddress | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailRoutingHosts | |mailRoutingHosts | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailRoutingSmartHost | |mailRoutingSmartHost | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailSieveRuleSource | |mailSieveRuleSource | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailSMTPSubmitChannel | |mailSMTPSubmitChannel | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mailUserStatus | |mailUserStatus | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|maxPabEntries | |maxPabEntries | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|memberOf | |memberOf | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|memberOfPAB | |memberOfPAB | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|memberOfPABGroup | |memberOfPABGroup | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|memberURL | |memberURL | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpAddHeader | |mgrpAddHeader | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpAllowedBroadcaster | |mgrpAllowedBroadcaster | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpAllowedDomain | |mgrpAllowedDomain | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpAuthPassword | |mgrpAuthPassword | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpBroadcasterPolicy | |mgrpBroadcasterPolicy | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpDeliverTo | |mgrpDeliverTo | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpDisallowedBroadcaster | |mgrpDisallowedBroadcaster | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpDisallowedDomain | |mgrpDisallowedDomain | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpErrorsTo | |mgrpErrorsTo | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpModerator | |mgrpModerator | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpMsgMaxSize | |mgrpMsgMaxSize | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpMsgPrefixText | |mgrpMsgPrefixText | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpMsgRejectAction | |mgrpMsgRejectAction | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpMsgRejectText | |mgrpMsgRejectText | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpMsgSuffixText | |mgrpMsgSuffixText | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpNoDuplicateChecks | |mgrpNoDuplicateChecks | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpRemoveHeader | |mgrpRemoveHeader | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpRequestTo | |mgrpRequestTo | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpRFC822MailMember | |mgrpRFC822MailMember | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|msgVanityDomain | |msgVanityDomain | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|multiLineDescription | |multiLineDescription | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|nickName | |nickName | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|nswcalDisallowAccess | |nswcalDisallowAccess | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|nswmExtendedUserPrefs | |nswmExtendedUserPrefs | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|o | |o | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|objectClass | |objectClass | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|organizationName | |organizationName | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|organizationUnitName | |organizationUnitName | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|ou | |ou | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|owner | |owner | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|pabURI | |pabURI | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|parentOrganization | |parentOrganization | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|postalAddress | |postalAddress | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|preferredLanguage | |preferredLanguage | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|preferredMailHost | |preferredMailHost | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|preferredMailMessageStore | |preferredMailMessageStore | ||
| | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | |sambaSID | ||
+ | | | ||
+ | | | ||
+ | |0.0-0 | ||
|- | |- | ||
|seeAlso | |seeAlso | ||
+ | | | ||
+ | | | ||
| | | | ||
+ | |- | ||
+ | |shadowExpire | ||
+ | | | ||
+ | | | ||
+ | |Date d'expiration | ||
|- | |- | ||
|sn | |sn | ||
| | | | ||
+ | | | ||
+ | |NOM de famille | ||
|- | |- | ||
|telephoneNumber | |telephoneNumber | ||
| | | | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | |title | ||
+ | | | ||
+ | | | ||
+ | |Titre | ||
|- | |- | ||
|uid | |uid | ||
| | | | ||
+ | | | ||
+ | |login | ||
+ | |- | ||
+ | |uidNumber | ||
+ | | | ||
+ | | | ||
+ | |Numéro de compte unique | ||
|- | |- | ||
|un | |un | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|uniqueMember | |uniqueMember | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|userId | |userId | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|userPassword | |userPassword | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|vacationEndDate | |vacationEndDate | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|vacationStartDate | |vacationStartDate | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|mgrpErrorsTo | |mgrpErrorsTo | ||
+ | | | ||
+ | | | ||
| | | | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | ==Astuces== | ||
+ | |||
+ | *où est physiquement la bal ? | ||
+ | ./hashsir prenom.nom | ||
+ | 85/f8/ | ||
+ | |||
+ | * |
Version actuelle en date du 20 juillet 2012 à 13:19
Sommaire |
[modifier] System messaging
[modifier] Gestion de corruption d'une boîte aux lettres
Pour gérer la corruption d'une boîte aux lettres il convient de suivre les étapes suivantes:
# cd /opt/comms/messaging/sbin
Etape 1 : Détection d'une corruption
# ./reconstruct -r -n user/xxxx/
Etape 2 : Reconstruction
# ./reconstruct -r user/xxxx/
Etape 3 : Reconstruction forcée
# ./reconstruct -r -f user/xxxx/
Etape 4 : Suppression manuelle
# rm /dossier_folder_corrompu/store.idx # ./reconstruct -r user/xxxx/
[modifier] Gestion des files d'attentes
- Répertoire des commandes
/opt/sun/comms/mta/messaging/sbin
- 1) Demander le sommaire (liste des mails dans les files) en mode non interactif
imsimta qm summarize
root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm summarize Channel Messages Size (Mb) -------------------------------- -------- --------- defragment 0 0.0 process 0 0.0 reprocess 0 0.0 tcp_auth 0 0.0 tcp_gouv 0 0.0 tcp_intranet 1 0.1 tcp_lmtpcs 0 0.0 tcp_local 0 0.0 -------------------------------- -------- --------- Totals 10 0.1
- 2) Gestion en mode interactif
root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm
- 3) stopper un files (tcp_intranet)
qm.maint> stop tcp_intranet %QM-I-STOPPED, channel stopped
- 4) vu en mode repertoire
qm.maint> view dir View set to directory qm.maint> dir tcp_intranet Fri, 20 Apr 2012 15:02:22 +0200 (CEST) Data gathered from the queue directory tree
Channel: tcp_intranet Size Queued since -------------------------------------------------------------- 1 Z9h0S3tohaAem.00 11 13 Apr 2012 09:19:52 -------------------------------------------------------------- Total size: 122
Grand total size: 122
- 5) Voir les enveloppes
qm.maint> dir -envelope tcp_intranet Fri, 20 Apr 2012 15:03:11 +0200 (CEST) Data gathered from the queue directory tree
Channel: tcp_intranet From To Size Queued since ------------------------------------------------------------------------------- 1 xxxxx@xxxxxxx xxxxxxx@xxxxxxxxxxx 11 13 Apr 12 09:19
- 6) Voir l'ihstorique des essais de distribution
qm.maint> history 1 Message id: 1 Filename: /opt/sun/comms/mta/messaging/data/queue/tcp_intranet/009/ZSh0T70hOo2MW.00
Transport layer information: ---------------------------------------------------------------------- Envelope From: address: xxxxxxxx@xxxxxxxx Envelope To: addresses: xxxxxxxx@xxxxxxxx
Message delivery history: ---------------------------------------------------------------------- Thu, 19 Apr 2012 17:49:29 +0200 (CEST) Thu, 19 Apr 2012 18:49:29 +0200 (CEST) Thu, 19 Apr 2012 20:49:29 +0200 (CEST) Thu, 19 Apr 2012 22:49:29 +0200 (CEST) Fri, 20 Apr 2012 02:49:29 +0200 (CEST) Fri, 20 Apr 2012 06:49:29 +0200 (CEST) Fri, 20 Apr 2012 10:49:29 +0200 (CEST)
- 7) Aide du manager de files d'attentes
qm.maint> help help clean -- Hold or delete queued messages copy [n] -- Copy queued messages counters clear -- Zero the channel counters counters create -- Create the channel counters counters delete -- Delete the channel counters counters show [channel] -- Show the channel counters date -- Show the current time and date delete [n] -- Delete queued messages directory [channel] -- List queued messages exit -- Exit this utility held [channel] -- List messages marked as held help [topic] -- Display help on this utility history [n] -- Show history information for a queued message hold [n] -- Mark a queued message as held jobs [channel] -- List active and pending delivery jobs quit -- Exit this utility read [n] -- Show the contents of a queued message release [n] -- Release a message marked as held return [n] -- Return (bounce) a queued message run command-file -- Execute commands from the specified file start channel -- Resume processing for the specified channel stop channel -- Suspend processing for the specified channel stress [channel] -- Have the Job Controller ease off on a channel summarize -- Display a summary listing of message files top -- Display frequently occurring fields in message unstress [channel] -- Resume channel to non-stressed behavior version -- Display program version information view database|directory -- Select source of queued message information
To see help on a specific topic, issue the command "help topic". For example, "help directory"
- Retourner le mail a l'expéditeur
qm.maint> return 1 %QM-I-RETURNED, returned the message file /opt/sun/comms/mta/messaging/data/queue/tcp_intranet/013/Z9h0S3tohaAem.00
- Supprimer le mail
qm.maint> delete 1
- 8) Redémarrer la files d'attente
qm.maint> start tcp_intranet %QM-I-STARTED, channel started
- 9) Quitter
qm.maint> quit
- 10) relancer le "job_controller"
root@mta1:/opt/sun/comms/mta/messaging/sbin# ./stop-msg job_controller Connecting to watcher ... Stopping job_controller server 4464 ... done root@mta1:/opt/sun/comms/mta/messaging/sbin# ./start-msg job_controller Connecting to watcher ... Starting job_controller server .... 23104
- 11) Dernière vérifications
root@mta1:/opt/sun/comms/mta/messaging/sbin# ./imsimta qm summarize Channel Messages Size (Mb) -------------------------------- -------- --------- defragment 0 0.0 process 0 0.0 reprocess 0 0.0 tcp_auth 0 0.0 tcp_gouv 0 0.0 tcp_intranet 0 0.0 tcp_lmtpcs 0 0.0 tcp_local 0 0.0 -------------------------------- -------- --------- Totals 0 0.0
[modifier] Directory server
Oracle Communications Messaging Server and Oracle Communications Calendar Server LDAP Attributes Describes the Oracle Communications Messaging Server and Oracle Communications Calendar Server attributes.
Nom de l'attribut | Signification | Valeurs possibles | Valeurs "entreprise" |
---|---|---|---|
aclGroupAddr | |||
adminRole | |||
aliasedObjectName | |||
businessCategory | |||
calCalURI | |||
calFBURL | |||
cn | voir "commonName" | Contiguity In Syntax (CIS) | NOM Prénom Service |
co | |||
commonName | voir "cn" | Contiguity In Syntax (CIS) | NOM Prénom Service |
countryName | |||
dataSource | |||
dateOfBirth | |||
davAllowedServices | |||
davEventNotification | |||
davStore | |||
davTimezone | |||
dc | |||
description | |||
displayName | Affichage pour Thunderbird | Contiguity In Syntax (CIS) | "Prénom NOM" <mail> |
domainUidSeparator | |||
domOrgMaxUsers | |||
domOrgNumUsers | |||
facsimileTelephoneNumber | |||
employeeType | Corp | Contiguity In Syntax (CIS) | Corp |
gidNumber | Numéro | Numéro RH | |
givenName | Prénom | Contiguity In Syntax (CIS) | Prénom |
groupid | |||
homeDirectory | Contiguity In Syntax (CIS) | ||
icsAdminRole | |||
icsAlias | |||
icsAllowedServiceAccess | |||
icsAllowRights | |||
icsAnonymousAllowWrite | |||
icsAnonymousCalendar | |||
icsAnonymousDefaultSet | |||
icsAnonymousLogin | |||
icsAnonymousSet | |||
icsAutoaccept | |||
icsCalendar | |||
icsCalendarOwned | |||
icsCapacity | |||
icsContact | |||
icsDefaultAccess | |||
icsDefaultacl | |||
icsDefaultSet | |||
icsDomainAcl | |||
icsDomainAllowed | |||
icsDomainNames | |||
icsDomainNotAllowed | |||
icsDoublebooking | |||
icsDWPBackEndHosts | |||
icsDWPHost | |||
icsExtended | |||
icsExtendedDomainPrefs | |||
icsExtendedGroupPrefs | |||
icsExtendedResourcePrefs | |||
icsExtendedUserPrefs | |||
icsFirstDay | |||
icsFreeBusy | |||
icsGeo | |||
icsMandatorySubscribed | |||
icsMandatoryView | |||
icsPartition | |||
icsPreferredHost | |||
icsQuota | |||
icsRecurrenceBound | |||
icsRecurrenceDate | |||
icsRegularExpressions | |||
icsSecondaryowners | |||
icsSessionTimeout | |||
icsSet | |||
icsSourceHtml | |||
icsStatus | |||
icsSubscribed | |||
icsTimezone | |||
inetCanonicalDomainName | |||
inetCoS | |||
inetDomainBaseDN | |||
inetDomainCertMap | |||
inetDomainSearchFilter | |||
inetDomainStatus | |||
inetMailGroupStatus | |||
inetResourceStatus | |||
inetSubscriberAccountId | |||
inetSubscriberChallenge | |||
inetSubscriberResponse | |||
inetUserHttpURL | |||
inetUserStatus | |||
Contiguity In Syntax (CIS) | Adresse mail | ||
mailAccessProxyPreAuth | |||
mailAccessProxyReplay | |||
mailAdminRole | |||
mailAllowedServiceAccess | |||
mailAlternateAddress | |||
mailAntiUBEService | |||
mailAutoReplyMode | |||
mailAutoReplySubject | |||
mailAutoReplyText | |||
mailAutoReplyTextInternal | |||
mailAutoReplyTimeOut | |||
mailClientAttachmentQuota | |||
mailConversionTag | |||
mailDeferProcessing | |||
mailDeliveryFileURL | |||
mailDeliveryOption | |||
mailDomainAllowedServiceAccess | |||
mailDomainCatchallAddress | |||
mailDomainConversionTag | |||
mailDomainDiskQuota | |||
mailDomainMsgMaxBlocks | |||
mailDomainMsgQuota | |||
mailDomainReportAddress | |||
mailDomainSieveRuleSource | |||
mailDomainStatus | |||
mailDomainWelcomeMessage | |||
mailEquivalentAddress | |||
mailFolderName | |||
mailForwardingAddress | |||
mailHost | |||
mailMessageStore | |||
mailMsgMaxBlocks | |||
mailMsgQuota | |||
mailProgramDeliveryInfo | |||
mailPublicFolderDefaultRights | |||
mailQuota | |||
mailRoutingAddress | |||
mailRoutingHosts | |||
mailRoutingSmartHost | |||
mailSieveRuleSource | |||
mailSMTPSubmitChannel | |||
mailUserStatus | |||
maxPabEntries | |||
memberOf | |||
memberOfPAB | |||
memberOfPABGroup | |||
memberURL | |||
mgrpAddHeader | |||
mgrpAllowedBroadcaster | |||
mgrpAllowedDomain | |||
mgrpAuthPassword | |||
mgrpBroadcasterPolicy | |||
mgrpDeliverTo | |||
mgrpDisallowedBroadcaster | |||
mgrpDisallowedDomain | |||
mgrpErrorsTo | |||
mgrpModerator | |||
mgrpMsgMaxSize | |||
mgrpMsgPrefixText | |||
mgrpMsgRejectAction | |||
mgrpMsgRejectText | |||
mgrpMsgSuffixText | |||
mgrpNoDuplicateChecks | |||
mgrpRemoveHeader | |||
mgrpRequestTo | |||
mgrpRFC822MailMember | |||
msgVanityDomain | |||
multiLineDescription | |||
nickName | |||
nswcalDisallowAccess | |||
nswmExtendedUserPrefs | |||
o | |||
objectClass | |||
organizationName | |||
organizationUnitName | |||
ou | |||
owner | |||
pabURI | |||
parentOrganization | |||
postalAddress | |||
preferredLanguage | |||
preferredMailHost | |||
preferredMailMessageStore | |||
sambaSID | 0.0-0 | ||
seeAlso | |||
shadowExpire | Date d'expiration | ||
sn | NOM de famille | ||
telephoneNumber | |||
title | Titre | ||
uid | login | ||
uidNumber | Numéro de compte unique | ||
un | |||
uniqueMember | |||
userId | |||
userPassword | |||
vacationEndDate | |||
vacationStartDate | |||
mgrpErrorsTo |
[modifier] Astuces
- où est physiquement la bal ?
./hashsir prenom.nom 85/f8/