Virtual Users ... Postfix, Courier And ...

Discussion in 'Installation/Configuration' started by remstedt, Nov 27, 2006.

  1. remstedt

    remstedt New Member

    ... for Debian Sarge 'Stable'

    in the "Step2 Apply Quota Patch To Postfix"
    you should run the command:

    # apt-get sources postfix

    that give me the source "postfix-2.3.x"
    but how can I instead download the source "postfix-2.1.5" for
    the binary postfix-2.1.5 as I've downloaded in previous step mention
    within the HowTo?

    Nor, I can't find any "...postfix-trash.path.gz" for postfix-2.3.x !!?

    Are here any other solution for this?
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. remstedt

    remstedt New Member

    Thanks for the "source"-site!!
    Now I do have almost everything running, could you hint on how to make
    sure that it's properly running i.e. can I send a mail to me self, send a "spam"-mail ...
    When I run the "/etc/init.d/clamav-daemon" I've got: LibClamAV Warning: *** This version of the ClamAV engine is outdated. ***
    HowTo update that one?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Please add
    Code:
    deb http://ftp2.de.debian.org/debian-volatile sarge/volatile main
    to /etc/apt/sources.list and run
    Code:
    apt-get update
    Then run
    Code:
    apt-get install clamav clamav-daemon
    That should install the newest ClamAV packages.
     
  5. remstedt

    remstedt New Member


    When trying to send a mailto my self:

    mail:~# telnet localhost 25
    Trying 127.0.0.1...
    Connected to localhost.localdomain.
    Escape character is '^]'.
    220 mail.remstedt.org ESMTP Postfix (Debian/GNU)
    helo remstedt.org
    250 mail.remstedt.org
    mail from:[email protected]
    250 Ok
    rcpt to:[email protected]
    250 Ok
    data
    354 End data with <CR><LF>.<CR><LF>
    subject:08:25
    test
    .
    250 Ok: queued as 35A454DD70
    quit
    221 Bye
    Connection closed by foreign host.
    mail:~#

    /var/log/mail.log
    Dec 2 08:22:36 mail postfix/postfix-script: stopping the Postfix mail system
    Dec 2 08:22:36 mail postfix/master[5372]: terminating on signal 15
    Dec 2 08:22:37 mail postfix/postfix-script: starting the Postfix mail system
    Dec 2 08:22:37 mail postfix/master[5595]: daemon started -- version 2.1.5
    Dec 2 08:23:35 mail postfix/smtpd[5674]: connect from localhost.localdomain[127.0.0.1]
    Dec 2 08:24:45 mail postfix/smtpd[5674]: 35A454DD70: client=localhost.localdomain[127.0.0.1]
    Dec 2 08:25:24 mail postfix/cleanup[5682]: 35A454DD70: message-id=<[email protected]>
    Dec 2 08:25:24 mail postfix/qmgr[5597]: 35A454DD70: from=<[email protected]>, size=371, nrcpt=1 (queue active)
    Dec 2 08:25:24 mail postfix/smtpd[5687]: fatal: unexpected command-line argument: bind
    Dec 2 08:25:25 mail amavis[4081]: (04081-02) mail_via_smtp: 450 4.4.1 Can't connect to 127.0.0.1 port 10025, Bad file descriptor at /usr/sbin/amavisd-new line 2912, <GEN9> line 145., id=04081-02
    Dec 2 08:25:25 mail postfix/master[5595]: warning: process /usr/lib/postfix/smtpd pid 5687 exit status 1
    Dec 2 08:25:25 mail postfix/master[5595]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
    Dec 2 08:25:25 mail amavis[4081]: (04081-02) Not-Delivered, <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, Hits: -
    Dec 2 08:25:25 mail postfix/smtp[5684]: 35A454DD70: to=<[email protected]>, relay=127.0.0.1[127.0.0.1], delay=64, status=deferred (host 127.0.0.1[127.0.0.1] said: 450 4.4.1 Can't connect to 127.0.0.1 port 10025, Bad file descriptor at /usr/sbin/amavisd-new line 2912, <GEN9> line 145., id=04081-02 (in reply to end of DATA command))
    Dec 2 08:25:31 mail postfix/smtpd[5674]: disconnect from localhost.localdomain[127.0.0.1]
     
  6. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/postfix/main.cf and /etc/postfix/master.cf?
     

Share This Page