Sergio,
> When I do it from within the server using "telnet
> web2.domain.com 110" it
> cannot connect but if I do "telnet localhost 110" it connects okay.
>
Well, there you go. It seems like "web2.domain.com" is not known from
within the server. The quickest fix for this would be to open /etc/hosts
and add this line:
web2.domain.com 127.0.0.1
That will tell PHP that you are trying to connect to localhost.
> I changed the second line of the crontab to use "localhost"
> instead of the
> hostname like this:
> * * * * * cd /home/support/misc; /usr/bin/php -q
> download_emails.php t
> localhost INBOX
>
> Then I sent an email to t@stripped to see if I could
> create a new
> issue but it didn't do it.
>
It didn't do it because you probably forgot to update the email account
information on the web interface, right?
--Joao