reset password
Author Message
p0941
Posts: 95
Posted 21:06 May 23, 2010 |

I got a example on setting local domain for POSTFIX:  

sudo postconf -e "mydestination = mail.abc.org, localhost.localdomain, localhost, yourdoamin.com"

In my case may I just set it like this:

 sudo postconf -e "mydestination = localhost.localdomain, localhost" ?

since I don't really have a registered domain name. 

Thanks

cysun
Posts: 2935
Posted 21:25 May 23, 2010 |

I remember I followed the instructions at https://help.ubuntu.com/community/Postfix to set up Postfix on my server. I didn't use any certificate/encryption stuff so it was fairly straightforward as far as I can remember.

http://www.cyberciti.biz/faq/howto-setup-postfix-catch-all-email-accounts/ shows how to set up a catch-all address.

As for your question, I think yes, you can skip the "mail.abc.org" part.