Hello,
Is SMTP auth on when installing IspCP Omega? I mean should it work directly or do i have to change something in mian.cf?
I commented out this:
Quote:# SASL paramters
smtpd_sasl_auth_enable       = yes
smtpd_sasl_security_options  = noanonymous
smtpd_sasl_local_domain      =
broken_sasl_auth_clients     = yes
smtpd_helo_required          = yes
smtpd_helo_restrictions      = permit_mynetworks,
                               permit_sasl_authenticated,
#                               reject_invalid_helo_hostname,
#                               reject_non_fqdn_helo_hostname
smtpd_sender_restrictions    = reject_non_fqdn_sender,
                               reject_unknown_sender_domain,
                               permit_mynetworks,
                               permit_sasl_authenticated
smtpd_recipient_restrictions = reject_non_fqdn_recipient,
                               reject_unknown_recipient_domain,
                               permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_unauth_destination,
                               reject_unlisted_recipient,
                               #check_policy_service inet:127.0.0.1:12525,
                               #check_policy_service inet:127.0.0.1:60000,
                               permit
smtpd_data_restrictions      = reject_multi_recipient_bounce,
                               reject_unauth_pipelining
All i get when sending a mail from Outlook 2010 is 
ServerError: 554 5.7.1 <some@gmail.com>: Relay access denied
I also changed
START=no to 
START=yes
in /etc/default/saslauthd
What more do i have to do?
Do i have to uncomment -o smtpd_sasl_auth_enable=yes master.cf?
Quote:# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp      inet  n       -       -       -       -       smtpd
#       -o receive_override_options=no_address_mappings                         # Uncomment this line, when unsing AMaViS
#submission inet n       -       -       -       -       smtpd
#  -o smtpd_enforce_tls=yes
#  -o smtpd_sasl_auth_enable=yes
#  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps     inet  n       -       -       -       -       smtpd
#  -o smtpd_tls_wrappermode=yes
#  -o smtpd_sasl_auth_enable=yes
#  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# For AOL-Accounts
587       inet  n       -       -       -       -       smtpd
        -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination