This is a discussion on Re: mail relay within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Fri, Jun 03, 2005 at 04:45:06PM -0500, Casey Boone wrote: > my "logs prove otherwise"? ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Fri, Jun 03, 2005 at 04:45:06PM -0500, Casey Boone wrote:
> my "logs prove otherwise"? my logs only prove that i am using 1 > component of sendmail, nothing more and not really which one. that 1 > component is /bin/mail. > > new log broken apart: > Jun 3 17:02:27 theflash sendmail[17155]: j53M2REJ017155: from=cboone, > size=45, class=0, nrcpts=1, > msgid=<200506032202.j53M2REJ017155@theflash.shawne elink.net>, > relay=cboone@localhost > > did echo test | mail -s test caseyboone@gmail.com > No, this is logging from Allman Sendmail, when you correctly install and configure Postfix, /bin/mail will invoke Postfix's sendmail(1), rather than Sendmail's sendmail(1). Please don't argue this point, just accept it as given or convince yourself of it, and get the sendmail(1) links or files setup correctly for Postfix. This has little to do with /bin/mail. With RHEL mail is not part of Sendmail: # rpm -qf /bin/mail mailx-8.1.1-31 If this is not the case with your system, someone goofed, since you should be able to remove Sendmail without removing /bin/mail. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majordomo@postfix.org?body=unsubscribe%20p ostfix-users> |