Did someone have ...

Discussion in 'Tips/Tricks/Mods' started by kaliszakpl, Mar 26, 2008.

  1. kaliszakpl

    kaliszakpl New Member

    HI i yust thing Did someone have ... some script for
    ISPConfig to generate automaci files *.reg for user who have mailbox
    for example to create:

    for Outlook Express create reg:

    with keys:
    HKEY_CURRENT_USER\Softwa-re\Microsoft\Internet Account Manager\Accounts
    and
    HKEY_CUR-RENT_USER\Identities,


    for Microsoft Outlook create reg:
    HKEY_CURRENT_USER\ Software\Microsoft\Office\Outlook\ OMI Account Manager\Accounts

    HKEY_CURRENT_USER\Software\Microsoft\Windows NT\Current Version\Windows Messaging Subsystem\Profiles

    Someone :rolleyes: thinking about this ?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the purpose of these files?
     
  3. jnsc

    jnsc rotaredoM Moderator

    If I understood it correctly it's in order for to download and execute a file which will configure automatically Outlook/Outlook Express. So the user will not have to deal with Mail Client configuration.

    But I am maybe wrong.
     
  4. kaliszakpl

    kaliszakpl New Member

    ;)

    yes it is for configure automatically MSOutlook/Outlook Express
     
  5. AcidKat

    AcidKat New Member

    if you guys figure out how to do this, let me know. some of my users wont give up on outlook no matter how many holes or big a security risk it is on their computer.
    it would be realy handy.
     
  6. kaliszakpl

    kaliszakpl New Member

    I isint a big risk of scecurity becaus ISPConfig send this rego for user mail ...
    It can be risk if that user send someone this reg
    but i thinking how to do it :)
     
  7. AcidKat

    AcidKat New Member

    i meant that outlook is a gaping hole in the customers computer
     
  8. Leszek

    Leszek Member

    DirectAdmin control panel already has this useful function.
    You can download a .reg file and configure Outlook Express with it.
    After importing/clicking it, all You have to do to use the mailbox is to enter the account's password by hand.
    Simple and usefull.
    Here's a real live example:
    Code:
    REGEDIT4
    
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts\[email protected]]
    "Account Name"="[email protected]"
    "Connection Type"=dword:00000003
    "POP3 Server"="mail.howtoforge.com"
    "SMTP Server"="mail.howtoforge.com"
    "POP3 User Name"="[email protected]"
    "SMTP User Name"=""
    "POP3 Prompt for Password"=dword:00000000
    "SMTP Prompt for Password"=dword:00000000
    "SMTP Display Name"="Howtoforge customer's name"
    "SMTP Email Address"="[email protected]"
    "POP3 Skip Account"=dword:00000000
    "SMTP Use Sicily"=dword:00000002
    "POP3 Timeout"=dword:0000003c
    "SMTP Timeout"=dword:0000003c
    "SMTP Secure Connection"=dword:00000000
    "SMTP Split Messages"=dword:00000000
    "POP3 Port"=dword:0000006e
    "SMTP Port"=dword:00000019
    
     

Share This Page