On Sep 27, 2012, at 8:29 PM, Jason Hirsh <hir...@att.net> wrote: > I am trying to have email coming into postfix be delivered to two mail accouts > > From what I understand the subject command can do that here is my postconf-n >
Greetings, Where is your final destination ? local or remote. try adding your servers FQDN to my destination for local delivery. mydestination = smtphost.example.com, localhost.example.com, localhost i also don't see these commands; alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases mailbox_command local_recipient_maps > postconf-n > > body_checks = regexp:/usr/local/etc/postfix/body_check > bounce_size_limit = 50000 > command_directory = /usr/local/sbin > config_directory = /usr/local/etc/postfix > content_filter = smtp-amavis:[127.0.0.1]:10024 -- this sends mail to content filter , what happens after that ? does it forward directly to the domain or send it back to postfix for delivery ? cat /etc/amavisd.conf | grep forward > daemon_directory = /usr/local/libexec/postfix > daemon_timeout = 36000s > data_directory = /var/db/postfix > debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb > $daemon_directory/$process_name $process_id & sleep 5 > delay_warning_time = 2h > disable_vrfy_command = yes > fallback_relay = > header_checks = regexp:/usr/local/etc/postfix/header_checks > home_mailbox = Maildir/ > html_directory = /usr/local/share/doc/postfix > inet_protocols = ipv4 > mail_owner = postfix > mail_spool_directory = /var/mail/vmail > mailq_path = /usr/local/bin/mailq > manpage_directory = /usr/local/man > maps_rbl_domains = bl.spamcop.net > mydestination = localhost.$mydomain, localhost > mydomain = theoceanwindow-bv.com > mynetworks = 127.0.0.0/32, 209.160.65.133, 209.160.68.112, > kasdivi.is-a-geek.com > myorigin = $mydomain > newaliases_path = /usr/local/bin/newaliases > queue_directory = /var/spool/postfix > readme_directory = /usr/local/share/doc/postfix > receive_override_options = no_address_mappings > recipient_bcc_maps = hash:/usr/local/etc/postfix/recipient_bcc > relay_recipient_maps = hash:/usr/local/etc/postfix/relay_recipients > <snip> > tls_random_source = dev:/dev/urandom > unknown_local_recipient_reject_code = 550 > virtual_alias_maps = hash:/usr/local/etc/postfix/virtual what do these say? > virtual_gid_maps = static:1000 > virtual_mailbox_base = /var/mail/vmail > virtual_mailbox_domains = /usr/local/etc/postfix/virtual_domains > virtual_mailbox_maps = hash:/usr/local/etc/postfix/virtual_mailbox > virtual_minimum_uid = 100 > virtual_uid_maps = static:1003 > > > > > > > recipient_bcc > ii...@bowmansair.com di...@bowmansair.com > ja...@kasdivi.com ad...@theoceanwindow-bv.com > > > any thoughts where I messed up?? > > > >