Julia Frizzell wrote: > >In looking at the SMTP error log, this is what I'm seeing for the error: > >Dec 15 14:54:53 list postfix/lmtp[27282]: 88BFD47E63: >to=<[EMAIL PROTECTED]>, relay=none, delay=1641, status=deferred >(connect to /var/imap/socket/lmtp[/var/imap/socket/lmtp]: No such >file or directory) > >And sure enough, if I go into that directory, there is no lmtp file >or directory in that spot. > >But, since Mailman *is* working for the non-virtual host, I think >I've just misconfigured something somewhere, or left out a step.
I'm not a sendmail person so I can't help directly with the required incantations, but the issue is that sendmail is trying to deliver mailman mail for the virtual host via lmtp instead of via the mailman aliases. You need to tell sendmail to look first at the mailman aliases that pipe mail to the mailman mail wrapper before trying normal delivery for this host. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
