Hi, I'm getting the following in /var/log/exim4/mainlog but am unsure how to get smtp working.
> 2007-01-15 13:02:18 1H6FIo-0001zL-4g <= [EMAIL PROTECTED] U=logcheck P=local S=766 > 2007-01-15 13:02:18 1H6FIo-0001zL-4g ** [EMAIL PROTECTED]: Unrouteable address > 2007-01-15 13:02:18 1H6FIo-0001zP-T4 <= <> R=1H6FIo-0001zL-4g U=Debian-exim P=local S=1631 > 2007-01-15 13:02:18 1H6FIo-0001zL-4g Completed > 2007-01-15 13:02:19 1H6FIo-0001zP-T4 ** [EMAIL PROTECTED]: Unrouteable address > 2007-01-15 13:02:19 1H6FIo-0001zP-T4 Frozen (delivery error message) > 2007-01-15 13:16:53 1H6FWv-00026V-6z <= [EMAIL PROTECTED] U=adam P=local S=603 [EMAIL PROTECTED] > 2007-01-15 13:16:53 1H6FWv-00026V-6z ** [EMAIL PROTECTED]: Unrouteable address > 2007-01-15 13:16:53 1H6FWv-00026X-Fj <= <> R=1H6FWv-00026V-6z U=Debian-exim P=local S=1395 > 2007-01-15 13:16:53 1H6FWv-00026V-6z Completed > 2007-01-15 13:16:53 1H6FWv-00026X-Fj ** [EMAIL PROTECTED]: Unrouteable address > 2007-01-15 13:16:53 1H6FWv-00026X-Fj Frozen (delivery error message) > 2007-01-15 13:18:20 Start queue run: pid=8137 The relevant part of /etc/exim4/exim4.conf seems to be > 38 # This sets a macro DC_minimaldns if dc_minimaldns=true. If > 39 # dc_minimaldns=false, this expands to an empty line. > 40 .ifndef DC_minimaldns > 41 DC_minimaldns=DEBCONFminimaldnsDEBCONF > 42 .endif > 43 > 44 # Create other macros from Debconf. Macros created here are used in > 45 # other places in exim config. > 46 .ifndef DC_visiblename > 47 DC_visiblename=DEBCONFvisiblenameDEBCONF > 48 .endif My .muttrc has set sendmail="/usr/sbin/exim4" .. and incoming mail works fine. What am I missing here ? Adam Bogacki, [EMAIL PROTECTED] -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
