On 5/3/07, Peter Santiago <[EMAIL PROTECTED]> wrote:
jan gestre wrote: > hi guys, > > our smtp/pop3 service is hosted outside the company and we have a > helpdesk system wherein it sends email to internal users regarding > their current task, however we are experiencing some problems lately, > all mails sent by the system e.g. [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> to [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> ... is not sent, according to the mail logs > of the smtp forwarder -> user unknown, the mail behavior is, it is > sending the mails locally to 127.0.0.1 <http://127.0.0.1> instead of > the internet and/or mail service provider. our system uses sendmail. i > dunno what config to change in sendmail, i'm familiar with postfix > relayhost and relaydomain parameter but not sendmail. the problem is > recurring from time to time, the only solution was to change the > hostname, but it is not permanent, sooner or later it will recur again. > > your inputs will be greatly appreciated. > check mo yung sendmail.cf ng system at yung transport file. Yung transport file same format ng postfix.... hi peter,
i can't find the transport file you mentioned, however i found this article thru google stating that i need to define this setting in sendmail.mc file: define(`SMART_HOST',`mail.yourisp.net')dnl MASQUERADE_AS(yourisp.net)dnl FEATURE(`allmasquerade')dnl FEATURE(`masquerade_envelope')dnl i'm not sure if this will work, but basically the scenario is identical, our local system with sendmail will forward all the system generated emails to our isp which is also our mail host. what is the proper way to edit sendmail config file? edit sendmail.mc then issue the command # m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf am i doing it right?
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

