Need urgent help

Discussion in 'Server Operation' started by MiniMe, Dec 2, 2008.

  1. falko

    falko Super Moderator ISPConfig Developer

    Did you disable AppArmor?
     
  2. MiniMe

    MiniMe Member

    Remind you : you are alkting to a emailserver noob, wtf is apparmor ? :p
    And how do i check if its enabled / disabled / active or whatever ? :)
     
  3. falko

    falko Super Moderator ISPConfig Developer

  4. MiniMe

    MiniMe Member

  5. falko

    falko Super Moderator ISPConfig Developer

    Ok, what's in /etc/postfix/main.cf (please strip out the comments)?
     
  6. MiniMe

    MiniMe Member

    Code:
    alias_maps = hash:/etc/aliases
    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
    data_directory = /var/lib/postfix
    debug_peer_level = 2
    defer_transports =
    disable_dns_lookups = no
    disable_mime_output_conversion = no
    home_mailbox = Maildir/
    html_directory = /usr/share/doc/packages/postfix/html
    inet_interfaces = 78.46.206.197 localhost
    inet_protocols = all
    mail_owner = postfix
    mail_spool_directory = /var/mail
    mailbox_command =
    mailbox_size_limit = 0
    mailbox_transport =
    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 = 10240000
    mydestination = /etc/postfix/local-host-names
    mydomain = evil-hannie.eu
    myhostname = mail
    mynetworks = 127.0.0.0/8
    mynetworks_style = subnet
    myorigin = $mydomain
    newaliases_path = /usr/bin/newaliases
    queue_directory = /var/spool/postfix
    readme_directory = /usr/share/doc/packages/postfix/README_FILES
    receive_override_options = no_address_mappings
    relay_domains = $mydestination
    relayhost =
    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 = no
    smtp_tls_note_starttls_offer = yes
    smtp_use_tls = yes
    smtpd_client_restrictions =
    smtpd_helo_required = no
    smtpd_helo_restrictions =
    smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_local_domain =
    smtpd_sasl_security_options = noanonymous
    smtpd_sender_restrictions =
    smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
    smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
    smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
    smtpd_tls_loglevel = 1
    smtpd_tls_received_header = yes
    smtpd_tls_session_cache_timeout = 3600s
    smtpd_use_tls = yes
    strict_8bitmime = no
    strict_rfc821_envelopes = no
    tls_random_source = dev:/dev/urandom
    transport_maps = hash:/etc/postfix/transport
    unknown_local_recipient_reject_code = 550
    virtual_alias_domains = paulsexton.me.uk
    virtual_alias_maps = hash:/etc/postfix/virtual
    
     
  7. falko

    falko Super Moderator ISPConfig Developer

  8. MiniMe

    MiniMe Member

  9. falko

    falko Super Moderator ISPConfig Developer

    But your main.cf is looking different. For example, where's the line
    content_filter = amavis:[127.0.0.1]:10024
    coming from?
     
  10. MiniMe

    MiniMe Member

    thats just the antivirus mess to be honest...

    anything else im missing ... ?
     
  11. falko

    falko Super Moderator ISPConfig Developer

    I'd set up the system again, just following the "Perfect Server" (nothing else). Afterwards you should check if everything's working before you set up other things on the system.
     
  12. edge

    edge Active Member Moderator

    Or... Pay till or falko a small fee and they will look (and fix) your system!
     

Share This Page