Skip to content

General

Influence Axigen’s future product evolution — get early access to new features mockups, prototypes, and early previews and tell us your opinion. Join our product community newsletter

4 results found

  1. Remote ip-Support through a Proxy

    I access my webmail through an Apache web-proxy. and the requesting IP in the log file is set to a local address.

    Here's an example entry:
    Code:

    08-04-2016 17:26:05 2016-04-08 17:26:05 +0200 02 servername WEBMAIL:0003397B: Authentication error for user 'user@mydomain.de': Invalid password from 127.0.0.1

    My Apache Virtual-Host:
    Code:

    <VirtualHost mail.mydomain.de:80>
    ServerName mail.mydomain.de
    ProxyPreserveHost On
    ProxyRequests Off
    ProxyVia Off
    RemoteIPHeader X-Forwarded-For
    RemoteIPInternalProxy 127.0.0.0/8
    RewriteEngine On
    RewriteRule ^/(.*) http://127.0.0.1:8080/$1 [P]
    RequestHeader set X-Forwarded-For on
    </VirtualHost>

    I want to add a Fail2Ban routine on my failed logon attemps, but I can not block an unwanted IP in cause of the local…

    77 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Support for X-Forwarded-For is available starting with Axigen 10.3.3.3.

    On another note, Proxy Protocol support will be also added in Axigen X4 (although it’s debatable whether or not it’s part of the scope of this feature request).

  2. Set Expiration Date

    Having this feature to set a date for some clients needed.
    For examples universities assign an account to their students, but they want to this account being expire after 4 years, automatically.
    After expire date the account should being restricted or disabled.

    86 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  5 comments  ·  Administration  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Integrate with CSF or Fail2ban

    For easy and secure admin I think it is good to implement that.

    24 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. implement parameter to turn off login via alias

    At the moment you can log in via the web frontend or SMTP/IMAP using an email alias you have set up.
    So for example if you have a user with the email user@domain.com and set up an account alias in the admin console like alias@domain.com you can now login at the web frontend or SMTP/IMAP with the user "alias" and the password of the user "user".

    This poses a security risk as I need to add in the alias "root" to receive some emails and I already had a few hacker attempts to login with the user root to SMTP.…

    12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    This option will be available via CLI starting with Axigen X2 Update 2 (10.2.2), planned for the end of November, 2018.

    Please note that for now the option will NOT be available when performing LDAP authentication.

  • Don't see your idea?

Feedback and Knowledge Base