Magnus Bäck wrote: > On Tue, June 2, 2009 11:08 am, J. Bakshi said: > > >> I have come with a strange problem with my email server which is running >> almost 2 years now. actually I have never tried the mail forwarding >> with the system but it has the option. Today I need to add the mail >> forwarding feature and found that the forwarding is not working. This is >> a suse 10.2 server with postfix-2.5.1-28.5. >> > > [...] > > >> receive_override_options = no_address_mappings >> > > This explicitly disables address rewriting like aliasing. Unless you have > something in your master.cf that overrides and enables rewriting, this is > the culprit. >
Hello Magnus, You are a Hero !!! I have reset the setting like ````````````` receive_override_options = ```````````````` and the forwarding start working. Millions of thanks. > [...] > >