These are the files

defaults.inc.php
/ / IMAP
[...]
$ config ['default_host'] = 'example.com';
/ / TCP port connections used for IMAP
$ config ['default_port'] = 143;

/ / SMTP
[...]
$ config ['smtp_server'] ='';
/ / SMTP port (default is 25;
$ config ['smtp_port'] = 25;

config.inc.php
/ / IMAP
$ config ['default_host'] ='';

/ / SMTP
[...]
$ config ['smtp_server'] ='';
/ / SMTP port (default is 25;
$ config ['smtp_port'] = 25;

Now
where editing
username:
password.
to enter roundcube.

Thank you!


*Saludes;*

rasa.


2014-07-01 5:00 GMT-05:00  <users-requ...@lists.roundcube.net>:
> Send users mailing list submissions to
>         users@lists.roundcube.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.roundcube.net/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
>         users-requ...@lists.roundcube.net
>
> You can reach the person managing the list at
>         users-ow...@lists.roundcube.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
>
> Today's Topics:
>
>    1.  with my domain name (Ricardo Adolfo S?nchez Arboleda)
>    2. Re:  with my domain name (Mike Burger)
>    3. Re:  with my domain name (Arne Berglund)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 30 Jun 2014 13:41:55 -0500
> From: Ricardo Adolfo S?nchez Arboleda <rasa996...@gmail.com>
> To: users@lists.roundcube.net
> Subject: [RCU] with my domain name
> Message-ID:
>         <CAE=ryq_utfhfh3b4ra8dweybzwpecvokvazcv1tonxr9nzm...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> List where and how to edit roundcubemail-1.0.1 to send and receive
> with my domain name.
> Example: exam...@example.com
> IMAP:
> SMTP:
> I can only do this with gmail
> Thank you!
>
>
> *Saludes;*
>
> rasa.
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 30 Jun 2014 14:47:06 -0400
> From: Mike Burger <mbur...@bubbanfriends.org>
> To: Roundcube Users mailing list <users@lists.roundcube.net>
> Subject: Re: [RCU] with my domain name
> Message-ID: <399747001556a9f548af462c0736f...@bubbanfriends.org>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> On 2014-06-30 2:41 pm, Ricardo Adolfo S?nchez Arboleda wrote:
>> List where and how to edit roundcubemail-1.0.1 to send and receive
>> with my domain name.
>> Example: exam...@example.com
>> IMAP:
>> SMTP:
>> I can only do this with gmail
>> Thank you!
>
> <roundcube install dir>/config/defaults.inc.php
>
> $config['default_host']=example.com
> --
> Mike Burger
> http://www.bubbanfriends.org
>
> "It's always suicide-mission this, save-the-planet that. No one ever
> just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG1
>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 30 Jun 2014 11:53:18 -0700
> From: Arne Berglund <abergl...@lesd.k12.or.us>
> To: Roundcube Users mailing list <users@lists.roundcube.net>
> Subject: Re: [RCU] with my domain name
> Message-ID: <14df4a59d42c5312e84213852db1b...@mail.lesd.k12.or.us>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> On 2014-06-30 11:47, Mike Burger wrote:
>> On 2014-06-30 2:41 pm, Ricardo Adolfo S?nchez Arboleda wrote:
>>> List where and how to edit roundcubemail-1.0.1 to send and receive
>>> with my domain name.
>>> Example: exam...@example.com
>>> IMAP:
>>> SMTP:
>>> I can only do this with gmail
>>> Thank you!
>>
>> <roundcube install dir>/config/defaults.inc.php
>>
>> $config['default_host']=example.com
>
> It is best to not edit the defaults file. Instead, copy the line that
> you need a different value into the config/config.inc.php file and make
> the change there. Leave defaults file unchanged. An entry that exists in
> config.inc.php will override the default entry.
>
> In the end, the config.inc.php file should be fairly short, with only
> the entries that are changed from default. Makes troubleshooting much
> simpler.
>
> --
> Arne Berglund
> System Administrator, Internet Services
> Lane Education Service District
> Eugene, OR
> ____________
>
>
>
>
> ------------------------------
>
> _______________________________________________
> List info: http://lists.roundcube.net/users/
>
>
> End of users Digest, Vol 85, Issue 1
> ************************************
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to