On Sep 27, 2012, at 9:08 PM, Jason Hirsh <hir...@att.net> wrote:

> 
> On Sep 27, 2012, at 8:49 PM, jeffrey j donovan wrote:
> 
>> 
>> 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. 

? -- Where is the Imap/pop server ?
also what os are you running this on ?

> 
>> i also don't see these commands;
>> alias_database = hash:/etc/aliases
>> alias_maps = hash:/etc/aliases
>> mailbox_command
>> local_recipient_maps
>> 
> 
> I was not using those in postfix

take some time and read what they do. you should at least specify system root 
and postmaster and abuse.
>> 
>> cat /etc/amavisd.conf | grep forward 
> 
> that did not show any active commands

your path may different.  depending on your OS. 
here is a sample typical linux location  /etc/amavis/conf.d/

>>> virtual_alias_maps = hash:/usr/local/etc/postfix/virtual
>> 
>> what do these say?
> 
> virtual is empty
>> 

okay ,

take some time and read up what virtual alias maps do for you.
http://www.postfix.org/VIRTUAL_README.html

basically it looks like your system is delivering into amavis back to postfix. 
but at that point it has no clue what to do. 
for debug purposes I would comment out the content filter and watch your 
postfix logs typical location /var/log/mail.log.
#content_filter = smtp-amavis:[127.0.0.1]:10024

post your your logs with content filter running and then without. from there it 
should be pretty simple to see where it's going.

hope this helps
-j

Reply via email to