Check your tcp.smtp file for localhost as permitted to relay.
Also, it may be the same file, different thing.
Different mail handlers from external sources which you can specify in tcp.smtp
What does your qmail log files indicate?
Also, without the following in you /etc/tmdarc
MAIL_TRANSPORT = 'smtp'
it will default to /usr/bin/sendmail which qmail replaces on install which probably shows something in /var/log/maillog
Sam
Neil Spierling wrote:
Only domains who I have hosted on my mail server ever get confirm mail, but if an external person emails one of my tmda protected domains they never get a confirm message
Eg if local1 mails local2, local1 gets the confirm etc BUT if external1 mails local1, external1 never gets the confirm message
Ive tested this with a few domains hosted on the same mail server, I have also tested this with a few external addresses. The debug file isn't catching anything and the incoming file doesn't seem to have anything useful, there is a small part of the incoming file at the bottom. Its too big to put the whole lot in.
Im using
Latest CVS vpopmail Qmail 1.03 Courier 2.2.1 Tmda 1.0.3
Files,
.qmail-temp / .qmail-temp-default: (created this account using the adduser script in the contrib dir)
|preline -f /usr/local/tmda-1.0.3//bin/tmda-filter -c /home/vpopmail/domains/linux-boxen.org/temp/.tmda/config -t /home/vpopmail/domains/linux-boxen.org/temp/.tmda/templates/ |/home/vpopmail//bin/vdelivermail '' /home/vpopmail/domains/linux-boxen.org/temp
temp/.tmda/config:
CRYPT_KEY_FILE = "/home/vpopmail/domains/linux-boxen.org/temp/.tmda/crypt_key" CONFIRM_APPEND = "/home/vpopmail/domains/linux-boxen.org/temp/.tmda/lists/whitelist" DATADIR = "/home/vpopmail/domains/linux-boxen.org/temp/.tmda/" PENDING_WHITELIST_APPEND = CONFIRM_APPEND PENDING_BLACKLIST_APPEND = "/home/vpopmail/domains/linux-boxen.org/temp/.tmda/lists/blacklist" PENDING_RELEASE_APPEND = CONFIRM_APPEND FILTER_INCOMING = "/home/vpopmail/domains/linux-boxen.org/temp/.tmda/filters/incoming" FILTER_OUTGOING = "/home/vpopmail/domains/linux-boxen.org/temp/.tmda/filters/outgoing" HOSTNAME = "linux-boxen.org" LOGFILE_INCOMING = "/home/vpopmail/domains/linux-boxen.org/temp/.tmda/incomming" LOGFILE_DEBUG = "/home/vpopmail/domains/linux-boxen.org/temp/.tmda/debug"
/etc/tmdarc
import os BARE_APPEND = os.path.expanduser("~/.tmda/whitelist") CONFIRM_APPEND = os.path.expanduser("~/.tmda/whitelist") TEMPLATE_DIR = os.path.expanduser("~/.tmda/templates") LOGFILE_DEBUG = "/home/vpopmail/temp.debug"
tmda-ofmipd is started this way:
su -l vpopmail -c '/usr/local/tmda-1.0.3/bin/tmda-ofmipd -p 0.0.0.0:8025 -A "/home/vpopmail/bin/vchkpw /bin/true" -S /usr/local/tmda-1.0.3/contrib/vpopmail-vdir.sh'
parts of incoming:
Date: Mon May 31 15:47:05 CDT 2004 From: "Neil Spierling" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subj: dsdsf Actn: CONFIRM pending 1086036425.17888.msg (3748)
Date: Mon May 31 16:11:42 CDT 2004 From: "Neil Spierling" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subj: ds Actn: CONFIRM action_incoming (4410)
Date: Mon May 31 16:11:42 CDT 2004 From: "Neil Spierling" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subj: ds Actn: CONFIRM pending 1086037902.20856.msg (4410)
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
