Le 09/12/2010 14:54, Robert Moskowitz a écrit :
This is a new install on Fedora 12 using the tools from:
http://wiki.amahi.org/index.php/Amahi_Mail_System

We have patched the Postfix source to add the Quota patch. It would be
REALLY nice if this was just a part of Postfix

The VDA is patch is not supported. it doesn't look like there's anything new that would cause change...

that came disabled

it came disabled in your package. it doesn't come at all from postfix author.

and
was 'easy' to enable so we could work from the standard rpms.


but then don't ask for support here. if you have a problem related to unsupported patches, you'll have to ask the patch author...

The system is using Postfix with a mySQL tables along with lots of checking.

The main domain supported has multiple MX records, as over the years I
have been without power for more than 24 hours.

so? I have voluntarily stopped my MX for longer than that! if the client doesn't follow the common 4/5 days de facto standard, then it's a client problem.

SO my ISP acts as a
relay service for me. I am aware that this means that I send bunches of
bounces for emails to unkown users. I have NOT figured out what I am
going to do about this.

if your ISP doesn't validate recipient addresses in your domain, please disable this relay. otherwise, you're part of the problem and you should be blacklisted (based on domain, sender, IP, and any information related to you). that means black tainting: 208.83.67.155 and htt-consult.com.


I can't tell if I am relaying stuff I should be killing instead. Maybe
it is the above bounces I am seeing. At the end I have included my
postconf -n output.

DCC looks like is is just not working. LOTS of failures to connect. What
port does it use? Perhaps I am blocking it.

sooorry. I don't use DCC. anyway this is off topic here.


Thank you for any and all help provided.


-------- Original Message --------

[snip] irrelevant and off topic logwatch removed.


###################### Logwatch End #########################

postconf -n

alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all

this the default. just remove the setting from your main.cf.

inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = klovia.htt-consult.com, localhost, localhost.localdomain
myhostname = klovia.htt-consult.com
mynetworks = 127.0.0.0/8

good.

you don't have mydomain nor myorigin. the default values will apply. if the defaults are ok, then it's ok. otherwise, specify explicitely.

newaliases_path = /usr/bin/newaliases.postfix
proxy_read_maps = $local_recipient_maps $mydestination
$virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $vi
rtual_mailbox_domains $relay_recipient_maps $relay_domains
$canonical_maps $sender_canonical_maps $recipient_canonical_maps
$relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.5/README_FILES
receive_override_options = no_address_mappings
recipient_delimiter = +

you don't have relay_domains. check the default. if you don't need relay_domain. specify

relay_domains =

explicitely.

sample_directory = /usr/share/doc/postfix-2.6.5/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_unauth_destination

you might need some anti-spam checks, such as
        reject_rbl_client zen.spamhaus.org

smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_use_tls = yes
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
unknown_local_recipient_reject_code = 550
virtual_alias_domains =
virtual_alias_maps =
proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf,
mysql:/etc/postfix/mysql-virtual_email2email.cf
, hash:/etc/mailman/virtual-mailman
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_limit_maps =
proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_maildir_extended = yes
virtual_maildir_limit_message = The user you are trying to reach is over
quota.
virtual_overquota_bounce = yes
virtual_uid_maps = static:5000




Reply via email to