On Thursday 05 May 2005 12:00, Cristian Mitrana wrote: > cornel wrote: > > in /etc/postfix/main.cf e pus "header_checks = > > regexp:/etc/postfix/header_checks" > > > > iar in /etc/postfix/header_checks e pus "/^Received:/ HOLD" > > Atunci e de mirare cum de-ti ajunge vreun mail :). > Care-i motivul pentru care blochezi orice > mail care are linia cu 'Received:' in header-e ? > de exemplu mailul care mi-a venit de la rlug are in headere:
are liniile ale in fisierele de configurare pentru ca asa spune MailScanner Installation Guide - Postfix In the Postfix configuration file /etc/postfix/main.cf add this line: header_checks = regexp:/etc/postfix/header_checks In the file /etc/postfix/header_checks add this line: /^Received:/ HOLD The effect of this is to tell Postfix to move all messages to the HOLD queue. --- Detalii despre listele noastre de mail: http://www.lug.ro/
