How to "fix" system's sendmail to use that of zimbra: Difference between revisions

(New page: = How to "fix" system's sendmail (/usr/sbin/sendmail) for zimbra = (supposing system has alternatives, like debian, centos, ...) First check what's there now: [root@zimbra ~]# ls...)
 
(Adding Categories, Article Footer, and Unsupported template)
Line 1: Line 1:
= How to "fix" system's sendmail (/usr/sbin/sendmail) for zimbra =
{{Unsupported}}
 


(supposing system has alternatives, like debian, centos, ...)
(supposing system has alternatives, like debian, centos, ...)
Line 32: Line 31:
       /opt/zimbra/postfix/sbin/sendmail - priority 25
       /opt/zimbra/postfix/sbin/sendmail - priority 25
       Current `best' version is /opt/zimbra/postfix/sbin/sendmail.
       Current `best' version is /opt/zimbra/postfix/sbin/sendmail.
{{Article Footer|Unknown|8/20/2008}}
[[Category:MTA]]
[[Category:Customizing ZCS]]
[[Category:Debian]]
[[Category:CentOS]]

Revision as of 20:35, 26 September 2008


(supposing system has alternatives, like debian, centos, ...)

First check what's there now:

     [root@zimbra ~]# ls -l /usr/sbin/sendmail
     lrwxrwxrwx 1 root root 21 Jun 23 12:21 /usr/sbin/sendmail -> /etc/alternatives/mta
     [root@zimbra ~]# update-alternatives --display mta
     mta - status is auto.                             
      link currently points to /usr/sbin/sendmail.sendmail
     /usr/sbin/sendmail.sendmail - priority 90            
      slave mta-mailq: /usr/bin/mailq.sendmail            
      slave mta-newaliases: /usr/bin/newaliases.sendmail  
      slave mta-rmail: /usr/bin/rmail.sendmail            
      slave mta-sendmail: /usr/lib/sendmail.sendmail      
      slave mta-pam: /etc/pam.d/smtp.sendmail             
      slave mta-sendmailman: /usr/share/man/man8/sendmail.sendmail.8.gz
      slave mta-mailqman: /usr/share/man/man1/mailq.sendmail.1.gz      
      slave mta-newaliasesman: /usr/share/man/man1/newaliases.sendmail.1.gz
      slave mta-aliasesman: /usr/share/man/man5/aliases.sendmail.5.gz      
     Current `best' version is /usr/sbin/sendmail.sendmail.                
Then install alternative and check it:
     [root@zimbra ~]# update-alternatives --install /usr/sbin/sendmail mta-sendmail /opt/zimbra/postfix/sbin/sendmail 25
     [root@zimbra ~]# update-alternatives --display mta-sendmail
     mta-sendmail - status is auto.
      link currently points to /opt/zimbra/postfix/sbin/sendmail
     /opt/zimbra/postfix/sbin/sendmail - priority 25
     Current `best' version is /opt/zimbra/postfix/sbin/sendmail.


Verified Against: Unknown Date Created: 8/20/2008
Article ID: https://wiki.zimbra.com/index.php?title=How_to_%22fix%22_system%27s_sendmail_to_use_that_of_zimbra Date Modified: 2008-09-26



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search