Most MTAs will not accept mail for unknown users. Is Exchange is accepting unknown user email? Not sure how that fits in with the antispam antivirus strategy. Your Sendmail is configured to return an error for unknown users, since the made-up address isn't a valid user in a stock build.
You need either Exchange or Sendmail/postfix to check mysql in the user table for the incomingemail field (see HOWTO at http://pbj.ca/postfix.html). Stef 2009/7/2 Eric <[email protected]>: > Hey, > > I'm trying to setup email posting and watching /var/log/mail.log i'm seeing: > > JulĀ 2 09:59:10 superdev01 sm-mta[18446]: n62Ex8Nt018446: > <[email protected]>... User unknown > JulĀ 2 09:59:10 superdev01 sm-mta[18446]: n62Ex8Nt018446: > from=<[email protected]>, size=7499, class=0, nrcpts=0, proto=ESMTP, > daemon=MTA-v4, relay=exchange07.server.com [10.x.x.x] > > Nothing gets sent to the maildaemon script. > > The message is being relayed through a exchange server, (corp wants/needs > virus scanning/spam filters before it hits the laconica server) so i'm not > sure if that will affect sendmail parsing the /etc/aliases > > Here's my aliases (i've run newaliases too and restarted sendmail) > *: /var/www/l/scripts/maildaemon.php > > Ubuntu 8.10 > > Where do i go next? > > > -Eric Helgeson > > _______________________________________________ > Laconica-dev mailing list > [email protected] > http://mail.laconi.ca/mailman/listinfo/laconica-dev > > _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
