[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Solved. Mail() difference with PHP 4.1.2 to 4.1.0



Well, (see below to avoid top posting.....)  ;-)

> > That was the format I had, but I had to add in ALL IP's
> > (those of the 'virtual sites' on the Rack).
>
> My question is what did you put in? Did you put in www.yourdomain.tld or
> your virtual sites to tie to all your IPs? (A lot of people probably
> didn't have the problem because they only have one IP.)
>

Before (mail not working following PHP upgrade)... (No's changed to protect
the inanimate)

127.0.0.1       localhost
12.231.54.42   accountnumber.eu.verio.net         # main interface

After (now works as it did prior to PHP upgrade)

127.0.0.1       localhost
12.231.54.42    accountnumber.eu.verio.net         # main interface
21.105.53.15   clicktolearn.co.uk    #first virtual site
10.130.59.14

Although I have 3 sites/domain names on the server, they are all using one
IP, and go to the same main folder (then sent off to sub-dirs using
.htaccess symlinks).

Hope this helps.

Paul