Postfix - E-Mails Vanishing!

Discussion in 'Installation/Configuration' started by medoix, Dec 30, 2006.

  1. medoix

    medoix New Member

    Hey everyone just installed ISPConfig and everything is working except my emails.

    when i create an email alias in the control panel it adds the file USERNAME to /var/mail/USERNAME but dose not add a Maildir folder to /var/www/web1/ i am not entirely sure if it is supposed to so just letting you know.

    But when i send emails to [email protected] they just go no where lol, i don't get a reject email or anything not even if i send an email to a fake [email protected]

    But even if i send an email to [email protected] the USERNAME file in /var/mail stays empty. So i don't know where the info is going...

    My Postfix Main.cf
    Code:
    readme_directory = /usr/share/doc/packages/postfix/README_FILES
    biff = no
    mail_spool_directory = /var/mail
    canonical_maps = hash:/etc/postfix/canonical
    #virtual_maps = hash:/etc/postfix/virtual
    relocated_maps = hash:/etc/postfix/relocated
    transport_maps = hash:/etc/postfix/transport
    sender_canonical_maps = hash:/etc/postfix/sender_canonical
    masquerade_exceptions = root
    masquerade_classes = envelope_sender, header_sender, header_recipient
    myhostname = xeon.$mydomain
    program_directory = /usr/lib/postfix
    inet_interfaces = all
    masquerade_domains =
    #mydestination = $myhostname, localhost.$mydomain
    defer_transports =
    disable_dns_lookups = no
    relayhost =
    mailbox_command =
    mailbox_transport =
    smtpd_sender_restrictions = hash:/etc/postfix/access
    smtpd_sender_restrictions = reject_unknown_address, reject_unknown_address
    smtpd_client_restrictions =
    smtpd_client_restrictions = hash:/etc/postfix/access, reject_maps_rbl
    smtpd_client_restrictions = permit_mynetworks, reject_unknown_client
    smtpd_helo_required = yes
    smtpd_delay_reject = yes
    smtpd_helo_restrictions = permit_mynetworks, check_helo_access hash:/etc/postfix/access, reject_invalid_hostname, permit
    strict_rfc821_envelopes = no
    smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_relay_domains
    smtp_sasl_auth_enable = no
    smtpd_sasl_auth_enable = yes
    smtpd_use_tls = yes
    smtp_use_tls = yes
    alias_maps = hash:/etc/aliases
    mailbox_size_limit = 0
    message_size_limit = 10240000
    mydomain = nitcom.com.au
    smtpd_sasl_local_domain =
    smtpd_sasl_security_options = noanonymous
    broken_sasl_auth_clients = yes
    smtpd_tls_auth_only = no
    smtp_tls_note_starttls_offer = yes
    smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
    smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
    smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
    smtpd_tls_loglevel = 1
    smtpd_tls_received_header = yes
    smtpd_tls_session_cache_timeout = 3600s
    tls_random_source = dev:/dev/urandom
    home_mailbox = Maildir/
    
    virtual_maps = hash:/etc/postfix/virtusertable
    
    mydestination = /etc/postfix/local-host-names
    
    Any help or de-bugging tips would be GREATLY appreciated.
     
    Last edited: Dec 30, 2006
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you enabled the maildir checkbox in ISPConfig under management > server > settings?

    Do you have a website nitcom.com.au on this server that has a catchall email address? Are the emails maybe sent to this catchall address?

    Which messages do you get in the mail log when you sent a email that seems to disappear?
     

Share This Page