0

The name on the security certificate is invalid or does not match the name of the site

-

U slucaju promene sertifikata na Exchange sa izmenama naziva servera ili domena na klijentskim racunarima dolazi do greske: The name on the security certificate is invalid or does not match the name of the site.

To se desava zato sto racunar pokusava da se konektuje na server pomocu NetBIOS imena servera koje se ne poklapa sa sertifikatom.

Da bi ste to proverili kucajte komandu u Exchange Management Shell-u: Get-ClientAccessServer -Identity servername | FL i dobicete FQDN servera.

Da bi ste ispravili gresku morate update-ovati sve url-ove. Ovo su komande:

 

  • Set-ClientAccessServer -Identity „servername“ –AutodiscoverServiceInternalURI https://nlb.nwtraders.msft/autodiscover/autodiscover.xml
  • Set-WebServicesVirtualDirectory -Identity „servername\EWS (Default Web Site)“ –InternalUrl https://nlb.nwtraders.msft/EWS/Exchange.asmx
  • Set-OABVirtualDirectory -Identity “servername\OAB (Default Web Site)” -InternalURL https://nlb.nwtraders.msft/OAB
  • Enable-OutlookAnywhere -Server servername -ExternalHostname “nlb.nwtraders.msft” -ClientAuthenticationMethod “NTLM”
  • Set-ActiveSyncVirtualDirectory -Identity “servername\Microsoft-Server-ActiveSync (Default Web Site)” -InternalURL https://nlb.nwtraders.msft/Microsoft-Server-Activesync
0

Mailbox limit preko 2GB u Exchange 2003

-

U MS Exchange-u 2003 veličina mailbox-a je ograničena na maksimalnih 2GB po korisniku. U System Manager-u ne možete povećati više od toga. Da bi to uradili morate uraditi sledeće:


  • On a server that has the Windows Support Tools installed, open a command prompt.
  • Move to the Drive_Letter:\Program Files\Support Tools folder.
  • Type adsiedit.msc, and then press ENTER.
  • On the Action menu, click Connect to.
  • In the Connection Settings dialog box, type the name that you want to use for this connection in the Name box.
  • In the Connection Point area, click Select a well known Naming Context, and then click Domain in the list.
  • In the Computer area, click Select or type a domain or Server, and then type the FQDN of the server in the box. Alternatively, you can click Default (Domain or Server that you logged in to), if applicable.
  • Click OK.
  • Locate the CN=User1 object in the following path:
    Domain [Server_Name.Domain_Name]\DC=Domain_Name,DC=Root_Domain\CN=Users\
  • Right-click CN=User1, and then click Properties.
  • Click to select the Show optional attributes check box.
  • In the Attributes list, double-click mDBOverHardQuotaLimit.
  • In the Value box, type the value of the limit in kilobytes that you want to set, and then click OK. For example, to set a limit of 3 GB, type 3145728, and then click OK.
  • Repeat steps 12 and 13 for any other attributes that are listed in the table in the „Active Directory attributes“ section.
  • Click OK to close the properties sheet for the User1 object.
  • On the File menu, click Exit.
  • 0

    Promena maksimalne velicine e-mail poruke u Ekchange 2007

    -

    Da bi promenili dozvoljenu veličinu e-mail poruke pratite sledeće upustvo:

    Global Transport Settings

    Get-TransportConfig displays global transport settings for all Hub and Edge Transport servers in the Exchange Organization. By default, there is a 10MB size limit on send and receive. This will override all other less restrictive message size limit settings set elsewhere.

    NOTE: Exchange 2007 considers message submission to the store driver as a “send” operation. Therefore, if you are attempting to receive an email message on an SBS 2008 server from the internet that is greater than the MaxSendSize of the global transport configuration, delivery will fail

    Get-TransportConfig | ft MaxSendSize, MaxReceiveSize

    Example:

    Set-TransportConfig –MaxSendSize 20MB –MaxReceiveSize 20MB

    »» Pročitaj ostatak teksta o Promena maksimalne velicine e-mail poruke u Ekchange 2007 ««

    0

    Podesavanje IMAP-a u Outlook-u 2010

    -

    U Outlook-u 2010 nalog prihvata vec predefinisane IMAP foldere (Inbox, Sent, Trash). Junk folder se ne preuzima sa IMAP-a vec ga morate podesiti u WebMail-u da prihvati Outlook-ov.

    U mom slucaju radi se o hMAilServeru.
    Koraci su sledeci:
    Otvorite WebMail>Settings>Special Folders>Pod Junk stavkom izaberite Junk E-mails.
    Nakon toga mozete ici na Folders tab i izbrisati Junks (da vam ne bi smetao).
    Zatim idite u Outlok i kliknite na Update Folder list, u outlook-u bi trebala da se pojavi identicna lista foldera kao u WebMail-u

    0

    Greška prilikom update-ovanja Exchange-a 2007 na SP2 (Error Code: 3221684346)

    -

    Mailbox Role
    Failed
    Error:
    An error occurred. The error code was 3221684346. The message was The data area passed to a system call is too small..
    Elapsed Time: 00:06:00

    »» Pročitaj ostatak teksta o Greška prilikom update-ovanja Exchange-a 2007 na SP2 (Error Code: 3221684346) ««