Asif Iqbal wrote: > > - what do you mean by "localemails"? which mail do you want to deliver > > locally? > > I meant mails for local domain. My laptop does not really have a valid > domain name. > So any mail to say [email protected] or say [email protected] > should go to > local Maildir instead of trying to deliver it thru my relayhost
Postfix will not go to gmail (which is your relayhost) to deliver mail if that mail is addressed to a *local* domain. You need to include 'ghar-iqbala.lan' in the mydestination parameter in main.cf. Mouss already gave you this clue. For more information: http://www.postfix.org/postconf.5.html#mydestination http://www.postfix.org/STANDARD_CONFIGURATION_README.html http://www.postfix.org/ADDRESS_CLASS_README.html -- Sahil Tandon <[email protected]>
