diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-07-27 20:11:23 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-07-27 20:11:23 +0000 |
commit | c4b5ecb41da2e1992e0ec242c77c026367f65047 (patch) | |
tree | f633f876d45e6119c480752a060e30ad810eb91c /net-mail/xmail/files | |
parent | unmask linux32/linux64 on x86 too (diff) | |
download | gentoo-2-c4b5ecb41da2e1992e0ec242c77c026367f65047.tar.gz gentoo-2-c4b5ecb41da2e1992e0ec242c77c026367f65047.tar.bz2 gentoo-2-c4b5ecb41da2e1992e0ec242c77c026367f65047.zip |
Actually have 29617 as the control port.
Diffstat (limited to 'net-mail/xmail/files')
-rw-r--r-- | net-mail/xmail/files/xmail.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/xmail/files/xmail.confd b/net-mail/xmail/files/xmail.confd index e68a42964079..8092feee3caa 100644 --- a/net-mail/xmail/files/xmail.confd +++ b/net-mail/xmail/files/xmail.confd @@ -14,6 +14,6 @@ MAIL_PID=/var/run/$MAIL_NAME.pid MY_SMTP=29025 MY_POP3=29110 MY_FING=29079 -MY_CTRL=6017 +MY_CTRL=29617 MAIL_CMD_LINE=" -Pl -Pp $MY_POP3 -Sl -Sp $MY_SMTP -Ql -Fl -Fp $MY_FING -Cl -Cp $MY_CTRL -Ll" |