Gerardo Arnaez <[EMAIL PROTECTED]> writes:

> Ok I wiped out the vdomain again and started over
> 1. I run this scrpt to start vpopmail
> 
> [EMAIL PROTECTED]:/etc/init.d$ cat vpopmail-start 
> #!/bin/sh
> env - PATH="/var/qmail/bin:/usr/local/bin" \
> tcpserver -H -R 0 pop-3 \
> /var/qmail/bin/qmail-popup tinkies.mung.net \
> /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d
> Maildir & 

This script starts the POP3 server so that users can receive mail
through the POP3 protocol.

> 2. i then run, this script as you suggested
> [EMAIL PROTECTED]:~/install/tinkies_install$ cat 
> tmda-vpopmail-script-emailsuggestion 
> su vpopmail -c '/usr/bin/tmda-ofmipd -A
> "/home/vpopmail/bin/vchkpw
> /bin/true" -S
> /usr/share/doc/tmda/contrib/vpopmail-vdir.sh'

This runs the tmda-ofmipd SMTP proxy.  It accepts mail from your mail
client program on port 8025 and, after possibly tagging the headers in
some fashion, based on your outgoing filter, it sends the mail on to
another SMTP server.  Which SMTP server it send the mail to depends on
what you have in your config file.  If you have not set the SMTPHOST
variable, then by default it will send to an SMTP server running on
localhost at port 25.  If you are using that default and are not
running an SMTP server on the same machine as tmda-ofmipd, then no
mail will be sent.  If your mail client program is sending mail to a
different server or port than tinkies.mung.net:8025, tmda-ofmipd will
not be used.

Note that tmda-ofmipd is for outgoing mail only.

> 3. At this point I am still able to send and receive
> message i send to [EMAIL PROTECTED] (a virutal email)

What program are you using to send mail to [EMAIL PROTECTED]

> I read the instructions.
> a. I put in a .tmda/crypt_key in
> /home/vpopmail/domains/baffler.net/dude

Do you have a config file in .../baffler.net/dude/.tmda?

> b. I still get no challenged email when this is done

See below for why this is.

> tinkies:/home/vpopmail/domains/baffler.net# cat .qmail-default 
> | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

This .qmail-default file doesn't run the tmda-filter program, so you
will never get challenged.  You may be confusing tmda-ofmipd and
tmda-filter.  tmda-ofmipd has nothing to do with the challenge part of
TMDA.  Also, while a plain .qmail-default works for a plain vpopmail
installation without TMDA, you'll actually need a .qmail-dude and a
.qmail-dude-default to make TMDA work properly.

The vadduser-tmda script will set up everything you need, including a
config file, a crypt_key file, an incoming filter file and the
.qmail-dude* files that you need.


Tim
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to