ログイン
編集不可のページディスカッション情報添付ファイル
"mernao/memo"の差分

MMA
7と8のリビジョン間の差分
2011-02-07 20:45:24時点のリビジョン7
サイズ: 1670
編集者: mernao
コメント:
2011-02-07 21:18:24時点のリビジョン8
サイズ: 1625
編集者: mernao
コメント:
削除された箇所はこのように表示されます。 追加された箇所はこのように表示されます。
行 29: 行 29:
 {{{#!wiki solid  {{{{
行 40: 行 40:
 }}}  }}}}
行 50: 行 50:
 {{{#!wiki solid
And you can disable some sendmail specific daily maintenance routines in your<<BR>>
 {{{{
And you can disable some sendmail specific daily maintenance routines in your
行 54: 行 54:
daily_clean_hoststat_enable="NO"<<BR>>
daily_status_mail_rejects_enable="NO"<<BR>>
daily_status_include_submit_mailq="NO"<<BR>>
daily_clean_hoststat_enable="NO"
daily_status_mail_rejects_enable="NO"
daily_status_include_submit_mailq="NO"
行 58: 行 58:
}}} }}}}

すぐ忘れるからメモ

  • KDE
    • 依存関係で怒られた
    ===>  libiodbc-3.52.7 conflicts with installed package(s):
          unixODBC-2.3.0
    
          They install files into the same place.
          Please remove them first with pkg_delete(1).
    
    [root@xeph /usr/ports/x11/kde4]# pkg_delete unixODBC-2.3.0
    pkg_delete: package 'unixODBC-2.3.0' is required by these other packages
    and may not be deinstalled:
    ekiga3-3.2.6_5
    opal3-3.6.6_7
    ptlib-2.6.5_2
    
    [root@xeph /usr/ports/x11/kde4]# pkg_delete -f unixODBC-2.3.0
    pkg_delete: package 'unixODBC-2.3.0' is required by these other packages
    and may not be deinstalled (but I'll delete it anyway):
    ekiga3-3.2.6_5
    opal3-3.6.6_7
    ptlib-2.6.5_2
  • qmail
    1) If you are permanently removing qmail, you should also 'rm -rf
    /var/qmail' and remove the qmail users/groups.
    
    2) Do not forget to reconfigure your /etc/mail/mailer.conf to use
    your older MTA, or reconfigure your old MTA binaries if you decided
    to replace them.
    
    3) Do not forget to enable sendmail as your default MTA if you have
    to. You can do it just executing 'echo sendmail_enable="YES"' >>
    /etc/rc.conf
  • xdm login window

    http://www.h4.dion.ne.jp/~hanbei/xdm.htm

  • XDMCP

    http://star.ap.teacup.com/1yen/556.html

  • postfix

    http://freebsd.server-manual.com/freebsd8_postfix.html

    And you can disable some sendmail specific daily maintenance routines in your
    /etc/periodic.conf file:
    
    daily_clean_hoststat_enable="NO"
    daily_status_mail_rejects_enable="NO"
    daily_status_include_submit_mailq="NO"
    daily_submit_queuerun="NO"

mernao/memo (最終更新日時 2014-03-22 23:59:34 更新者 mernao)