blob: 8f76403aca1fd0c86db2857fdd5c4c7f4b51adc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#!/bin/sh
# Configuration file for qmail-qmtpd
# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/1.03-r11/conf-qmtpd,v 1.2 2004/07/18 03:29:51 dragonheart Exp $
# For more information on making your servers talk QMTP
# see http://cr.yp.to/im/mxps.html
# Stuff to run before tcpserver
QMAIL_TCPSERVER_PRE=""
# Stuff to run qmail-qmtpd
QMAIL_QMTP_PRE=""
# Stuff to after qmail-qmtpd
QMAIL_QMTP_POST=""
# We don't have anything to set QMAILQUEUE to at the moment, so we leave it alone
#QMAILQUEUE=""
# I don't trust /etc/services to have everything...
TCPSERVER_PORT=209
|