On 03/25/2011 03:31 PM, Frank Bonnet wrote: > On 03/25/2011 11:32 AM, Ralf Hildebrandt wrote: >> * Frank Bonnet <f.bon...@esiee.fr>: >> >>> smtp inet n - n - 300 smtpd >> >> -o receive_override_options=no_address_mappings >> > > You means this instead ? > > > # > # Postfix master process configuration file. For details on the format > # of the file, see the master(5) manual page (command: "man 5 master"). > # > # ========================================================================== > # service type private unpriv chroot wakeup maxproc command + args > # (yes) (yes) (yes) (never) (100) > # ========================================================================== > smtp inet n - n - 300 smtpd > > localhost:10025 inet n - n - - smtpd > -o content_filter= > -o local_recipient_maps= > -o myhostname=VAMS.dummy > -o mynetworks=127.0.0.0/8 > -o strict_rfc_821_envelopes=yes > -o receive_override_options=no_address_mappings > > #submission inet n - - - - smtpd > > >
Yes THIS works ! thank you