simple mail server

Discussion in 'Server Operation' started by allensim81, Mar 3, 2009.

  1. allensim81

    allensim81 New Member

    Hi,
    I am trying to set up a simple mail server and using firefox to do the testing on sending and receiving the mail.

    I can send out the mail, But i cant receive the mail.
    Belowed is the error that i found in /var/log/maillog.
    from=<[email protected]>, size=431, class=0, nrcpts=1,
    msgid=<[email protected]>, proto=ESMTP, daemon=MTA,
    relay=[10.17.32.172]
    Mar 3 12:39:14 quarantine mimedefang.pl[2615]:
    MDLOG,n234d3aJ004046,spam,3.188,10.17.32.172,<[email protected]>,<[email protected]>,Lunch
    at Swinburne University Later
    Mar 3 12:39:14 quarantine sendmail[4046]: n234d3aJ004046: Milter
    change (add): header: X-Spam-Score: 3.188 (***) AWL,RDNS_NONE,SPF_FAIL
    Mar 3 12:39:14 quarantine sendmail[4046]: n234d3aJ004046: Milter
    change (add): header: X-Spam-Report: Content analysis details: (3.2
    points, 5.0 required)\n\t pts rule name
    description\n\t---- ----------------------
    --------------------------------------------------\n\t 1.0 SPF_FAIL
    SPF: sender does not match SPF record (fail)\n\t[SPF
    failed: Please see
    http://www.openspf.org/[email protected]&ip=10.17.32.172&receiver=quarantine]\n\t
    0.1 RDNS_NONE Delivered to trusted network by a host with
    no rDNS\n\t 2.1 AWL AWL: From: address is in the
    auto white-list.
    Mar 3 12:39:14 quarantine sendmail[4046]: n234d3aJ004046: Milter add:
    header: X-Scanned-By: MIMEDefang 2.64 on 10.17.32.143
    Mar 3 12:39:14 quarantine sendmail[4052]: n234d3aJ004046:
    SYSERR(root): [10.17.32.143] config error: mail loops back to me (MX
    problem?)
    Mar 3 12:39:14 quarantine sendmail[4053]: n234dE3v004053: abc.com
    [10.17.32.143] did not issue MAIL/EXPN/VRFY/ETRN during connection to
    MTA
    Mar 3 12:39:14 quarantine sendmail[4052]: n234d3aJ004046:
    to=<[email protected]>, delay=00:00:09, xdelay=00:00:00, mailer=smtp,
    pri=120431, relay=[10.17.32.143] [10.17.32.143], dsn=5.3.5, stat=Local
    configuration error
    Mar 3 12:39:14 quarantine sendmail[4052]: n234d3aJ004046:
    n234dEaJ004052: DSN: Local configuration error
    Mar 3 12:39:14 quarantine sendmail[4052]: n234dEaJ004052:
    to=<[email protected]>, delay=00:00:00, xdelay=00:00:00, mailer=smtp,
    pri=60000, relay=[10.17.32.143], dsn=5.3.5, stat=Local configuration
    error
    Mar 3 12:39:14 quarantine sendmail[4052]: n234dEaJ004052: to=root,
    delay=00:00:00, xdelay=00:00:00, mailer=local, pri=60000, dsn=2.0.0,
    stat=Sent
    Mar 3 12:39:14 quarantine sendmail[4052]: n234dEaJ004052:
    n234dEaK004052: return to sender: Local configuration error
    Mar 3 12:39:14 quarantine sendmail[4052]: n234dEaK004052: to=root,
    delay=00:00:00, xdelay=00:00:00, mailer=local, pri=30000, dsn=2.0.0,
    stat=Sent

    Can anyone help me on ths??
    DSN: Local configuration error - what error is that?
     
  2. topdog

    topdog Active Member

    This means your MX record is pointing to that machine but the machine is not configured to accept mail for the domain. you need to add your domain name to mydestinations.
     
  3. allensim81

    allensim81 New Member

    Hi topdog,
    where to find mydestinations?
    is it /etc/mail/mailertable ? or /etc/mail access?
     
  4. topdog

    topdog Active Member

    sorry i thought you are using postfix with sendmail you need to add your domain name to /etc/mail/local-host-names
     

Share This Page