Wrong Mailsender ?! - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Wrong Mailsender ?! (/thread-1792.html) |
Wrong Mailsender ?! - BeNe - 11-16-2007 01:19 AM Hello out there, i checked my mailque and what do i see there - some queued mails: Code: EE7415738052 1950 Thu Nov 15 10:27:36 vu2000@mail.mydomain.tld.local Code: 220 azeti-s ESMTP azeti-S ready; send us your mail, but not your spam. Of course it does not work with "vu2000@mail.mydomain.tld.local" because of the local. The mail is generated by ispCP (Login information after add Domain). i checked my main.cf and i looks ok. I can send/recieve Mails normaly! Here is my postconf -n for rbtux Code: postconf -n Can someone confirm that Problem ? Looks like a ispCP Bug... (trunk 903) Greez BeNe RE: Wrong Mailsender ?! - rbtux - 11-16-2007 01:32 AM set mydomain = $myhostname RE: Wrong Mailsender ?! - BeNe - 11-16-2007 01:55 AM Yes, of course i can change it! But per default via ispCP it is set to domain.tld.local Code: myhostname = {MTA_HOSTNAME} Do i really need this ".local" ? Greez BeNe RE: Wrong Mailsender ?! - rbtux - 11-16-2007 02:01 AM i dont know why this is set... this must be a valid domain! (And of course a domain that isn't listed in virtual/relay) RE: Wrong Mailsender ?! - macbishop - 11-16-2007 03:54 AM rbtux Wrote:set mydomain = $myhostname trunk 903 /trunk/configs/postfix/main.cf Code: myhostname = {MTA_HOSTNAME} myorigin = $myhostname ???? RE: Wrong Mailsender ?! - rbtux - 11-16-2007 04:02 AM best you set myhostname to a vild domain (or subdomain of course) you like to user for the mailsystem (mail.yourdomain.tld would be a good choice) and then set mydomain and myorigin to $myhostname... |