Re: [RCU] How To Remove Users From Database

2011-08-26 Thread Carlos Mennens
On Fri, Aug 26, 2011 at 2:05 PM, Michael Orlitzky wrote: > Did you replace, > >  user_id = self.get_user_id(account) > > with the user ID you want to delete? A plain old integer should work. I did not. I'm not sure I understand your SQL statement you showed me and how to run this on my database s

Re: [RCU] How To Remove Users From Database

2011-08-26 Thread Carlos Mennens
On Fri, Aug 26, 2011 at 1:16 PM, Michael Orlitzky wrote: > Here's the RoundCube part. The user_id query is just "SELECT user_id > FROM users WHERE username = $1;" I tried the RoundCube part of your ruby script & when I attempted to run the command straight into my database engine, it failed: web

[RCU] How To Remove Users From Database

2011-08-26 Thread Carlos Mennens
When a user logs into Roundcube, it automatically creates entries for that user into my database (PostgreSQL) however when I delete a user from my mail server, how exactly do I delete all entries or traces of that user from my 'roundcube' database? I'm not sure how many tables user data is written

[RCU] Postfix Wont Send RC Mail Only

2011-01-12 Thread Carlos Mennens
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: [r...@mail ~]# cat /etc/postfix/mynetworks 127.0.0.0

Re: [RCU] Upgrade To 0.4 Beta?

2010-05-28 Thread Carlos Mennens
On Thu, May 27, 2010 at 10:27 PM, Matt Hohman wrote: > Groups feature is great and no bugs seen yet. User base of 150. > > Matt Hohman > Tech Ministries > New Heights Church So I decided to upgrade from 0.3.1 to 0.4 Beta early this morning. It was very simple. Backed up my "webmail/" directory an

[RCU] Upgrade To 0.4 Beta?

2010-05-27 Thread Carlos Mennens
I noticed today that a Beta 0.4 is available for download. I was really thinking about installing it on my server (200 users) but not sure how many people have tried it or if there are any issues with upgrading from 0.3.1 to 0.4 Beta. Can anyone who has installed and used 0.4 recently tell me how y

Re: [RCU] TLS When Sending Mail

2010-04-05 Thread Carlos Mennens
On Mon, Apr 5, 2010 at 1:15 PM, fakessh wrote: > the default port for TLS is 587 > don't use 25 When I change my SMTP from 25 to 587. I am unable to send email from webmail. If I change the port back to 25, I can send SMTP fine. I checked my Firewall and I am allowing port 587 outbound for sendin

Re: [RCU] TLS When Sending Mail

2010-04-05 Thread Carlos Mennens
On Mon, Apr 5, 2010 at 10:54 AM, A.L.E.C wrote: > In 0.3.1 TLS for SMTP is used by default (if server supports it) and > tls:// prefix doesn't work at all. In current svn-trunk version you must > use tls:// prefix to force TLS. So can I leave the specified port as 25 or will it not default to TLS

[RCU] TLS When Sending Mail

2010-04-05 Thread Carlos Mennens
I was able to locate the parameter in my main.inc.db for RC to force RC to use TLS when using IMAP: // the mail host chosen to perform the log-in // leave blank to show a textbox at login, give a list of hosts // to display a pulldown menu or set one host as string. // To use SSL/TLS connection, e

[RCU] Reply Text Cursor Defaults To Bottom

2010-03-31 Thread Carlos Mennens
I am getting complaints from users that when they attempt to reply to a email they received in RC, their text cursor gets defaulted to the bottom of the email. I know this is the correct method to reply but users don't like it and want RC to mirror Outlook reply style where their reply is seated ab

[RCU] Remove Logo

2010-03-21 Thread Carlos Mennens
I was wondering if it's possible to remove the RC logo from the upper left corner of the login screen. I have seen login screens with custom logos but I just want a login screen without any logos. Is this possible? ___ List info: http://lists.roundcube.ne

[RCU] Address Book Plug-in

2010-03-10 Thread Carlos Mennens
Does anyone know if there is a plugin for RC that allows me to store phone #'s for contacts in my address book? I don't appear to see any place that I can and would like to store more info than simply their name and email address. Anyone know of the top of your head if this is possible? Thanks! _