Ronald Wiplinger <[EMAIL PROTECTED]> writes: > I believe you, that you are right, but I don't know how to fix it. > In /etc/sendmail.cf each line with procmail has "-a" included > The global /etc/procmailrc includes the EXTENSION="$1" ....
Unfortunately, I'm no Sendmail expert. I've never used it. But, while EXTENSION is important, it is RECIPIENT that may be causing your problems. It should look like this. RECIPIENT="$LOGNAME$DELIMITER$EXTENSION@$HOST" HOST is a variable set by procmail, so perhaps your machine's host name is not properly configured. What is the output of the 'hostname' command? > Another problem is that the two in the FAQ mentioned comands > tmda-pending (TMDA new in pending & TMDA delete from pending) produce > a mail, what I can see in /var/log/mail, but the receiver does not get > the mail. There is no debug, no incoming entry about this mail. The cron program usually sends mail to the user who owns the crontab. If you have TMDA on that user's account, TMDA will send a confirm request back to cron! Try setting the MAILTO variable in your crontab. You can read more about this with 'man 5 crontab' (if you run Linux, you might have to specify a '-s5' to get section 5 of the manual. I don't run Linux, so I'm not exactly sure about that. > And still the worst is that people send me mail with one of my virtual > domain names ([EMAIL PROTECTED]), which fills up the incoming and > debug files and pending directory. I'm afraid I don't quite understand what you mean. Do you not want people to send mail to your virtual addresses? Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
