Outils personnels

Sending eMail on command line on Zimbra : Différence entre versions

De wikiGite

 
(4 révisions intermédiaires par un autre utilisateur non affichées)
Ligne 2 : Ligne 2 :
 
-----------
 
-----------
  
#MTA Dummy Package
+
*MTA Dummy Package
  
 
"To install mailx without additional postfix" use "mta-dummy" package
 
"To install mailx without additional postfix" use "mta-dummy" package
 
e.g.
 
e.g.
  
  wget http://ubuntu.lnix.net/misc/mta-dumm...my_1.0_all.deb
+
  wget http://ubuntu.lnix.net/misc/mta-dummy_1.0_all.deb
 
  dpkg -i mta-dummy_1.0_all.deb
 
  dpkg -i mta-dummy_1.0_all.deb
  
 
Please check my further posts or google for it. It allows installing packages by resolve mailer dependencies.
 
Please check my further posts or google for it. It allows installing packages by resolve mailer dependencies.
  
#Use apt-get to install the 'mailx' package.
+
*Use apt-get to install the 'mailx' package.
  
#Edit /etc/mail.rc to add the following:
+
*Edit /etc/mail.rc to add the following:
 
  set sendmail=/opt/zimbra/postfix/sbin/sendmail
 
  set sendmail=/opt/zimbra/postfix/sbin/sendmail

Version actuelle datée du 16 mars 2011 à 13:36

ZIMBRA - sending eMail on command line SOLUTION:


  • MTA Dummy Package

"To install mailx without additional postfix" use "mta-dummy" package e.g.

wget http://ubuntu.lnix.net/misc/mta-dummy_1.0_all.deb
dpkg -i mta-dummy_1.0_all.deb

Please check my further posts or google for it. It allows installing packages by resolve mailer dependencies.

  • Use apt-get to install the 'mailx' package.
  • Edit /etc/mail.rc to add the following:
set sendmail=/opt/zimbra/postfix/sbin/sendmail