Cannot contect to mail server

Discussion in 'Server Operation' started by tommytomato, Sep 25, 2006.

  1. tommytomato

    tommytomato New Member

    I came across an error that I may of forgotten to do while reading the tutorial, I can see how easy it is to miss things.

    my error was

    my $POSTFIX_CF = "/etc/postfix/main.cf";
    my $MAILPROG = "/usr/sbin/sendmail -t";
    my $WARNPERCENT = 80;
    my @POSTMASTERS = ('[email protected]');
    my $CONAME = 'ISP.tld';
    my $COADDR = '[email protected]';
    my $SUADDR = '[email protected]';

    my $MAIL_REPORT = 1;
    my $MAIL_WARNING = 1;

    I for got to change the lines in red.

    TT
     
  2. tommytomato

    tommytomato New Member

    var/log/mail.warn

    Code:
    Oct  3 15:29:07 localhost dccproc[1358]: socket(UDP): Address family not supported by protocol
    /var/log/mail.log
    Code:
    Oct  3 15:29:04 localhost postfix/postfix-script: starting the Postfix mail system
    Oct  3 15:29:04 localhost postfix/master[1302]: daemon started -- version 2.1.5
    Oct  3 15:29:07 localhost dccproc[1358]: socket(UDP): Address family not supported by protocol
    /var/log/mail.info
    Code:
    Oct  3 15:29:04 localhost postfix/postfix-script: starting the Postfix mail system
    Oct  3 15:29:04 localhost postfix/master[1302]: daemon started -- version 2.1.5
    Oct  3 15:29:07 localhost dccproc[1358]: socket(UDP): Address family not supported by protocol
    /var/log/mail.err
    Code:
    Oct  3 15:29:07 localhost dccproc[1358]: socket(UDP): Address family not supported by protocol

    testing send mail from Outlook 1st try

    after editing a file main.cf and putting in

    Code:
    Just edit /etc/default/spamassasin and set:
    
    Code:
    ENABLED=1
    I now get the error in /var/log/mail.err

    Code:
    Oct  3 15:58:09 localhost courierpop3login: LOGIN FAILED, ip=[::ffff:192.168.1.7]
    Oct  3 15:58:24 localhost courierpop3login: LOGIN FAILED, ip=[::ffff:192.168.1.7]
    testing send mail from Outlook 2nd try

    I have to use the IP of the machine in mail settings which gives me a login box asking for username and password
    I'm using full email address as username.

    gives me this error

    I'm allmost ready to give up this is my 8th install, please any one know why this happens can explain it please.

    TT
     
    Last edited: Oct 3, 2006
  3. falko

    falko Super Moderator Howtoforge Staff

    Please don't use SSL, neither for POP3 nor for SMTP.
     
  4. tommytomato

    tommytomato New Member

    thanks for all the help falko

    we cant get it going.

    TT
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Then I suggest you do a clean re-install and try to follow the tutorial as close as possible.
     

Share This Page