On Wed, 31 Mar 2004, Kevin A. McGrail wrote: > In short, on a working sendmail server, is there any easy way to simply get > a list of all the valid possible local email addresses from a command line > as a privileged user?
Why do you need that? You can use md_check_against_smtp_server because Sendmail is sensible and (normally) validates recipients at RCPT TO: time. In general, because of Sendmail's flexibility, there is no way to enumerate all local users -- you have to know details of your particular site's setup and kludge it. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

