Announcement

Collapse
No announcement yet.

default email account settings

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • default email account settings

    Hi all,
    we are using OX6:
    Version : 6.14.0 Rev6 ( 2009-12-01 11:10:02 )

    I configured the default email-account server settings with
    createuser ... --imaplogin <user> --imapserver <server> --smtpserver <server> ...
    Where <server> is an external server.

    The "server port" setting is set by default to 143 (imap) and 25 (smtp). For the deafult email-account, the user can't change this setting in the webinterface. However, we need to set the server-ports to ssl-connection.
    Is there a way to change the server-ports globally for the default email account.

    Thanks for help!

    peter

  • #2
    Hi Peter,

    you can create/change users and use this syntax for example.
    --imapserver imaps:/your-imap-server.tld:993/

    If the IMAP Server allows encryption through TLS (STARTTLS), OX will automatically use it. You can check this by sniffing the traffic.

    Greetings

    Comment


    • #3
      Hi Martin, that works!

      thanks for quick response.

      peter

      Comment

      Working...
      X