本文主要是介绍aix sendmail 设置 (aix 只发送 到 linux sendmail server),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
可以看下面的guide:
The following steps will guide you trough the setup of AIX sendmail via using the m4 mechanism.
This info is valid for AIX 4.3.3, AIX 5.1, AIX 5.2 and AIX 5.3.
First you need to install bos.net.tcp.adt, you can find this package on the AIX base media.
Once installed, goto the directory /usr/samples/tcpip/sendmail/cf. You will find here a file called aixsample.mc, use this file as a basis to configure your own sendmail.mc. Interesting extra features you can use are:
* define(`SMART_HOST', `smtp.yourdomain.com')
* define(`confPRIVACY_FLAGS',`authwarnings,novrfy,noexpn,restrictqrun')dnl
Make sure you add:
include(`/usr/samples/tcpip/sendmail/m4/cf.m4')
at the beginning of the file, to tell m4 where to find the cf.m4 macros.
Once you created the .mc file, run:
* cd /usr/samples/tcpip/sendmail/cf
* #
这篇关于aix sendmail 设置 (aix 只发送 到 linux sendmail server)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!