Announcement

Collapse
No announcement yet.

Postfix/smtp Errors

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Postfix/smtp Errors

    Hi im getting the following error - looks like a policy thing.. Anyone have any ideas?

    Mar 31 11:02:11 Wutang postfix/qmgr[23440]: 57F91180A0A: from=<trent.murray@guardianit.com.au>, size=932, nrcpt=1 (queue active)
    Mar 31 11:02:11 Wutang postfix/qmgr[23440]: E7FAE180A06: from=<trent@guardians.com.au>, size=912, nrcpt=1 (queue active)
    Mar 31 11:02:11 Wutang postfix/smtp[25536]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
    Mar 31 11:02:11 Wutang postfix/smtp[25537]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
    Mar 31 11:02:11 Wutang postfix/smtp[25537]: E7FAE180A06: to=<trent.murr@gmail.com>, relay=none, delay=949, delays=949/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)
    Mar 31 11:02:11 Wutang postfix/smtp[25536]: 57F91180A0A: to=<belindalm@gmail.com>, relay=none, delay=2345, delays=2345/0.01/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)

  • #2
    okay i have solved it:

    1. procmail was not installed so i $sudo aptitude install procmail

    2. edited /etc/hosts and added my domain name:
    127.0.0.1 guardian.com.au

    3. amavisd was complaining of no FQDN (i dont know why?) so i edited /etc/amavis/conf.d/05-node_id

    $myhostname = "guardian.com.au";

    then reinstalled it

    $sudo apt-get install amavisd-new


    I have a feeling that some of these steps are bad practice but i dont know why - i would appreciate some feedback and maybe some links to read.

    Now the only thing i cant seem to get working is fetchmail emails to appear in users accounts. Currently fetchmail has recieved many emails but they are not visible in the users mailboxes.

    Onward and upward.... OX rocks!
    Last edited by Guest; 03-31-2008, 10:01 AM.

    Comment

    Working...
    X