Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/msmtp/ |
Upload File : |
# Example for a system wide configuration file # A system wide configuration file is optional. # If it exists, it usually defines a default account. # This allows msmtp to be used like /usr/sbin/sendmail. account default # The SMTP smarthost host mail.oursite.example # Use TLS on port 465. On this port, TLS starts without STARTTLS. port 465 tls on tls_starttls off # Construct envelope-from addresses of the form "user@oursite.example" from %U@oursite.example # Do not allow programs to override this envelope-from address via -f allow_from_override off # Always set a From header that matches the envelope-from address set_from_header on # Syslog logging with facility LOG_MAIL instead of the default LOG_USER syslog LOG_MAIL