|
/* +-----------------------------------------------------------------------+ | RoundCube Webmail IMAP Client | | Version 0.1-20051021 | | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | | Redistribution and use in source and binary forms, with or without | | modification, are permitted provided that the following conditions | | are met: | | | | o Redistributions of source code must retain the above copyright | | notice, this list of conditions and the following disclaimer. | | o Redistributions in binary form must reproduce the above copyright | | notice, this list of conditions and the following disclaimer in the | | documentation and/or other materials provided with the distribution.| | o The names of the authors may not be used to endorse or promote | | products derived from this software without specific prior written | | permission. | | | | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <[EMAIL PROTECTED]> | +-----------------------------------------------------------------------+ $Id: index.php,v 1.12 2005/10/20 22:20:05 roundcube Exp $ */ So the most recent version, from what I'm seeing. The only line that has local host in program/include/rcube_smtp.inc is line 61: $SMTP_CONN = new Net_SMTP($CONFIG['smtp_server'], $smtp_port, 'localhost'); I was looking around for other SMTP files, and I have under program/lib/Net/SMTP.php with many localhost listings, but nothing, sorry to say, I'd know what to do with. I've attempted changing all localhost references to my server location, both IP and DNS name, nada. Mojo Jojo wrote:
--
Brady J. Frey creative director // dotfive 1960 California St., Suite #23 San Francisco, CA 94109 ph: 415.354.1076 www.dotfive.com |
- Outbound email fails via smtp Brady J. Frey
- Re: Outbound email fails via smtp Mojo Jojo
- Re: Outbound email fails via smtp Mojo Jojo
- Re: Outbound email fails via smtp Mojo Jojo
- Re: Outbound email fails via smtp Brady J. Frey
- Re: Outbound email fails via smtp Mojo Jojo
- Re: Outbound email fails via smtp Brady J. Frey
- Re: Outbound email fails via smtp Brady J. Frey
- Re: Outbound email fails via smtp Mojo Jojo
- Re: Outbound email fails via smtp Brady J. Frey
- Re: Outbound email fails via s... Mojo Jojo
- Re: Outbound email fails via s... Brady J. Frey
- Re: Outbound email fails via s... Mojo Jojo
- Re: Outbound email fails via s... Brady J. Frey
- Re: Outbound email fails via s... Tom Sepper
