MountainX wrote:
>
> Brian Evans - Postfix List wrote:
>   
>> MountainX wrote:
>>     
>>> I was reading the SOHO doc and decied that setting "myorigin = $mydomain"
>>> might address my needs. (I was just guessing, because it isn't clear to
>>> me
>>> exactly what this setting does.) After making the change, I have the
>>> problem
>>> where my postfix logs show emails addressed like this:
>>> from=<r...@com> 
>>> and if that is obfuscated, it is:
>>> from=<root-at-com>
>>> There is no domain name. Obviously, I must not have defined mydomain. How
>>> and where do I do this? Thanks.
>>>
>>> FYI, I did this before posting my question:
>>> http://www.google.com/search?q=postfix+define+mydomain
>>> but I'm not finding the answer yet...
>>>   
>>>       
>> The official documentation is often the best source.
>>
>> http://www.postfix.org/postconf.5.html#mydomain
>>
>> Brian
>>
>>
>>     
>
> Thank you. Now I realize I have a config that may not be right.
> I have mydomain = example.com
> and myhostname = example.com
>
>   

In  your case, you should have something like:
mydomain = example.com
myhostname = mail.example.com

myhostname must be the fully qualified name.

Brian

Reply via email to