Getting Email List from Windows Domain

Drew Marshall drew at THEMARSHALLS.CO.UK
Mon Feb 21 09:55:22 GMT 2005


    [ The following text is in the "iso-8859-1" character set. ]
    [ Your display is set for the "US-ASCII" character set.  ]
    [ Some characters may be displayed incorrectly. ]

Pete Russell said:
>>
>> I have been converting the FAQ to wikki this evening and didn't have
>> your
>> surname to credit. If you don't mind, I'll add it (Looks better than
>> just
>> Pete?!)
> You can add my surname if you wish "Pete Russell"

Will do, thanks.
>
>>>May i suggest that unless you add some comments to your code that it may
>>>not be all that useful to others.
>>>
>>>Is your for creating the access list for us in postfix? I create
>>>recipient lists for postfix - do you know whether one has more benifits
>>>than the other?
>>
>>
>> My understanding was that an access list is to block client's access
>> (E.g.
>> incoming mail servers) and the recipient list is a list of acceptable or
>> known users.
> I use access list to block individual users too - i think access list
> stop the connect at helo and recipients stop it at MailTo  part of the
> smtp connection?

Yes, this is true. Sorry I explained my self badly. A client can be a
server or user. I would look to use it as one of the lines in
'smtpd_client_restrictions' rather than 'smtpd_helo_restrictions' as the
client and it's helo (ehlo) may not be the same. Postfix will look to
reject all mail at RCPT TO stage as some (Broken) MTAs don't understand
550 earlier in the SMTP conversation (You can control this with
'smtpd_delay_reject' although I would suggest leaving it) so which ever
part of main.cf does the rejecting, it all happens at the same time.

More details can be found here http://www.postfix.org/postconf.5.html and
serch for smtpd.

Drew

--
In line with our policy, this message has
been scanned for viruses and dangerous
content by MailScanner, and is believed to be clean.
www.themarshalls.co.uk/policy

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!




More information about the MailScanner mailing list