hisso.li
  • Login
Show Navigation
  • Public

    • Groups

Conversation

Notices

  1. matoken (matoken@gnusocial.matoken.org)'s status on Sunday, 16-Sep-2018 08:36:58 JST matoken matoken
    msmtp試してみてる
    ユーザ単位でも設定( ~/.msmtprc )できるしシステムで設定( /etc/msmtprc )して MTA( msmtp-mta pkg 導入 )にも出来る
    アカウントも複数設定できる
    > $ msmtp -a アカウント 送信先アドレス

    sSMTP より便利な感じですね

    ----
    $ sudo grep -v ^# /etc/msmtprc

    defaults
    syslog on
    aliases /etc/aliases

    tls on
    tls_trust_file /etc/ssl/certs/ca-certificates.crt
    auth on
    syslog LOG_MAIL

    account gmail
    host smtp.gmail.com
    port 587
    from example@gmail.com
    user example
    password porseypacdoadwif

    account yandex
    tls_starttls off
    host smtp.yandex.com
    port 465
    from example@yandex.com
    user example
    password throjfeekdewxeib

    account nifty
    tls_starttls off
    host smtp.nifty.com
    port 465
    from example@nifty.com
    user aaa99999
    password 9Z#9999X

    account default : gmail
    In conversation Sunday, 16-Sep-2018 08:36:58 JST from gnusocial.matoken.org permalink
    • Help
    • About
    • FAQ
    • Privacy
    • Source
    • Version
    • Contact

    hisso.li is a social network. It runs on GNU social, version 2.0.0-alpha0, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All hisso.li content and data are available under the Creative Commons Attribution 3.0 license.

    Switch to desktop site layout.