Results 1 to 2 of 2
Well I got postfix working, but ...
When i send email, sender addres is username@hostname.domain.name
and i dont know why!
I've used
Code:
myorigin = $mydomain
configuration option, but no ...
- 10-26-2005 #1Just Joined!
- Join Date
- Nov 2004
- Location
- WGS84 phi = 45 48 31.7 lambda = 15 57 49.0
- Posts
- 65
postfix or something else?
Well I got postfix working, but ...
When i send email, sender addres is username@hostname.domain.name
and i dont know why!
I've used
configuration option, but no luck it still username@hostname.domain.nameCode:myorigin = $mydomain
can some1 help?
- 10-26-2005 #2Just Joined!
- Join Date
- Nov 2004
- Location
- WGS84 phi = 45 48 31.7 lambda = 15 57 49.0
- Posts
- 65
SOLVED IT! Woohoo
the trick is to put
in 'main.cf'Code:masquerade_domains= domain.name
So any mali coming from hostname.domain.name will be rewrited to domain.name
me so happy....


Reply With Quote