Re: Problems with IMAP

From: Wilfried Essig (wedebianlsts_at_essignetz.de)
Date: 09/30/03

  • Next message: Rene Engelhard: "Re: diff arguments for building diff for dpkg-source"
    To: Debian User <debian-user@lists.debian.org>
    Date: 30 Sep 2003 22:07:21 +0200
    
    

    On Tue, 2003-09-30 at 06:02, Roberto Sanchez wrote:
    > What is giving me the problem is this:
    >
    > smtpd_recipient_restrictions = permit_mynetworks, check_sender_access
    > hash:/etc/postfix/access, permit_tls_clientcerts,
    > reject_unauth_destination, reject

    All postfix-smtpd are using this line(s) in main.cf. I think, you'll
    need different configs for smtp on port 25 and the other smtpd listening
    on port 465.
    There are at least two ways to get it. You could config a second (or
    even more) instances of postfix. The other way is to config the
    different smtpd in master.cf :

    Change your smtpd-entry for port 465 in master.cf like this :

    --
    smtps	  inet	n	-	n	-	-	smtpd 
        -o smtpd_tls_wrappermode=yes 
        -o smtpd_sasl_auth_enable=yes
        -o smtpd_client_restrictions=
        -o smtpd_helo_restrictions=
        -o smtpd_sender_restrictions=
        -o smtpd_recipient_restrictions=permit_mynetworks,reject
        -o smtpd_recipient_restrictions = permit_mynetworks, 
           check_sender_access hash:/etc/postfix/access,
           permit_tls_clientcerts, 
           reject_unauth_destination, reject
        -o smtpd_what_you_need...
    --
    Please note : 
         1. the "empty" lines like "-o local_recipient_maps=" are for    
            switching off according, but for this task unwanted, lines in
            main.cf. 
         2. Don't use the above directly : it's only an example, to show you
            syntax and possibilities. I'm using the postfix 2.0 backports
            from http://people.debian.org/~hmh . Maybe not all will work the
            same on postfix 1.x.  Have a look to your postfix doc
            (Filter_Readme?)
    Hope this will show you a direction...
    Yours,
      Wilfried Essig
    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Rene Engelhard: "Re: diff arguments for building diff for dpkg-source"

    Relevant Pages

    • Re: Automatic email relay agent?
      ... set port 587 for SMTP on the server side, then it may work with Symantec ... Generate the certificate files needed for TLS Fedora Postfix implementation: ...
      (Fedora)
    • Re: Re[2]: sendmail/postfix ports question
      ... What was going on with the port is beyond my ... >> The ports version of postfix by default installs all its configuration ... >> can do what I did and instruct postfix through its main.cfg to take the ... However, SendMail would not be installed, ...
      (freebsd-questions)
    • [Fwd: Re: Problems with Postfix port]
      ... Obviously someone needs to look in to the libspfs port and fix the problem with it. ... I ran into a problem a while back with Postfix, and that's the same answer they gave me. ... It turned out to be a problem with SPF. ... A google on this led me to a suggestion from Wietse that this ...
      (freebsd-questions)
    • [SLE] Re: Re: SuSEs default postfix config is an open relay?
      ... > a default config of postfix on a machine that has port 25 directly exposed ... > to an external connection, ...
      (SuSE)
    • Re: Fetchmail revisited
      ... > if your box is mydomain.com and is connected to the public internet, ... > you should read about the daemon listening on port 25, ... addy but although my isp does offer an smtp forwarding service I'm not ... My smtp server on my local network [postfix] is set up and delivering ...
      (alt.os.linux.suse)