I've got two servers on my network:
- mail.iamghost.org [192.168.0.200 / 24]
- www.iamghost.org [192.168.0.201 / 24]
Now my Postfix server lets me send mail via SMTP just fine from
Thunderbird on any machine that is in 'mynetworks' file:
Code:
[root@mail ~]# cat /etc/postfix/mynetworks
127.0.0.0/8
192.168.0.0/24
The problem I'm having is that I've installed RoundCube on my web
server listed above and I'm able to login and read all my messages
perfectly via IMAP4. The problem is when I compose a new message and
try to send via SMTP from webmail only. When I try and send, I get a
SMTP error: SMTP Error (250) Authentication Failure. I can't
understand what's causing this. When I 'tail' my Postfix log file, I
don't see anything but an incoming connection and then an immediate
disconnect. No details show why this is occurring. I then ran Postfix
in debug mode to get more info and here's what I show:
Code:
Jan 11 13:29:32 mail dovecot: imap-login: Login: user=<carlos>,
method=PLAIN, rip=192.168.0.201, lip=192.168.0.200, mpid=2190, TLS
Jan 11 13:29:32 mail postfix/smtpd[2191]: connect from
www.iamghost.org[192.168.0.201]
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 220 mail.iamghost.org ESMTP Postfix
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: EHLO www.iamghost.org
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-mail.iamghost.org
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-PIPELINING
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-SIZE 20480000
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-VRFY
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_list_match:
www.iamghost.org: no match
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_list_match:
192.168.0.201: no match
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-ETRN
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-ENHANCEDSTATUSCODES
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-8BITMIME
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250 DSN
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: RSET
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250 2.0.0 Ok
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: QUIT
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 221 2.0.0 Bye
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: disconnect from
www.iamghost.org[192.168.0.201]
Jan 11 13:29:32 mail dovecot: imap(carlos): Disconnected: Logged out
bytes=12/341
Anyone know what is causing this error? I've completely disable (I
think) TLS configuration from Postfix (not Dovecot) to verify what the
issue maybe. Still get the same error with TLS disable. I can telnet
into the server from any PC and send mail via Telnet:
[cmennens@tuna ~]$ telnet mail.iamghost.org 25
Trying 192.168.0.200...
Connected to mail.iamghost.org.
Escape character is '^]'.
220 mail.iamghost.org ESMTP Postfix
EHLO tuna.ideorlando.org250-mail.iamghost.org
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from:carlos@iamghost.org
250 2.1.0 Ok
rcpt to:carlos.mennens@gmail.com
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
Subject:Test Email Message
This is a test
.
250 2.0.0 Ok: queued as 4E7E7140522
quit
221 2.0.0 Bye
Connection closed by foreign host.
Any ideas on what this could be? It's driving me crazy and I'm
exhausted myself trying to resolve this issue.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi All,
Running version 0.4 Stable.
When a users clicks on an UNREAD message, the loading message appears, the
message becomes un-highlighted and then it throws up the "Could not load
message from server", nothing appears in the reading pane.
Can anyone shed any light on this please??
TIA
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone,
I am using Roundcube 0.5-beta with an Apache 2.2.14-5, GNUTLS 2.10.4 and
mod_gnutls in version 0.5.9. The used Linux distribution is Ubuntu 10.10.
When I am logged into the webinterface, I see many messages like these
in the Apache error log:
[Tue Jan 11 10:08:22 2011] [error] [client 88.198.50.166] GnuTLS:
Handshake Failed (-9) 'A TLS packet with unexpected length was received.'
First I thought it is a problem with Roundcube itself, but after I tried
several GNUTLS, mod_gnutls versions and the Squirrelmail webinterface --
and the error messages still occured -- I assume that there is a problem
with the underlying GNUTLS itself.
I also found a bug in the Ubuntu Launchpad Bugtracker, which implies
that this is a problem with GNUTLS:
https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/105736
* Has anyone experienced this problem before?
* Anyone a hint how to solve it?
* There seems to be no problem with the connection, Firefox and Chrome
tell me the session is encrypted.
Best Regards,
-Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm hosting a web site ( http://test-ipv6.com ) that *may* get a fair bit of
attention this week. It will be part of a press release involving several
major web sites. It will also be on the web site of a prominent
organization coordinating the press release.
The server *may* have a sudden increase in business, depending on the level
of attention the press release (and media interviews related to it) gets.
What does this mean for you?
- Mailing lists I host (woodworkers, roundcube, corvette resto, etc) will
possibly run a bit slower on getting mail delivered.
- Web sites I host may be less snappy. Possibly, downright slow.
- Shell access, for those of you who have it, may appear lagged.
- If you aren't sure why you're getting this mail at all, it means
that you have an email address that is routed through my server.
Ping me directly if you're not sure why.
I'm looking into ways to help spread the load to other servers, but I'm
gated on both time and money, as well as IPv6 availability on any resources
that might be contributed. As such, the next handful of days *may* be
bumpy. I want to appologize in advance for that.
I have had the suggestion from one of the web sites on the press release to
look at Google App Engine. I will do that, but I am constrained on when I
can do that. I can't mix my employer's time or resources, with working
on test-ipv6.com. The soonest I can do any significant change will be
Friday.
Additionally, the organization putting out the press release, is working on
setting up a mirror of my site; once complete, they will hopefully take
some of the traffic themselves.
If you have an urgent issue, call 1-877-4FESLER, extension 22. If I can't
asnwer the phone, leave a message (I may be in a meeting). But do leave the
message, and I will get it.
Jason Fesler
Some of the email/Web sites affected (the main ones, at least):
alexmeyer.combsdnet.orgcorvette-resto.com
deepfried.us
egbtnetwork.comframekillertobacco.comgardencity1988.comgetprideconcrete.comgigo.comgoldenrivers.orghcri.comlists.gigo.comlists.roundcube.net
mkurl.us
sawdusters.orgstarrynyte.comsuchter.comtest-ipv6.comwecarecancerpeernavigators.orgyersinia.com
For a complete list, see http://stats.gigo.com/ .
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hallo all and a happy new year
Did you know CrossPoint (XP)? An old german DOS-Mailprogramm!
This old program has a function which I'm missing for several years:
I try to explain:
Some of my contacts are writing private e-mails to me from their
work-mail-address.
If I do not watch the reply will go to work, but it has to go to the
private mail-address.
In CrossPoint there was the possibility to set an manuell
Reply-To-Adress which overides all Header-Reply-Settings (if exist) by
sending a Reply.
This manuell Reply-To-Adress have to set manuelly in the adressbook, by
choosing an other existing mail-adress as Reply-To.
Do you understand, what I try to explain?
Best Regards from Germany
Ulli Heist
--
http://heist.hobby-site.org/witze
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I downloaded this version of ROundcube and followed the install guide.
I noticed that the directory has a few executable shell scripts:
# cd /xxx/roundcube/bin
# ls -l
total 32
-rwxr-xr-x 1 root root 2688 Sep 25 15:03 cleandb.sh
-rwxr-xr-x 1 root root 2782 Sep 25 15:03 decrypt.sh
-rwxr-xr-x 1 root root 1334 Mar 5 2010 jsshrink.sh
-rwxr-xr-x 1 root root 547 Mar 5 2010 jsunshrink.sh
-rwxr-xr-x 1 root root 3238 Sep 29 10:30 msgexport.sh
-rwxr-xr-x 1 root root 2474 Sep 29 10:30 msgimport.sh
-rwxr-xr-x 1 root root 4862 Sep 25 15:03 update.sh
All static content (and roundcube included) is on a mount point that has
noexec,nosuid which means that it cannot be executed.
I have copied the scripts into /usr/local/bin, where these can be
excueted from, but would like to know what I have to change in the
Roundcube configuration to ensure that Roundcube still finds these.
Does anyone know?
Best regards, J.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi chaps and chapettes,
I have just set-up my first RC system: (relevent versions notes at
end of this Email)
RC
Apache
mysql
postfix
dovecot
spamassassin
php
The Roundcube is a little slow with one test user and no load. I would
like to know what I have to tweak for this to run a little faster. I
presume that it is one or some of these programmes that ought to be
tuned: apache mysql or roundcube. Does some one have some ideas or
some links to some docs about this?
By the way: its not hardware related: The load is always at a pleasent 0
0 0 and the system has an 8 core Xeon on it, so its a nice beast: :
Intel(R) Xeon(R) CPU E5420 @ 2.50GHz
Many thanks for any ideas.
Best regards, J.
----------------------------------------------------------------------------------------------------------------------------
Appendix:
Version specifc notes: (sans dovecot,postfix,spamd because these should
be irrelevant to RC performance)
* roundcube 0.4.2
* Apache version 2.2.16-4
* mysql Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (x86_64) using
readline 6.1
* PHP 5.3.3-6 with Suhosin-Patch (cli) (built: Dec 7 2010 12:47:03)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I've just upgraded from 0.4.2 to 0.5-RC.
I would like to report a considerable slowing down of the imap
connection (dovecot 2.0.7) in case 'imap_auth_type' is not specifically
defined (CRAM-MD5 in my case), while the default null value was working
fine with the 0.4.2 version.
Regards
Roberto Puzzanghera
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
I'm running Roundcube 0.5 RC on our server and I think there is a bug,
somehow related to this closed bug:
http://trac.roundcube.net/ticket/1486532
When replying to a mail a single space character is inserted before every
line written. The original message appears below the answer which is set
this way in the settings of Roundcube.
Can somebody confirm?
Regards,
Martin
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Is there a routine available which would be able to remove a stale user
from the MySQL database along with any other table entries related to
them such as contacts etc etc?
I have dozens of long gone users, and I would like to clean up the DB.
Yes, they aren't hurting anything by being there, but they aren't helping
anything either.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have a message that won't display correctly in roundcube. In
internet explorer 8, when the message is selected, it starts to open
it, says loading at the top of the screen, but never loads it. It
will load in chrome and firefox, but it only loads halfway. This
message displays correctly in our live webmail which is tupimail as
well as in windows live mail. Any ideas what might be happening here
or where I might look to find out?
Thanks,
James
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I installed today's 0.5-rc release for testing, and already have a
question. One of the new features in the Changelog is "Add 'loading'
message on message move/copy/delete/mark actions"
Well, I've already got three complaints on this from my testing team.
While
it's OK for most users, I have users who delete multiple consecutive
messages by highlighting the first one, and then clicking "Delete"
multiple
times until the batch is gone. (They have "After message delete/move
display the next message" as True.) While this method works fine in
0.4.2,
the "Loading..." dialogs start to stack up quickly in 0.5-rc and after
two
or three clicks they cover the Delete button and the user has to wait
for
the dialogs to clear before proceeding.
So I'm wondering if any thought has been given to making these new
dialogs
a preference that could be enabled/disabled? While making it a per-user
setting would be ideal, I could live with just having the ability to
turn
it off globally in the main.config.php if that would be easier.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list,
I'm testing a shared mailbox with roundcube and, so far, didn't manage
to make it work.
I have cyrus-imap and a shared mailbox named "testshared" in
/var/spool/cyrus/mail/t/shared/testshared
I can subscribe and browse this mailbox from thunderbird with userA.
But with the same userA, when I try to access it from roundcube, I get
the error "Server Error: STATUS: Mailbox does not exist".
I tried to change my default settings in main.inc.php as follow:
---
$rcmail_config['imap_ns_personal'] = "INBOX.";
$rcmail_config['imap_ns_other'] = null;
$rcmail_config['imap_ns_shared'] = "shared.";
---
But that doesn't work either.
What is the correct configuration to access a shared mailbox from
roundcube ?
Thanks,
Julien
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
Is there any way to change the sender identity based on the email
service domain?
Here is my scenario: horde provides the webmail service for two domains:
.student.domain.com
.profs.domain.com
The email addresses are created in the following way:
username(a)student.domain.com (for the first)
username(a)domain.com (for the second)
However, with this configuration:
$rcmail_config['default_host'] = array(
‘profs.domain.com => ' domain.com ',
'student.domain.com' => 'student.domain.com',
);
The roundcubemail creates the sender identity for the second domain like
this: username(a)profs.domain.com , which is not valid to send emails.
Is there any way to set up roundcube the way I need? Thank you
--
Ricardo Ruivo
System Administrator
SIC - Serviço de Informática e Comunicações
Department of Informatics Engineering
Faculty of Science and Technology
University of Coimbra | Portugal
My PGP Public Key is available at:
http://pgp.dei.uc.pt:11371/pks/lookup?op=get&search=0x7D4F6A4C
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/sQ/WaKlzKYG/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hohoho folks,
Our Christmas gift for 2010 is now available for download. We just
published the release candidate package for the upcoming version 0.5
of Roundcube webmail. It's now feature-complete with a reworked user
interface for the IMAP folder management and improved handling for
mailing list headers. Details are listed in the changelog as usual:
http://trac.roundcube.net/wiki/Changelog
Please download this latest release from http://roundcube.net/download
and let us know about things that need improvement. The final version
will be ready soon and we're already making big plans for 2011.
Enjoy the upcoming days and have a great party for new year!
Cheers,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hello roundcube network.
I just noticed a problem on the last trunk.
you can not select the new files to add in the INBOX because the window
is full and there is no scroll bar to scroll to the bottom of the list
any return are welcome , thanks
- --
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7
gpg --keyserver pgp.mit.edu --recv-key 092164A7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iD8DBQFNCrAVtXI/OwkhZKcRAnONAKCFfLic6G7vTniLrZ1MyNvDp/mbiwCdGDgw
T+HNxE+ZeE9sEzEbsBMAvpQ=
=l9Wh
-----END PGP SIGNATURE-----
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello there,
I've got a problem with the pf_password plugin to change the users password
in the postfixadmin mysql database.
This mysql code works properly: ['password_query'] = 'UPDATE mailbox SET
password=%c WHERE username=%u';
But how is the syntax to make use of the
modified,pass_modified,last_password and second_password fields?
The default querysyntax doesn't work for me: ['password_query'] = "UPDATE
`mailbox` SET `password` = %n , modified=now() , pass_modified=now()
,`last_password` = %y, `second_last_password` = %z WHERE `username` = %u
LIMIT 1";
Also 'password'=%c haven't worked.
Thanks,
Tobias
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Tm/xsSaRHks/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
How do I remove Settings -> Preference and Identities tab?
Best Regards,
Dagia,
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Is there a way to not save the attachements of sent mail? Horde IMP has
that option when you compose a message.
Regards,
Filipe
--
Filipe André Romualdo de Carvalho
Unidade de Administração de Sistemas (UAS)
Centro de Informática Prof. Correia de Araújo (CICA)
Faculdade de Engenharia da Universidade do Porto (FEUP)
Tlf: (+351) 22 508 15 06 - SIP/VoIP: filipec(a)fe.up.pt / Ext: 3092
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm not a plugin developer, but I'm using the vacation plugin, and it
is giving me this error:
Vacation plugin:
/var/www/html/roundcubemail-0.4-beta/plugins/vacation/extra/squirrelmail_vacation_proxy
is not configured for user "".
Check config.mk in plugins/vacation/extra/vacation_binary.
Please read the INSTALL instructions!
The module is unmaintained as far as I can tell, so I was wondering if
there was a list of changes to the API from release to release. I
didn't see one in trac...
It looks to me like the variable with the username string has changed.
(I'm guessing it was `rcmail::get_instance()->user` before).
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Does anyone have any input on this? If I can't get the SQL upgrade
lines working, is there at least some way to export/import data to a
newer version of the database?
I'm really stuck in a bind here. Thanks!
- John
On 12/8/10 9:10 AM, John May wrote:
> I'm trying to upgrade our 0.3.1 installation to 0.4.2.
>
> When I execute the following SQL upgrade lines, I get the errors that
> follow them:
>
> mysql> ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts`
> FOREIGN KEY (`user_id`)
> -> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
> ERROR 1452 (23000): Cannot add or update a child row: a foreign key
> constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
> `user_id_fk_contacts` FOREIGN KEY (`user_id`) REFERENCES `users`
> (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
>
> mysql> ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities`
> FOREIGN KEY (`user_id`)
> -> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
> ERROR 1452 (23000): Cannot add or update a child row: a foreign key
> constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
> `user_id_fk_identities` FOREIGN KEY (`user_id`) REFERENCES `users`
> (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
>
>
> The first 2 ALTER TABLE commands work OK, and I've verified all tables
> have been changed to InnoDB. Any ideas on how to get this to work?
>
> Alternately, is there a good way to import data from an existing older
> roundcube MySQL database into a fresh, up-to-date one?
>
> Thanks!
>
> - John
>
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
If you have installed qmail, please advise me?
I just have installed qmail for freebsd. I also new virtual domain test.com on my qmail. But, When I send one mail from dagia(a)test.mn to dagmid_d(a)yahoo.com, the following log created in /var/log/qmail/qmail-send/current.
I have not sent mail to log(a)test.mn which is not created. But my sent mail is duplicate send to nothing mail address which log(a)test.mn. How will I stop duplicate mail to log(a)test.mn?
@400000004d03517f0a23ae24 info msg 7489803: bytes 6904 from <dagia(a)test.mn> qp 97153 uid 1003
@400000004d03517f0a245a04 starting delivery 60: msg 7489803 to local test.mn-log(a)test.mn
@400000004d03517f0a2490b4 status: local 1/10 remote 0/255
@400000004d03517f0a254c34 starting delivery 61: msg 7489803 to remote dagmid_d(a)yahoo.com
@400000004d03517f0a257344 status: local 1/10 remote 1/255
@400000004d03517f0bb37db4 delivery 60: success: did_0+0+1/
@400000004d03517f0bb473cc status: local 0/10 remote 1/255
@400000004d035184176576bc delivery 61: success: 74.6.140.64_accepted_message./Remote_host_said:_250_ok_dirdel/
@400000004d035184176674a4 status: local 0/10 remote 0/255
@400000004d03518417676abc end msg 7489803
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Unfortunately, I'm still on 0.4-beta, so keep that in mind.
When a new message is created, it focuses on the editing field with
HTML composing is enabled, but it works fine for plain text. I assume
there is a setting for TinyMCE somewhere to change this. Is there a
configuration for tinyMCE with this option, or is there a better way
to change this?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
On Thu, 9 Dec 2010 17:00:16 -0600, Bradlee Landis
<bradleelandis(a)gmail.com> wrote:
> On Thu, Dec 9, 2010 at 4:56 PM, Kaz Kylheku <kaz(a)kylheku.com> wrote:
>>
>> I'm on 0.4 and don't see this. When creating a new e-mail in HTML mode,
>> the focus is on the Recipient input box where it should be. The tab
>> order is Sender -> Recipient -> Subject -> Body -> Send now -> Cancel.
>
> Maybe I should upgrade. I was needing the vacation plugin to work, and
> it broke when 0.4 final came out.
>
>> Could this be some browser difference? I'm mostly using Firefox 3.6.x.
>> What do you have over there?
>
> I'm using Chrome.
I tried with Chrome 8.0.552.215 on WinXP. The focus goes
to the Recipient when I compose a new e-mail in either HTML
or Plain mode. I also tried whether enabling or disabling
the addition of the signature makes any difference
(it doesn't).
If I start a message in plain text, with the focus on the Recipient
input box, and then use the list box in the bottom right corner
to change to HTML mode, then after the editor mutates itself
to HTML, the focus ends up in the editor. That's the closest
I've come to getting that behavior.
--
Tankan: Memorize Japanese Kanji: http://kylheku.com/tankan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e