Category Archives: Ubuntu

免费的Linux发行版

Postfix on Ubuntu server 10.04

Postfix 是ubuntu服务器的默认MTA。快速,容易管理,安全。与 sendmail兼容。这里解释如何安装和配置postfix。解释如何使用安全连接建立起一个SMTP服务器(为了安全发送邮件)。 注意:这个指南没有说到如何建立 Postfix Virtual Domains,关于 Virtual Domains 和其他高级配置,参考 https://help.ubuntu.com/10.04/serverguide/C/postfix.html#postfix-references 安装 安装使用下面的命令行: sudo apt-get install postfix 基本配置 配置 postfix, 运行下面的命令: sudo dpkg-reconfigure postfix 用户界面出现,在每一屏上,选择下面的值: Internet Site mail.example.com steve mail.example.com, localhost.localdomain, localhost No 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.0.0/24 0 + all 使用你接收邮件的域名来替换 … Continue reading

Posted in Ubuntu | Leave a comment

Ubuntu 6.06.1 LTS下scim引起的问题

安装scim后,firefox2启动中断,java的GUI应用程序在运行时执行关闭窗口操作就会崩溃。 在网上搜索一下,firefox的问题可以通过在启动脚本firefox的shell说明语句#!/bin/sh后加入GTK_IM_MODULE=xim解决。但是java就没有相关的解释。最后还是把scim卸了,装了fcitx。

Posted in Ubuntu | 6 Comments