Postfix postqueue Error

Discussion in 'Server Operation' started by shakulhameed, Dec 12, 2012.

  1. shakulhameed

    shakulhameed New Member

    While sending message am getting a error in the postfix ..(lost connection with smtpout.secureserver.net[173.201.192.229] while receiving the initial server greeting).

    Am email server is hosted in godaddy

    my main.cf

    alias_maps =
    # always_bcc = [email protected]
    biff = no
    broken_sasl_auth_clients = yes
    canonical_maps = hash:/etc/postfix/canonical
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = amavis:[127.0.0.1]:10024
    daemon_directory = /usr/lib/postfix
    debug_peer_level = 2
    defer_transports =
    disable_dns_lookups = no
    disable_mime_output_conversion = no
    dovecot_destination_recipient_limit = 1
    fax_destination_recipient_limit =1
    html_directory = /usr/share/doc/packages/postfix/html
    inet_interfaces = all
    inet_protocols = all
    local_recipient_maps =
    mail_owner = postfix
    mail_spool_directory = /var/mail
    mailbox_command =
    mailbox_size_limit = 0
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    masquerade_classes = envelope_sender, header_sender, header_recipient
    masquerade_domains =
    masquerade_exceptions = root
    message_size_limit = 20480000
    mydestination = localhost.localdomain
    mydomain = cfsme.com
    myhostname = mail-ho.cfsme.com
    myorigin = cfsme.com
    mynetworks = 127.0.0.0/8, 192.168.50.0/24
    newaliases_path = /usr/bin/newaliases
    queue_directory = /var/spool/postfix
    readme_directory = /usr/share/doc/packages/postfix/README_FILES
    relayhost = [smtpout.secureserver.net]
    relocated_maps = hash:/etc/postfix/relocated
    sample_directory = /usr/share/doc/packages/postfix/samples
    sender_canonical_maps = hash:/etc/postfix/sender_canonical
    sendmail_path = /usr/sbin/sendmail
    setgid_group = maildrop
    smtp_sasl_auth_enable = yes
    smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
    smtp_sasl_security_options =
    smtp_sender_dependent_authentication = yes
    smtp_use_tls = no
    smtpd_banner = $myhostname ESMTP ### NO SPAM Please!
    smtpd_client_restrictions =
    smtpd_helo_required = no
    smtpd_helo_restrictions =
    smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
    smtpd_sasl_auth_enable = yes
    smtpd_sender_restrictions = hash:/etc/postfix/access
    smtpd_use_tls = no
    smtpd_sasl_local_domain =
    smtpd_sasl_security_options = noanonymous
    smtpd_sasl_type = dovecot
    "main.cf" 70L, 2523C
     
  2. falko

    falko Super Moderator Howtoforge Staff

Share This Page