????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.147.86.27 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/msmtp/ |
Upload File : |
GNOME keyring usage (msmtp-gnome): ================================== To manage the msmtp accounts settings into the GNOME keyring a python script is available: /usr/share/doc/msmtp-gnome/scripts/msmtp-gnome-tool.py It needs the following package to be present on your system: python-gnomekeyring (This package should be installed as a « Recommends ») This tool permits one to retrieve, edit, modify, delete your msmtp account settings. For more information on how to use it, execute the following command: # python /usr/share/doc/msmtp-gnome/scripts/msmtp-gnome-tool.py --help Scripts shipped in /usr/share/doc/msmtp/examples ================================================ The scripts shipped in /usr/share/doc/msmtp/examples are provided as is. It means that they did not (and will not) receive the same attention than the rest. They are probably in a very good shape but we suggest you to test them to make your proper opinion. Vim syntax for msmtp configuration files: ========================================= This feature is shipped with the msmtp package and available through the Vim addons manager. To enable it as a user setting: # vim-addons install msmtp To enable it as a system setting (as root): # vim-addons -w install msmtp (you will need to install the package: vim-addon-manager) Once the msmtp addon is enabled, you can use it with Vim thanks to the following command: :set filetype=msmtp or :set ft=msmtp It you want this feature to be always enabled in Vim, you should add the following rules in your ~/.vimrc: autocmd BufRead ~/.msmtprc set filetype=msmtp autocmd BufRead /etc/msmtprc set filetype=msmtp msmtp as a Mail Transport Agent =============================== It is possible to use msmtp as a MTA (like postfix, exim, etc.) by installing the package msmtp-mta. It will provide the basic features required to be a MTA (/usr/{sbin,lib}/sendmail, newaliases, etc.). Even if msmtp-mta can be used as a very basic MTA, it's not (and will never be) a full featured one.