ページの先頭です。本文を読み飛ばして、このサイトのメニューなどを読む
サイト内の現在位置です:
relayhost = [smtp.gmail.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_use_tls = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_tls_security_options = noanonymous
smtp_sasl_mechanism_filter = plain
[smtp.gmail.com]:587 xxxx@gmail.com:pass
(xxxxはGmailアカウント、passはパスワードに置き換える)C:\cygwin\usr\X11R6\bin\startxwin.batif [ "$DISPLAY" ]; then
xhost 192.168.0.3
xhost 192.168.0.xx
xhost 192.168.0.xx
fiif [ "$SSH_CLIENT" ]; then
export DISPLAY="${SSH_CLIENT%% *}:0.0"
fi