﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>BBS.PROGENIC.COM / Chat / Tech Talk  / Postfix config / Latest Posts</title><generator>InstantForum.NET v4.1.2</generator><description>BBS.PROGENIC.COM</description><link>http://bbs.progenic.com/</link><webMaster>noreply@progenic.com</webMaster><lastBuildDate>Sun, 23 Nov 2008 14:35:47 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Postfix config</title><link>http://bbs.progenic.com/Topic14642-3-1.aspx</link><description>&lt;div class="Quote"&gt;&lt;b&gt;Climbatize (6/2/2008)&lt;/b&gt;&lt;hr noshade size="1" class="hr"&gt;Read &lt;a href='http://www.postfix.org/basic.html#mynetworks'&gt;http://www.postfix.org/basic.html#mynetworks&lt;/a&gt;&lt;br&gt;&lt;br&gt;Basically the way around it is to remove the mynetworks configuration completely and use &lt;br&gt;&lt;br&gt;[quote]mynetworks_style = subnet  &lt;/div&gt;&lt;br&gt;ill give removing mynetworks from main.cf a go, tyvm</description><pubDate>Mon, 02 Jun 2008 10:44:02 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>RE: Postfix config</title><link>http://bbs.progenic.com/Topic14642-3-1.aspx</link><description>Read &lt;a href='http://www.postfix.org/basic.html#mynetworks'&gt;http://www.postfix.org/basic.html#mynetworks&lt;/a&gt;&lt;br&gt;&lt;br&gt;Basically the way around it is to remove the mynetworks configuration completely and use &lt;br&gt;&lt;br&gt;&lt;div class="Quote"&gt;mynetworks_style = subnet  &lt;/div&gt;&lt;br&gt;or alternatively use the class rule to specify which ip address class you want to allow.</description><pubDate>Mon, 02 Jun 2008 01:59:43 GMT</pubDate><dc:creator>Climbatize</dc:creator></item><item><title>RE: Postfix config</title><link>http://bbs.progenic.com/Topic14642-3-1.aspx</link><description>&lt;div class="Quote"&gt;&lt;b&gt;Climbatize (6/1/2008)&lt;/b&gt;&lt;hr noshade size="1" class="hr"&gt;Ah, right. &lt;BR&gt;&lt;BR&gt;Postfix should by default authorize relay access for all subnetworks that the postfix server is attached to.&lt;BR&gt;&lt;BR&gt;However, your mynetworks configuration doesn't seem to include these networks so it seems to have been modified. &lt;BR&gt;&lt;div class="Quote"&gt;mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128&lt;/div&gt;&lt;BR&gt;You will need to include the networks that you want to authorise to your mynetworks configuration to authorise them for relay access.&lt;/div&gt;&lt;/P&gt;&lt;P&gt;yeah i was hoping to find a way around that, so i dont have to put millions of domains in the config file. *.* didnt work &lt;img align="absmiddle" src="http://bbs.progenic.com/Skins/Common/EmotIcons/Sad.gif" border="0" title="Sad"&gt; . . . .maybe *.*.*.* will???</description><pubDate>Sun, 01 Jun 2008 07:34:54 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>RE: Postfix config</title><link>http://bbs.progenic.com/Topic14642-3-1.aspx</link><description>Ah, right. &lt;br&gt;&lt;br&gt;Postfix should by default authorize relay access for all subnetworks that the postfix server is attached to.&lt;br&gt;&lt;br&gt;However, your mynetworks configuration doesn't seem to include these networks so it seems to have been modified. &lt;br&gt;&lt;div class="Quote"&gt;mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128&lt;/div&gt;&lt;br&gt;You will need to include the networks that you want to authorise to your mynetworks configuration to authorise them for relay access.</description><pubDate>Sun, 01 Jun 2008 06:08:50 GMT</pubDate><dc:creator>Climbatize</dc:creator></item><item><title>RE: Postfix config</title><link>http://bbs.progenic.com/Topic14642-3-1.aspx</link><description>&lt;div class="Quote"&gt;&lt;b&gt;Climbatize (5/31/2008)&lt;/b&gt;&lt;hr noshade size="1" class="hr"&gt;postfix should be able to send mail to any domain right out of the box with no additional config. The only time I had trouble before it took me ages to figure out the problem was that the ISP they used at that site blocked all traffic over port 25 that wasn't going though their mail server. It might be worth double checking that this isn't the case.&lt;/div&gt;&lt;br&gt;Thanx for the reply but when i do the rcpt to: command i get a relay access denied message well before i try to send the email. which tells me its a config issue. im running ubuntu 6.06 LAMP and apt-get postfix</description><pubDate>Sat, 31 May 2008 20:43:51 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item><item><title>RE: Postfix config</title><link>http://bbs.progenic.com/Topic14642-3-1.aspx</link><description>postfix should be able to send mail to any domain right out of the box with no additional config. The only time I had trouble before it took me ages to figure out the problem was that the ISP they used at that site blocked all traffic over port 25 that wasn't going though their mail server. It might be worth double checking that this isn't the case.</description><pubDate>Sat, 31 May 2008 19:47:55 GMT</pubDate><dc:creator>Climbatize</dc:creator></item><item><title>Postfix config</title><link>http://bbs.progenic.com/Topic14642-3-1.aspx</link><description>To any postfix gurus, &lt;P&gt;Im trying to set up postfix to send mail to any domain, but can find crap on how to do it. heres my main.cf file&lt;/P&gt;&lt;P&gt;&lt;pre&gt;smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)&lt;BR&gt;biff = no&lt;/P&gt;&lt;P&gt;# appending .domain is the MUA's job.&lt;BR&gt;append_dot_mydomain = no&lt;/P&gt;&lt;P&gt;# Uncomment the next line to generate "delayed mail" warnings&lt;BR&gt;#delay_warning_time = 4h&lt;/P&gt;&lt;P&gt;readme_directory = no&lt;/P&gt;&lt;P&gt;# TLS parameters&lt;BR&gt;smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem&lt;BR&gt;smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key&lt;BR&gt;smtpd_use_tls=yes&lt;BR&gt;smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache&lt;BR&gt;smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache&lt;/P&gt;&lt;P&gt;# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for&lt;BR&gt;# information on enabling SSL in the smtp client.&lt;/P&gt;&lt;P&gt;myhostname = server01.eau.wi.charter.com&lt;BR&gt;alias_maps = hash:/etc/aliases&lt;BR&gt;alias_database = hash:/etc/aliases&lt;BR&gt;myorigin = /etc/mailname&lt;BR&gt;mydestination = 75-128-198-67.eau.wi.charter.com, server01.eau.wi.charter.com, localhost.eau.wi.charter.com, localhost&lt;BR&gt;relayhost =&lt;BR&gt;mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128&lt;BR&gt;mailbox_size_limit = 0&lt;BR&gt;recipient_delimiter = +&lt;BR&gt;inet_interfaces = all&lt;/pre&gt;&lt;/P&gt;&lt;P&gt;Any ideas? I been banging the keys over this for a few hours now and thought maybe someone here would have a clue, cuz i dont.</description><pubDate>Fri, 30 May 2008 23:49:02 GMT</pubDate><dc:creator>Anarchy Angel</dc:creator></item></channel></rss>