Re: Want sendmail applying aliases to 'cc:' field too

2010-12-10 Thread Giorgos Keramidas
On Fri, 10 Dec 2010 17:12:17 +0300, c0re wrote: > I do use aliases file and I know what is it. > But it looks like not this case. > I want Cc: be rewritten like in aliases file defined in Cc: header, > not only those one that comes in "RCPT TO:". > And sendmail does not do it with Cc: field. > Yes

Re: Want sendmail applying aliases to 'cc:' field too

2010-12-10 Thread c0re
2010/12/10 tomasz dereszynski : > > Generally reading documentation helps. > then google... > > http://www.google.co.uk/search?source=ig&hl=en&rlz=1G1GGLQ_ENUK294&=&q=sendmail+aliases&btnG=Google+Search&aq=f&oq= > > first URL... > http://www.feep.net/sendmail/tutorial/intro/aliases.html > > t > >>

Re: Want sendmail applying aliases to 'cc:' field too

2010-12-10 Thread tomasz dereszynski
Generally reading documentation helps. then google... http://www.google.co.uk/search?source=ig&hl=en&rlz=1G1GGLQ_ENUK294&=&q=sendmail+aliases&btnG=Google+Search&aq=f&oq= first URL... http://www.feep.net/sendmail/tutorial/intro/aliases.html t > Hey all! > > I've got /etc/mail/aliases file like

Want sendmail applying aliases to 'cc:' field too

2010-12-10 Thread c0re
Hey all! I've got /etc/mail/aliases file like user: u...@site1.domain.com user2: us...@site1.domain.com user3: us...@site2.domain.com When someone from Internet send email to u...@domain.com with cc: to us...@domain.com sendmail send mail to user and user3 normaly, they recieve their mail. But