* Fabio Ferrari <[email protected]>: > Hello, > > I have some problems in implementing a pipe to an external command. > > As said in the documentation, I've added the line > > transport_maps = hash:/etc/postfix/transport > > in the main.cf file, then I edited the transport file and added the line > > [email protected] pipediprova: > > then I executed the postmap command to update the db. > > Then I added the line > > pipediprova unix - n n - - pipe flags= > user=vmail argv=/usr/local/bin/mailtoliste.pl > > in the master.cf file. > > But when I try to send mail to the [email protected] address, the > maillog says: > > Sep 13 15:05:45 secchia postfix/smtpd[27379]: NOQUEUE: reject: RCPT from > posta1.sms.unimo.it[155.185.44.49]: 550 5.1.1 <[email protected]>: > Recipient address rejected: User unknown in virtual mailbox table; > from=<[email protected]> to=<[email protected]> proto=SMTP > helo=<localhost>
Well, the address is not valid :) "User unknown in virtual mailbox table" Create the addressr [email protected] > virtual_mailbox_maps = hash:/etc/postfix/sql/virtual_mailbox_maps in this map -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 [email protected] | http://www.charite.de
