[Lula] postfix weird IP address changes...

TheBlueSage tbs at bsvn.net
Tue Apr 10 15:30:16 EDT 2007


Hi folks,
        
        I guess my server is having a temper tantrum, first the
        apache-ssl
        issue, and now this.
        
        The questions is :
        how can I bind Postfix to only send out to other mail servers
        from a
        single IP address ?
        I am getting mail rejected now from AOL etc etc, and all of a
        sudden
        postfix is sending mail out on a different IP. I have multiple
        IP
        addresses on the same server, but I can't seem to get Postfix to
        pick
        one and stay with it......
        When it sends out on the 207.178.214.141 address, mail gets
        accepted by
        AOL, but now it is sending out on 207.178.217.187, a valid IP on
        my box,
        but not EVER mentioned in the postfix conf (main.cf)
        I  have posted below my main.cf file if anyone can point out my
        snafu...
        
        thanks
        
        richard
        
        
        -------------main.cf ------------------
        
        radical:/home/tbs# cat /etc/postfix/main.cf
        # See /usr/share/postfix/main.cf.dist for a commented, more
        complete
        version
        
        smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
        
        biff = no
        
        # appending .domain is the MUA's job.
        append_dot_mydomain = no
        
        # Uncomment the next line to generate "delayed mail" warnings
        #delay_warning_time = 4h
        
        myhostname = bsvn.net
        mydomain = bsvn.net
        alias_maps = hash:/etc/aliases
        
        alias_database = hash:/etc/aliases
        
        #myorigin = /etc/mailname
        myorigin = $mydomain
        
        mydestination = domain1.com,
                        domain2.org,
                        domain3.net,
                        domain4.com
        
        # relayhost = 
        
        maximal_queue_lifetime = 3d
        
        disable_vrfy_command = no
        
        virtual_maps = hash:/etc/postfix/virtual
        
        mynetworks = 127.0.0.0/8
        
        mailbox_command = procmail -a "$EXTENSION"
        
        mailbox_size_limit = 0
        
        recipient_delimiter = +
        
        inet_interfaces = 207.178.214.141 localhost 127.0.0.1
        #inet_interfaces = all
        
        # SASL configuration
        broken_sasl_auth_clients = yes
        smtpd_sasl_application_name = smtpd
        smtpd_sasl_auth_enable = yes
        smtpd_sasl_local_domain = $myhostname
        smtpd_sender_restrictions = permit_sasl_authenticated,
        permit_mynetworks
        smtpd_recipient_restrictions = permit_sasl_authenticated,
        permit_mynetworks,
                                       reject_unauth_destination
        
        # additions for spamassasin
        strict_rfc821_envelopes = yes
        




More information about the Lula mailing list