[EMAIL PROTECTED] <> wrote on Tuesday, June 13, 2006 9:14 AM: > I have set up my smtp server to be a secure smtp server. Only > users have > pop3 accounts are allowed to send mail thru the server. On the other > hand, I need to use php's mail() function for my website. It > seems that > I no longer can use the mail() function after I change the > setting. Can > anyone help.
Sounds like you are using Windows? Your netmasks are incorrect - you need host bitmasks: "127.0.0.1" "255.255.255.255" "218.189.194.245" "255.255.255.255" Possibly this was your bug ;-) -soenke - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
