Can not send and receive message

Discussion in 'Installation/Configuration' started by iovo, Oct 24, 2006.

  1. iovo

    iovo New Member

    Hello,
    i need some help about postfix.
    I've been instaled ISPConfid and everythyng is ok but mail.
    Can you tell me what changes on main.cf have to do.
    here is my main.cf
    I can't receive messages. I've send, but not receive

    Thank You!

    myhostname = localhost
    inet_interfaces = 127.0.0.1 ::1
    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
    program_directory = /usr/lib/postfix
    inet_interfaces = 127.0.0.1 ::1
    masquerade_domains =
    mydestination = $myhostname, localhost.$mydomain
    defer_transports =
    disable_dns_lookups = no
    relayhost =
    mailbox_command =
    mailbox_transport =
    smtpd_sender_restrictions = hash:/etc/postfix/access
    #relay_domains = $virtual_alias_domains
    #smtpd_helo_required = no
    #smtpd_helo_restrictions =
    strict_rfc821_envelopes = no
    smtp_sasl_auth_enable = no
    smtpd_sasl_auth_enable = no
    smtpd_use_tls = no
    smtp_use_tls = no
    alias_maps = hash:/etc/aliases
    mailbox_size_limit = 0
    message_size_limit = 10240000
    maps_rbl_reject_code = 571
    relay_domains_reject_code = 572
    reject_code = 575
    smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
    mynetworks = 127.0.0.1, 88.198.17.103, /etc/postfix/relay-ip
    home_mailbox = Maildir/
    inet_protocols = all
    strict_8bitmime = no
    disable_mime_output_conversion = no
    smtpd_client_restrictions =
    smtpd_helo_required = no
    smtpd_helo_restrictions =
     
    Last edited: Oct 24, 2006
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which messages or errors do you get in your mail logfile?
     

Share This Page