Imanami Community

Join or create discussions about common issues and solutions.
Welcome to Imanami Community Sign in | Join | Help
in Search

IMAP Configuration Switch

Last post 06-06-2008, 1:58 PM by Robert Haaverson. 5 replies.
Sort Posts: Previous Next
  •  05-21-2008, 12:44 PM 631

    IMAP Configuration Switch

    We're deploying a new IMAP mail server and want to automate the configuration of the server's settings for our Outlook users.  Everything works fine except that I can't find the setting to select the box, "My ougoing server (SMTP) requires authentication".  This switch is available within Outlook's Account GUI, but I don't know how to manually add it to the OProfile .ini file or find the switch within the registry for a manual addition.  Any ideas?  Thanks!

    Bill

  •  05-21-2008, 1:09 PM 632 in reply to 631

    Re: IMAP Configuration Switch

    What version of Outlook are you configuring and what version 9and build) of OProfile are you using?
  •  05-21-2008, 1:16 PM 633 in reply to 632

    Re: IMAP Configuration Switch

    Outlook 2003, OProfile 4.6

    -bill

  •  05-28-2008, 11:26 AM 635 in reply to 633

    Re: IMAP Configuration Switch

    Would you mind posting you oprofile.ini file? 
  •  06-03-2008, 10:58 AM 641 in reply to 635

    Re: IMAP Configuration Switch

    Sorry for late response, here it is.  I have a gut feeling that it's a simple manual entry to allow for the switch I need and am hoping you have one.

     

     

     

    ; OPROFILE INI file for Exchange Server and/or IMO users
    ; -------------------------------------------
    ; Copyright (c) 1997-2004 Imanami Corporation.  All rights reserved.
    ; http://www.imanami.com
    ;
    ; Profile: Profile Template for Outlook Profile Generator Version 4.6
    ;
    ; Variables supported:
    ;                  %WINDRV% - Windows Drive
    ;                  %WINDIR% - Windows Directory
    ;                 %PROFILE% - Windows Profile Directory
    ;                %USERNAME% - The User's Name
    ;                   %OPDIR% - OProfile Directory
    ;        OProfile 4.6 supports all system environment variables too
    ;
    ; If a directory does not exist OProfile will create it.
    ;
    ; This is the configuration file for OProfile
    ; This file must be in the same directory as OProfile


    ; ************************************************************************
    ; Section 1 - Profile defaults.
    ;

    [OPROFILE]
    ;Your license information goes here
    LicenseNumber=xxxxx
    LicenseKey=Imanami

    ;Outlook mode
    ;    IMO         - Internet Mail Only
    ;     Corporate    - Exchange, POP3 and other services are all available
    OutlookMode=IMO

    ;Check whether or not the OutlookMode setting matches the installed services
    CheckOutlookMode=TRUE

    ;OProfile modes of operation
    ;    Normal        - Default OProfile behavior
    ;    Org2Org        - Exchange Organization to Exchange Organization Migration
    ;    Commandeer    - Use existing default profile
    Mode=Normal

    ;Use Cached Exchange Mode. No effect if Outlook version is lower than that of Outlook 2003.
    ;EnableCachedMode=TRUE

    ;Used to set the editor for messages
    ;    00030002 - Outlook Rich Text
    ;    00020000 - HTML
    ;    00010000 - Plain Text
    ;    00030001 - Outlook Rich Text - Word
    ;    00020001 - HTML - Word
    ;    00010001 - Plain Text - Word
    EditorPreference=00020000

    ;Used to decide whether to write a new profile if one exits
    ;Use 0 to disable
    OProfileVersionStamp=0

    ;Set this profile as the default profile
    SetAsDefault=TRUE

    ;If TRUE, Outlook prompts the user to logon when it launches
    ;If FALSE, Outlook uses current credentials to logon.
    ;If LogonDomain is empty, the current domain will be used.
    PromptToLogon=FALSE
    LogonDomain=

    ;If TRUE, OProfile prompts the user for the username.
    ;If FALSE, OProfile uses the mailboxname specified in the [Service2] section
    ;This is a convenient way for the user to specify a username other than their NT username
    PromptForUsername=FALSE

    ;If true, OProfile shows the last username entered.  Default is true.
    ;ShowUserNameInPrompts=True

    ;This setting works in combination with PromptForUsername:
    ; When PromptForUsername=FALSE, PromptForUsernameAlways is ignored,
    ; When PromptForUsername=TRUE, and PromptForUsernameAlways=TRUE
    ;        Oprofile prompts for the username every time it runs
    ; When PromptForUsername=TRUE, and PromptForUsernameAlways=FALSE
    ;        Oprofile only prompts for the username the first time it runs
    PromptForUsernameAlways=TRUE

    ;If ALWAYS, Outlook prompts the user to select a profile when it launches
    ;If NEVER, Outlook uses default profile without showing a dialog box.
    ;If WIN95, Outlook prompts when the OS is Win95/98/ME
    PromptForProfile=NEVER

    ;If TURE, automatically detect the connection state
    ;If FALSE, manually detect the connection state
    AutoDetectConnectionState=TRUE

    ;When AutoDetectConnectionState is FALSE, prompt the user to choose connection state if TRUE
    ;When AutoDetectConnectionState is TRUE, this setting is ignored.
    ;When both AutoDetectConnectionState and this setting are FALSE, Outlook always connects using existing connection
    PromptForConnectionState=TRUE

    ;If NEVER, disable offline use
    ;If ALWAYS, enable offline use
    ;If PROMPT, ask the user
    OST=NEVER

    ErrorIfNoOutlook=FALSE
    ;Stop those annoying sample items
    CreateSamples=FALSE

    ;Disable Office Assistant
    DisableAssistant=TRUE

    ;Disable OST (Offline use) - this prohibits OST creation period.
    NoOst=False

    ;Disable PST (Personal folders) - this prohibits PST creation period.
    NoPst=False

    ;Delete the installed PST service
    KillPst=False

    ;This will force PST files to be created in the specified path.
    ;See MSQB Q266255
    ;
    ;ForcePSTPath=

    ;Disable Instant Messaging
    DisableIM=TRUE

    ;Enable/Disable journaling button on Outlook Bar
    EnableJournal=FALSE

    ;If a user does not login in Windows 9X OProfile generates this error to
    ;avoid creating a bogus profile.  This setting controls whether an error
    ;is displayed.  Regardless of this setting, OProfile exits.
    ErrorIfNotLoggedOn=TRUE

    ;URL to OUTLOOK Today
    OutlookTodayURL=<Default>

    ;This will run a command after OProfile runs everytime a user logs in.
    ;Note: any command must be of the form oprofile.* or OPSetup will not copy it during setup.
    ;Here are some examples:
    ;RunEverytimeCommand=rundll32 setupapi,InstallHinfSection DefaultInstall 128 "%OPDIR%\oprofile.inf
    ;RunEverytimeCommand=%OPDIR%\oprofile.bat

    ;This will run a command after a OProfile creates a Profile.
    ;Note: any command must be of the form oprofile.* or OPSetup will not copy it during setup.
    ;Here are some examples:
    ;
    ;RunPerProfileCommand=rundll32 setupapi,InstallHinfSection DefaultInstall 128 "%OPDIR%\oprofile.inf"
    ;RunPerProfileCommand="%OPDIR%\oprofile.bat"

    ;This will import a registry file after a OProfile creates a Profile.
    ;ImportRegFileOnProfile=

    ;This will import a registry file after OProfile runs everytime a user logs in.
    ;ImportRegFileAlways=

    ;This will launch Outlook after OProfile
    LaunchOutlook=TRUE

    ;Command line switches to pass to Outlook.  For example: /CleanFreeBusy and/or /CleanViews (recommended for inter-org migration only)
    ;LaunchOutlookCommandLine=

    ;This will add the Exchange 2000 conferencing service to the list of on-line meeting applications.
    Exchange2000Conferencing=FALSE

    ;Specify whether or not define a send/receive group. Only works in Outlook 2002
    DefineSendAndReceiveGroup=FALSE

    ;Specify whether or not to show the Outlook Bar
    ShowOutlookBar=TRUE

    ;Specify whether or not to show the Folder List
    ShowFolderList=FALSE

    ;Use the following text to prompt for the username
    ;PromptForUsernameWith=

    ;Use the following text to prompt for the connection
    ;PromptForConnectionWith=

    ;If true, OProfile deletes the Outlook favorites (Outlook bar) file when in Org2Org mode..  Default is true.
    ;DeleteFavoritesFileDuringMigration=True

    ;If true, OProfile deletes the Outlook rules file when in Org2Org mode..  Default is true.
    ;DeleteRulesFileDuringMigration=True

    ;If true, OProfile deletes the Outlook offline address book files when in Org2Org mode.  Default is true.
    ;DeleteOABFilesDuringMigration=True

    ;If true, OProfile deletes the Outlook nickname files when in Org2Org mode..  Default is true.
    ;DeleteNickNameFilesDuringMigration=True

    ;Specify the default template
    OPAWTemplate=Default

    ;OPROFILE Version number
    OPVersion=4.6
    AuthorizedMailboxNames=
    LastModified=5/21/2008 - 6:21 PM
    DeploymentMethod=network file server

    [Hosts]
    ;localhost=127.0.0.1

    [Send/Receive Group]

    ;Calender,Contacts,Deleted Items,Drafts,Inbox,Journal,Notes,Outbox,Sent Items,Tasks
    ;Folders to include in send/receive=Inbox,Outbox,Sent Items,Deleted Items

    IncludeWhenOnline=TRUE
    UponExitWhenOnline=FALSE
    AutomaticWhenOnline=TRUE
    IntervalWhenOnline=10
    IncludeWhenOffline=TRUE
    AutomaticWhenOffline=TRUE
    IntervalWhenOffline=30


    [General]
    Custom=1
    ProfileName=%USERNAME% - Company
    OverwriteProfile=FALSE
    DeleteAllOtherProfiles=FALSE
    DefaultStore=Service2

    ;Applies only to Org2Org mode.  If set to true, OProfile backups the default profile before making changes to it. Default value is false.
    ;BackupProfile=True

    ;Applies only to Org2Org mode. Name to call the backup profile.  The default is "Backup-%OLDPROFILENAME%-%NOW%"
    ;BackupProfileName=

    ; ************************************************************************
    ; Section 2 - Services in profile.

    [Service List]
    Service1=Microsoft Outlook Client
    Service2=Microsoft Exchange Server
    Service3=Outlook Address Book
    Service4=Dialup Networking
    Service5=
    Service6=
    IMAPService1=IMAP E-mail

    ; ************************************************************************
    ; Section 3 - Default values for each service.

    [Service1]
    ConfirmOnDelete=FALSE
    EmptyWastebasket=FALSE
    AfterMoveMessage=2
    CloseOriginalMessage=TRUE
    GenReadReceipt=FALSE
    GenDeliveryReceipt=FALSE
    DefaultSensitivity=0
    DefaultPriority=1
    SaveSentMail=TRUE
    DefaultFolderOnOpen=IPF.Note

    ;------When Mail Arrives-------
    ChangePointerOnNewMail=TRUE
    NotifyWithDialogOnNewMail=FALSE
    PlaySoundWhenNewMail=FALSE

    ;----Outlook AutoArchive------
    AutoArchivePSTPath=%PROFILE%\%USERNAME%_archive.pst
    DeleteExpiredMessages=FALSE
    DoAutoArchive=FALSE
    DoReminder=True
    NumberOfDaysforAutoArchive=30
    PromptforAutoArchive=FALSE
    AutoArchive=TRUE

    ;Number of months to publish free/busy information
    FBPublish=3

    ;-----Outlook pre-defined groups
    OutlookBarDefaultGroups=OutlookGroup,MailGroup,OtherGroup

    ;-----User defined Outlook Bar groups-----
    ;-----Each group appears on the Outlook bar in the same order as they are specified here
    ;OutlookBarUserGroups=My Favorites,Others
    OutlookBarUserGroups=

    ;-----The name of the default address book
    ;-----If this entry is empty, Global address list is used.
    ;
    ;-----Examples:
    ;-----DefaultAddressBook=All Users
    ;-----DefaultAddressBook=All Contacts
    DefaultAddressBook=

    ;-----Set AttachmentSafety to None or High
    ;AttachmentSafety=High

    [Service2]
    EncryptionConfigFlags=4

    ConversionProhibited=TRUE
    ;this setting is ignored if the version of Outlook is higher than 10,
    ;as it would prevent this service from being configured when Outlook 11 is installed.

    MailboxName==%USERNAME%
    HomeServer=<exchange server>
    ;       Required.
    ;    --  The name of the Microsoft Exchange Server the user should
    ;    connect to.  You can specify any Microsoft Exchange Server
    ;    in your site, and the correct Home Server will be assigned
    ;    when the user first logs on.

    UseExistingConnection=TRUE

    EncryptNetwork=FALSE
    EncryptDialup=FALSE

    OfflineFolderPath=%PROFILE%\%USERNAME%.ost

    ;Additional mailboxes separated by comma
    AdditionalMailboxes=

    ;Transport list order
    ;All available transport providers must be included in the list
    ;TransportOrder=Microsoft Exchange Remote Transport,Microsoft Exchange Transport

    [Service3]
    Ben=TRUE
    ;    --  Dummy property.  Do not delete or modify.

    [Service4]
    DialConnection=FALSE
    ;The following settings can be used when DialConnection is TRUE
    ;UserName=%USERNAME%
    ;DomainName=<domain name>
    ;Password=
    ;ConnectionName=<connection name>

    ; ************************************************************************
    ; Section 4 - Mapping for profile properties.  DO NOT MODIFY.
    ; ************************************************************************
    ; Microsoft Outlook Client definitions

    [Microsoft Outlook Client]
    SectionGUID=0a0d020000000000c000000000000046

    AttachmentSafety=PT_STRING8,0x0000,Outlook\Options\General,AttachmentSafety

    ConfirmOnDelete=PT_BOOLEAN,0x0111,Outlook\Options\General,WarnDelete
    ;    -- A boolean value indicating whether or not to prompt before
    ;    deleting items

    EmptyWastebasket=PT_BOOLEAN,0x0115,Outlook\Preferences,EmptyTrash
    ;    -- A boolean value indicating whether or not to empty the
    ;    wastebasket on exit.

    SelectEntireWord=PT_BOOLEAN,0x0118
    ;    -- A boolean value indicating whether or not to select entire
    ;    words when selecting.

    AfterMoveMessage=PT_LONG,0x013B,Outlook\Preferences,AfterMove
    ;    -- Indicates what to do after moving or deleting a message.
    ;    Possible values are shown below:
    ;    0 - Open Next Message
    ;     1 - Return to Viewer
    ;     2 - Open Previous Message

    CloseOriginalMessage=PT_BOOLEAN,0x0132,Outlook\Preferences,CloseOrig
    ;    -- A boolean value indicating whether or not to close the
    ;    original message after replying.

    GenReadReceipt=PT_BOOLEAN,0x0141,Outlook\Preferences,ReadReceipt
    ;    -- A boolean value indicating whether or not to generate
    ;    a read receipt on sent mail.

    GenDeliveryReceipt=PT_BOOLEAN,0x014C,Outlook\Preferences,DeliveryReceipt
    ;    -- A boolean value indicating whether or not to generate
    ;    a delivery receipt on sent mail.

    DefaultSensitivity=PT_LONG,0x014F,Outlook\Preferences,Sensitivity
    ;    -- The default sensitivity to send mail with.
    ;    Possible values are shown below:
    ;    0 - Normal
    ;    1 - Personal
    ;    2 - Private
    ;    3 - Confidential

    DefaultPriority=PT_LONG,0x0140,Outlook\Preferences,Importance
    ;    -- The default priority to send mail with.
    ;    Possible values are shown below:
    ;    0 - Low
    ;    1 - Normal
    ;     2 - High

    SaveSentMail=PT_BOOLEAN,0x0142,Outlook\Preferences,SaveSent
    ;    -- A boolean value indicating whether to save a copy of
    ;    sent messages in the sent items folder.

    DoReminder=PT_BOOLEAN,0x0000,Outlook\Preferences,ApptReminders
    ;    -- A boolean value indicating whether to do reminder

    DoAutoArchive=PT_BOOLEAN,0x0320,Outlook\Preferences,DoAging
    ;    -- A value indicating whether or not to use the Outlook AutoArchive feature

    PromptForAutoArchive=PT_BOOLEAN,0x0321,Outlook\Preferences,PromptForAging
    ;    -- A value indicating whether or not to prompt when time for AutoArchive

    PromptWhenUsingWebServices=PT_BOOLEAN,0x0273
    ;

    DeleteExpiredMessages=PT_BOOLEAN,0x0322
    ;    -- A value indicating whether or not to delete expired messages in the folder

    NumberOfDaysForAutoArchive=PT_LONG,0x0323,Outlook\Preferences,EveryDays
    ;    -- Indicates the number of days between AutoArchiving.

    ;Number of months to publish free/busy information
    FBPublish=PT_LONG,0x0330,Outlook\Preferences,FBPublishRange

    OpenWithWebServices=PT_BOOLEAN,0x0274
    ;

    AutoArchivePSTPath=PT_STRING8,0x0324
    ;    -- A string representing the path to the autoArchive file.

    PlaySoundWhenNewMail=PT_BOOLEAN,0x023E,Outlook\Preferences,PlaySound
    ;    -- A boolean value indicating whether or not to play a sound when new mail arrives

    ChangePointerOnNewMail=PT_BOOLEAN,0x023F,Outlook\Preferences,ChangePointer
    ;    -- A boolean value indicating whether or not to change the mouse cursor on new mail

    NotifyWithDialogOnNewMail=PT_BOOLEAN,0x0240,Outlook\Preferences,Notification
    ;    -- A boolean value indicating whether or not to show a dialog when new mail arrives.

    DefaultFolderOnOpen=PT_STRING8,0x0336
    ;    -- Folder to show on open
    ;    Possible values are shown below:
    ;    IPF.TodaysOutlook - Outlook Today
    ;    IPF.Note - Inbox
    ;    IPF.Appointment - Calendar

    ; ************************************************************************
    ; Microsoft Exchange Server service definitions.

    [Microsoft Exchange Server]
    ServiceName=MSEMS
    MDBGUID=5494A1C0297F101BA58708002B2A2517

    MailboxName=PT_STRING8,0x6607
    ;    -- The name of the user's Exchange Server Mailbox

    HomeServer=PT_STRING8,0x6608
    ;    -- The name of the Microsoft Exchange Server the user should
    ;    connect to.  You can specify any Microsoft Exchange Server
    ;    in your site, and the correct Home Server will be assigned
    ;    when the user first logs on.

    OfflineFolderPath=PT_STRING8,0x6610
    ;       -- The path to the Offline Store File that contains
    ;       local replicas of the user's Mailbox and Favorites.
    ;       If you do not specify a value, no Offline Store will
    ;       be created.  If you specify a path, an Offline Store
    ;       will be created and the Inbox, Outbox, Deleted Items,
    ;       and Sent Items folders will be replicated to it.

    OfflineAddressBookPath=PT_STRING8,0x660E
    ;    -- The path to the directory to store offline address
    ;    book files in.

    EncryptionConfigFlags=PT_LONG,0x6606

    ;Encryption
    ExchangeConfigFlags=PT_LONG,0x6601
    ;       -- Flags that control behavior when connecting to the Exchange
    ;       Server.
    ;       The following values are possible:
    ;       VALUE           RESULT
    ;       4               Normal
    ;       6               Ask whether to connect or work offline at startup.
    ;       12              Allow clients to be authenticated via the Internet
    ;       14              Combination of 6 and 12.

    ConversionProhibited=PT_BOOLEAN,0x3A03
    ;       -- A boolean value indicating whether NEWPROF should
    ;       attempt to resolve the Exchange mailbox name at run time.
    ;       If set to TRUE, NEWPROF will copy the name to the profile
    ;       without resolving it.
    ;       If FALSE, the name will be resolved. Invalid server or
    ;       mailbox name will not be copied to the profile.

    UseExistingConnection=PT_BOOLEAN,0x6717
    ;       -- A boolean value indicating whether NEWPROF should
    ;       attempt to resolve the Exchange mailbox name at run time.
    ;       If set to TRUE, NEWPROF will copy the name to the profile
    ;       without resolving it.
    ;       If FALSE, the name will be resolved. Invalid server or
    ;       mailbox name will not be copied to the profile.

    ; ************************************************************************
    ; Microsoft Mail service definitions.

    [Microsoft Mail]
    ServiceName=MSFS

    ;      --  The path to the users post office.  Mapped network drives, UNC and NETWARE paths
    ;          are acceptable.  NETWARE paths of the type NWServer/share:dir\dir1 are converted to
    ;          UNC paths of the type \\NWServer\share\dir\dir1.

    ServerPath=PT_STRING8,0x6600

    ;      --  The users mailbox name.  eg. in a NET/PO/USER address,
    ;          this is USER.  The maximum mailbox name is 10 characters.

    Mailbox=PT_STRING8,0x6601

    ;      --  The users mailbox password.  The maximum password is 8 characters.

    Password=PT_STRING8,0x67f0

    ;      --  A boolean value indicating whether the users password is
    ;          to be remembered in the profile or not.  This is useful because
    ;          if the password is remembered the user can bypass the logon prompt
    ;          if his server path, mailbox name and password are all supplied.

    RememberPassword=PT_BOOLEAN,0x6606

    ;      --  The connection type.  This may be one of CFG_CONN_AUTO, CFG_CONN_LAN,
    ;          CFG_CONN_REMOTE, CFG_CONN_OFFLINE as defined below.
    ;
    ;          0x0         --  LAN type connection.  Used to connect to the post office using a
    ;                          UNC path or pre-existing mapped drive.
    ;          0x1         --  Dial up connection using Dial-up Networking.
    ;          0x2         --  Not connected.
    ;          0x3         --  Automatically detect whether the connection type is LAN or REMOTE.
    ;                          This connection type is only available on Win95.

    ConnectionType=PT_LONG,0x6603

    ;      --  A boolean value indicating whether session logging
    ;          is on or off.

    UseSessionLog=PT_BOOLEAN,0x6604

    ;      --  The path to the session log file.

    SessionLogPath=PT_STRING8,0x6605

    ;      --  A boolean value which indicates whether mail in the outbox
    ;          is sent.

    EnableUpload=PT_BOOLEAN,0x6620

    ;      --  A boolean value which indicates whether mail in the server
    ;          mailbag is downloaded.

    EnableDownload=PT_BOOLEAN,0x6621

    ;      --  A bit array which allows the user to indicate which addresses
    ;          for which the transport is to attempt delivery.  This is useful
    ;          in order to allow a user to specify that a transport only handle
    ;          delivery for a subset of the addresses it can really process.
    ;          When multiple transports are installed and the user wants a
    ;          different transport to handle some specific address types they
    ;          can use this bit array to specify that the MSMAIL transport
    ;          only handle a specific set of addresses.
    ;
    ;          Possible values as defined below include:
    ;
    ;          0x00000001      --  Local Post Office and External Post Office address types
    ;          0x00000002      --  PROFS address types
    ;          0x00000004      --  SNADS address types
    ;          0x00000008      --  MCI address types
    ;          0x00000010      --  X.400 address types
    ;          0x00000040      --  FAX address types
    ;          0x00000080      --  MHS address types
    ;          0x00000100      --  SMTP address types
    ;          0x00000800      --  OfficeVision address types
    ;          0x00001000      --  MacMail address types
    ;          0x000019df      --  All of the above address types

    UploadMask=PT_LONG,0x6622

    ;      --  A boolean value which indicates whether a netbios notification
    ;          is sent to a recipients transport when mail is delivered to
    ;          their server inbox.

    NetBiosNotification=PT_BOOLEAN,0x6623

    ;      --  The polling interval in minutes when the transport
    ;          checks for new mail.  1 <=polling interval <= 9999

    NewMailPollInterval=PT_STRING8,0x6624

    ;      --  A boolean value which, if TRUE, only displays the Microsoft Mail Global Address
    ;          list for name selection.  The Postoffice list, external post office lists, and gateway
    ;          address lists are not shown.

    DisplayGalOnly=PT_BOOLEAN,0x6625

    ;      --  A boolean value which indicates whether the user wants to enable
    ;          headers while working on the LAN.  Headers mode allows the user
    ;          to download message headers and selectively choose which mail
    ;          to download.

    UseHeadersOnLAN=PT_BOOLEAN,0x6630

    ;      --  A boolean value which indicates whether the user wants to use
    ;          name resolution based on a local copy of the server address book
    ;          rather than the server address book itself.

    UseLocalAdressBookOnLAN=PT_BOOLEAN,0x6631

    ;      --  A boolean value which indicates whether EXTERNAL.EXE, a server process, should be used
    ;          to deliver submitted mail messages.  This is sometimes useful when mail is running
    ;          on a slow LAN connection.

    UseExternalToHelpDeliverOnLAN=PT_BOOLEAN,0x6632


    ;      --  A boolean value which indicates whether the user wants to enable
    ;          headers while working over a slow speed link.  Headers mode
    ;          allows the user to download message headers and selectively
    ;          choose which mail to download.

    UseHeadersOnRAS=PT_BOOLEAN,0x6640

    ;      --  A boolean value which indicates whether the user wants to use
    ;          name resolution based on a local copy of the server address book
    ;          rather than the server address book itself.

    UseLocalAdressBookOnRAS=PT_BOOLEAN,0x6641

    ;      --  A boolean value which indicates whether EXTERNAL.EXE, a server process, should be used
    ;          to deliver submitted mail messages.  This speeds up message delivery when mail is
    ;          running on a Dial-up network connection.

    UseExternalToHelpDeliverOnRAS=PT_BOOLEAN,0x6639

    ;      --  A boolean value which indicates that a Dial-up Network connection should
    ;          be established when the transport provider starts up.

    ConnectOnStartup=PT_BOOLEAN,0x6642

    ;      --  A boolean value which indicates that a Dial-up Network connection should
    ;          be automatically terminated when headers are finished downloading.

    DisconnectAfterRetrieveHeaders=PT_BOOLEAN,0x6643

    ;      --  A boolean value which indicates that a Dial-up Network connection should
    ;          be automatically terminated after mail has finished being sent
    ;          received.

    DisconnectAfterRetrieveMail=PT_BOOLEAN,0x6644

    ;      --  A boolean value which indicates that a Dial-up Network connection should
    ;          be automatically terminated when the provider is exited.

    DisconnectOnExit=PT_BOOLEAN,0x6645

    ;      --  The name of the Dial-up Network profile that the transport will use by
    ;          default to attempt the connection.

    DefaultDialupConnectionName=PT_STRING8,0x6646

    ;      --  Number of times to attempt dial for connection.
    ;          1 <=retry attempts <= 9999

    DialupRetryCount=PT_STRING8,0x6648

    ;      --  Delay between retry attempts in seconds.
    ;          30 <=retry delay <= 9999

    DialupRetryDelay=PT_STRING8,0x6649


    ; ************************************************************************
    ; Personal Folders service definitions.

    [Personal Folders]
    ServiceName=MSPST MS

    ;      --  Path to personal folders.

    PathToPersonalFolders=PT_STRING8,0x6700

    ;      --  A boolean value that determines if the personal folders password
    ;          should be cached.

    RememberPassword=PT_BOOLEAN,0x6701

    ;      --  A value that designates the type of encryption that is used to
    ;          compress the data in the PST:
    ;
    ;          No Encryption              0x80000000
    ;          Compressable Encryption    0x40000000
    ;          Best Encryption            0x20000000

    EncryptionType=PT_LONG,0x6702

    ;      --  PST password.

    Password=PT_STRING8,0x6703

    ; ************************************************************************
    ; Personal Address Book service definitions.

    [Personal Address Book]
    ServiceName=MSPST AB

    ;      --  Path to personal address book.

    PathToPersonalAddressBook=PT_STRING8,0x6600

    ;      --  Determines if PAB entries are first, last, or last, first.
    ;      
    ;          first last                0
    ;          last, first               1

    ViewOrder=PT_LONG,0x6601

    ; ************************************************************************
    ; Outlook Address Book service definitions.

    [Outlook Address Book]
    ServiceName=CONTAB
    Ben=PT_STRING8,0x6700
    ;      --  Dummy property.  Do not modify.

    ; ************************************************************************
    ; Outlook Client RAS definitions by Imanami Corporation

    [Dialup Networking]
    SectionGUID=5acf76a3665511cea39a00aa004acafa
    DialConnection=PT_BOOLEAN,0x6717
    ;       -- A boolean value indicating whether to dial the Exchange
    ;       server or use the existing connection.
    ;       If set to TRUE, Outlook will dial using the RAS profile choosen.
    ;       If FALSE, Outlook will use the existing connection.
    DomainName=PT_STRING8,0x67f0
    Password=PT_BINARY,0x67f1
    UserName=PT_STRING8,0x67f2
    ConnectionName=PT_STRING8,0x6710

    [Internet E-mail]
    ServiceName=IMAIL
    ; When creating an Internet E-Mail service, both AccountName and
    ; LongAccountName MUST BE specified!

    Account_Name=PT_STRING8,0x661f
    ; This should be exactly the same as the I_Mail AccountName
    ; property.

    LongAccountName=PT_STRING8,0x3001
    ; This should be the "Internet E-mail - " + the AccountName
    ; property. For example, if AccountName="foo", then this
    ; should be "Internet E-mail - foo".

    ;AccountName=PT_STRING8,0x1235
    ; The name of the account that appears in the Account List.

    ConnectionType=PT_DWORD,0x1239
    ; 0 = Connect using local area network (LAN).
    ; 1 = Connect using Internet Explorer's or a 3rd party dialer.
    ; 2 = Connect using modem and the Dial-up Networking connection

    Connectoid=PT_STRING8,0x123A
    POP3_Server=PT_STRING8,0x13C4
    ; Specifies the name of the POP3 server used for incoming messages.

    POP3_User=PT_STRING8,0x0000
    Email=PT_STRING8,0x0000
    Display_Name=PT_STRING8,0x0000

    POP3UseSicily=PT_BOOLEAN,0x13C8
    ; Set to 1 if you want to use Secure Password Authentication to logon
    ; to the POP3 server.

    POP3LogonName=PT_STRING8,0x13C5
    ; If POP3UseSicily is turned on, this sets the name used to logon
    ; to the POP3 server.

    POP3_Port=PT_DWORD,0x13C9
    ; Specfies the port number used to connect to the POP3 server.

    POP3SSL=PT_BOOLEAN,0x13CA
    ; Set to 1 to use the SSL (Secure Sockets Layer) security protocal to
    ; connect to the POP3 server.

    POP3TimeOut=PT_DWORD,0x13CB
    ; Specifies how long to wait for a response for the server before
    ; stopping to attempt to send or receive messages. Possible values:
    ; 30 = 30 seconds
    ; 60 = 1 minute
    ; 90 = 1 minute 30 seconds
    ; 120 = 2 minutes
    ; 150 = 2 minutes 30 seconds
    ; 180 = 3 minutes
    ; 210 = 3 minutes 30 seconds
    ; 240 = 4 minutes
    ; 270 = 4 minutes 30 seconds
    ; 300 = 5 minutes

    POP3LeaveOnServer=PT_BOOLEAN,0x13CC
    ; Set to 1 to store a copy of all sent and received messages on the
    ; POP3 server.

    POP3RemoveExpired=PT_BOOLEAN,0x13CE
    ; If POP3LeaveOnServer is turned on, set to 1 to delete messages on
    ; the server after a specific number of days (see also
    ; POP3ExpireDays).

    POP3ExpireDays=PT_DWORD,0x13CF
    ; If POP3LeaveOnServer and POP3RemoveExpired are turned on, sets
    ; the number of days after which messages left on the server will
    ; be deleted.

    POP3RemoveDeleted=PT_BOOLEAN,0x13CD
    ; This property is only supported on Outlook 98 (8.5)or higher! If
    ; you try to use it on Outlook 97 (8.0x) the account will not be
    ; created.
    ; If POP3LeaveOnServer is turned on, set to 1 to delete a message
    ; from the server when the message is deleted from the Deleted
    ; Items folder on the local machine.

    SMTP_Server=PT_STRING8,0x1428
    ; Specifies the name of the SMTP server used for outcoming messages.

    SMTPUseSicily=PT_DWORD,0x142C
    ; Values:
    ; 0 = No server authentication required.
    ; 1 = Use Secure Password Authentication, or set SMTP server logon
    ; name using SMTPLogonName.

    SMTPLogonName=PT_STRING8,0x1429
    ; If SMTPUseSicily is set to 1, this sets the name used to logon to
    ; the SMTP server.

    SMTPPort=PT_DWORD,0x142D
    ; Specfies the port number used to connect to the SMTP server.

    SMTPSSL=PT_BOOLEAN,0x142E
    ; Set to 1 to use the SSL (Secure Sockets Layer) security protocal to
    ; connect to the SMTP server.

    SMTPTimeOut=PT_DWORD,0x142F
    ; Specifies how long to wait for a response for the server before
    ; stopping to attempt to send or receive mail messages. Values are
    ; the same as POP3TimeOut.

    SMTPDisplayName=PT_STRING8,0x1430
    ; Specifies the "friendly" name associated with the email address.

    SMTPOrgName=PT_STRING8,0x1431
    ; Specifies the group or organization.

    SMTPEmailAddress=PT_STRING8,0x1432
    ; Specifies the email address. Must be in the format name@company

    SMTPReplyAddress=PT_STRING8,0x1433
    ; Specifies that replies to outgoing email should be sent to this
    ; email address.

    SMTPSplitMessages=PT_BOOLEAN,0x1434
    ; This property is only supported on Outlook 98 (8.5) or higher! If
    ; you try to use it on Outlook 97 (8.0x) the account will not be
    ; created.
    ; Set to 1 to break up outgoing messages, so that each message is
    ; smaller than the file size indicated by SMTPSplitSize.

    SMTPSplitSize=PT_DWORD,0x1435
    ; The maximum size, in KB, of a piece of a split message.

    [IMAP E-mail]
    ServiceName=IMAP
    Account_Name=PT_STRING8,0x661f
    IMAP_Server=PT_STRING8,0x13C4
    IMAP_User=PT_STRING8,0x0000
    Email=PT_STRING8,0x0000
    Display_Name=PT_STRING8,0x0000
    SMTP_Server=PT_STRING8,0x1428

    [Service5]
    PathToPersonalAddressBook=%PROFILE%\Outlook\%USERNAME%.pab
    ViewOrder=1

    [Service6]
    PathToPersonalFolders=%PROFILE%\Outlook\%USERNAME%.pst

    [IMAPService1]
    Account_Name=test Voyager
    Email=test@test.net
    IMAP_User=test
    Display_Name=test Voyager
    IMAP_Server=192.168.1.210
    SMTP_Server=192.168.1.210

    [Signature]
    Name=My Signature
    Line1=E-Mail messages to test may be monitored or disclosed pursuant to company policy.

  •  06-06-2008, 1:58 PM 643 in reply to 641

    Re: IMAP Configuration Switch

    OProfile implements the IMAP settings outside the PRF file.  This means the program only supports the following settings:

    "Account_Name"

    "Email"

    "IMAP_User"

    "Display_Name"

    "IMAP_Server"

    "SMTP_Server"

     None of these will check that box for you.  This functionality would have to be added to the product and the product has been discontinued.  Sorry.

View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems