2012/7/13 Ralf Hildebrandt <ralf.hildebra...@charite.de> > * Sebastian Gil <sebast...@promaker.com.ar>: > > Dear all, > > > > I've searched google and found some information but can't get this to > work, > > I'm not an expert (nor a begginer, is the first time I configure > postfix). > > > > I've configured postfix to relay to my smtp server. In order to work I > need > > to send mails from li...@serverddesarrollo.com.ar . There is no rule, > all > > mail senders should be rewritten. > > > > I've tried to rewrite sender's email using sender_canonical_maps = > > regexp:/etc/postfix/sender_canonical > > That sounds good! > > > In /etc/postfix/sender_canonical I've tried a lot of combinations, but > none > > works > > Like which? What does the sender look like WITHOUT rewriting? > > Something like: > /^.*@name.of.the.machine$/ li...@serverddesarrollo.com.ar > should work wonders. >
Hi Ralf, thanks for your reply. The sender could be any email address, but I need all emails to be rewrited to li...@serverddesarrollo.com.ar I understand sender_canonical should be something like * li...@serverddesarrollo.com.ar But I couldn't find how to specify that ALL senders should be rewrited. Thanks Sebastian