Jeff Weinberger a écrit : > I am hoping that this is something fairly simple that I am missing.... > > I have a few lists on a mailman server that I run. Until recently, only > authenticated users (those who have actual accounts on my IMAP/Virtual > mailboxes server and can authenticate via SASL). Now I want to allow > certain users who are not authenticated (i. e. they are outside my > server and domains) to send mail to those lists. > > as far as I can tell, mailman would allow this (I've made them list > owners). But when they try, I'm getting this in my mail log: > > Jan 25 15:18:18 s postfix/smtpd[46331]: NOQUEUE: reject: RCPT from > ns1.siteground235.com <http://ns1.siteground235.com/>[75.125.60.15]: 554 > 5.7.1 <myl...@lists.mylistserver.com > <mailto:myl...@lists.mylistserver.com>>: Relay access denied; > from=<otheru...@otherdomain.com <mailto:otheru...@otherdomain.com>> > to=<myl...@lists.mylistserver.com > <mailto:myl...@lists.mylistserver.com>> proto=ESMTP > helo=<serv01.siteground235.com <http://serv01.siteground235.com/>> >
you need to add lists.mylistserver.com to one (and only one) of mydestination, relay_domains or virtual_maibox_domains. > [snip]