Error, Retry, Discard Required?

2011-12-30 Thread Sabahattin Gucukoglu
Hi,

Couldn't find any clear answers to this question anywhere in the documentation. 
 I'm not specifically referencing the error, retry or discard transports.  Can 
I keep them commented out in master.cf?  Are they used internally?

Cheers,
Sabahattin


Re: Error, Retry, Discard Required?

2011-12-30 Thread Ralf Hildebrandt
* Sabahattin Gucukoglu :
> Hi,
> 
> Couldn't find any clear answers to this question anywhere in the
> documentation.

man 8 error

> I'm not specifically referencing the error, retry or discard
> transports.

You're not? (typo?)

> Can I keep them commented out in master.cf?  Are they used internally?

You need the error and retry transports. The discard transport is only
used when discarding mail, e.g. using transport_maps:

some@address discard:


-- 
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
  ralf.hildebra...@charite.de | http://www.charite.de



Re: Error, Retry, Discard Required?

2011-12-30 Thread Wietse Venema
Sabahattin Gucukoglu:
> Hi,
> 
> Couldn't find any clear answers to this question anywhere in the
> documentation.  I'm not specifically referencing the error, retry
> or discard transports.  Can I keep them commented out in master.cf?
> Are they used internally?

Postfix uses error and retry when it can't deliver mail. discard
is like /dev/null - you can try to remove it but someone (and that
may be you a year from now) will hate you for it.

Wietse


Re: Error, Retry, Discard Required?

2011-12-30 Thread Sabahattin Gucukoglu
On 30 Dec 2011, at 21:47, Wietse Venema wrote:
> Sabahattin Gucukoglu:
>> Couldn't find any clear answers to this question anywhere in the
>> documentation.  I'm not specifically referencing the error, retry
>> or discard transports.  Can I keep them commented out in master.cf?
>> Are they used internally?
> 
> Postfix uses error and retry when it can't deliver mail. discard
> is like /dev/null - you can try to remove it but someone (and that
> may be you a year from now) will hate you for it.

OK.  Thanks.  I'll check the docs again and see if I can find this anywhere, by 
way of reconciliation.

Cheers,
Sabahattin