- tmux/byobu/screen
伸脚地
2011-09-14
2011-08-30
sendmail@ubuntu 11.04
If you find the default installation of sendmail on ubuntu 11.04 does not work, check whether there a file called "/etc/mail/sendmail.cf.error":
Creating /etc/mail/sendmail.cf...
*** ERROR: FEATURE() should be before MAILER()
*** MAILER(`local') must appear after FEATURE(`always_add_domain')*** ERROR: FEATURE() should be before MAILER()
*** MAILER(`local') must appear after FEATURE(`allmasquerade')*** ERROR: FEATURE() should be before MAILER()
if so, do this:
$ cd /etc/mail
$ vi sendmail.mc
# move the MAILER part to the end of the file
$ make
$ /etc/init.d/sendmail reload
DONE.
Creating /etc/mail/sendmail.cf...
*** ERROR: FEATURE() should be before MAILER()
*** MAILER(`local') must appear after FEATURE(`always_add_domain')*** ERROR: FEATURE() should be before MAILER()
*** MAILER(`local') must appear after FEATURE(`allmasquerade')*** ERROR: FEATURE() should be before MAILER()
if so, do this:
$ cd /etc/mail
$ vi sendmail.mc
# move the MAILER part to the end of the file
$ make
$ /etc/init.d/sendmail reload
DONE.
2011-04-30
2011-04-27
emacs 23 fontset
(set-frame-font "Monaco-14")
(set-fontset-font "fontset-default" 'han '("华文细黑" . "unicode-bmp"))
2010-12-20
订阅:
帖子 (Atom)