Ubuntu Servers :: Adding IMAP Support To PHP?
Jul 25, 2011
I'm testing a support ticketing system (osTicket), and am trying to set up the server so it can send and receive messages using an external email account so it will, you know, work.When you try to add an email account, it spits out the error "IMAP doesn't exist. PHP must be compiled with IMAP enabled." in the web interface.So apparently IMAP isn't enabled in PHP. And apparently I have to recompile PHP to add that particular function. Um... how i do that? i not so good with computer
View 1 Replies
ADVERTISEMENT
Mar 1, 2010
I'm looking for a method to sync my calendars on my IMAP server with both my Thunderbird/Lightning any my Blackberry. I found "IMAP Calendar Proxy" here recently, but it has been inactive for 5 years. I've seen people suggesting the use of services like Plaxo and such, but I don't like the idea of a third party messing with my calendars and contacts. Also, I've had to remove several viruses from computers with Plaxo, and I'm not sure if it in itself is a virus or not..... It certainly is a thorn in my side as is. This is for my personal IMAP server, so I'd prefer a free solution even if it is more difficult to install than a paid version. I mainly need it to just sync my calendar to my Blackberry and Thunderbird and couldn't care less about the contacts.
I've been Googling for things for quite some time now, and haven't really found anything that says that it will work with Blackberry and Thunderbird. They really only give a sense of maybe with nothing really defined. I can put on an Ubuntu server to sync everything? I don't want to leave my computer on all the time, and RIM has yet to come out with something decent to sync Blackberries and Thunderbird properly as far as I know.
View 5 Replies
View Related
Jun 17, 2009
I need to recompile PHP with imap support.
Serwer info:
CentOS 5.3 64-bit (Final)
Apache: 2.2.11
PHP Version: 5.2.9
Quote:yum install php-imap
View 4 Replies
View Related
Jun 4, 2011
I am administrating a server with CentOS installed. It came with qmail and courier-imap preinstalled, and Plesk.I need to manually add email accounts outside of Plesk, because my 1-domain Plesk license only allows the creation of one email address (yes, it sucks).
When I say add email account I mean creating a new email address, have email for that address be stored in its maildir, and have a corresponding imap (and hipefully also pop3) account that will be able to read that mail. All this with virtual domains.I've already found out how to create the new email addresses for qmail, so that email for the new email address is being delivered correctly. Now I need to create the imap/pop3 accounts for courier.
For the qmail part, I create a folder in in /var/qmail/mailnames/virtualdomain.org/username and a maildir called Maildir inside it. This is how the first mail address was created by Plesk and i'd like to maintain the same structure. As I've said, the qmail part is already working, I need to get the courier-imap part to work. Ideally, it should accept login with both short (i.e. myuser) and long (i.e. myuser@virtualdomain.org) user names.
Currently the only authentication module that is enabled in courier-imap is authpsa, which is Plesk's authentication module.in order to add more authentication modules, do I just need to add them to the authentication module list in /etc/courierimap/imapd, or do I need to reinstall courier-imap with support for such authentication modules? I thought I would only need to add them to the list, but I've noticed that the /usr/lib/courier-imap/authlib/ folder only contains a binary called "authpsa". Does that mean that other authentication modules are not even installed? If so, can I install them without reinstalling courier?
The second question is, what would be the most recommended authentication module that would make it easiest to create new email addresses/accounts from the command line? I need to be able to write a shell scripts capable of creating a new email address with all that is needed, and I'd like to keep this script as simple as possible, so for example I'd avoid mysql-based authentication as it sounds rather complicated. And the last question is, if I do need to reinstall courier-imap, how can I install a package without recompiling it? Will my one existing mailbox keep working?
View 1 Replies
View Related
Jan 4, 2010
I use gedit for most of my document editing and reading. But if I need to open a document thats in either the rtf or doc format, I end up having to open up OpenOffice (which takes a while on a netbook). Not to mention I have to use up precious disk space with OO.o installed. So I ask, is there anyway to add support for those two documents types?
View 5 Replies
View Related
May 10, 2010
I have installed qmail on my 10.04 server (Because I prefer qmail and dont want to use postfix) and I would like to just install courier IMAP/POP server without the Postfix (Or other mail servers).
Is there an apt-get install switch that will install just what I want to install without deps; or at least a way to block unwanted deps from being installed.
View 3 Replies
View Related
Apr 23, 2010
I've been running Courier IMAP for many years now, but when I added gmail's IMAP to my Outlook I noticed something interesting: when you delete a message, it gets thrown into the trash instantly.
With Courier IMAP (or any other IMAP server, for that matter), when you delete, it first marks it for deletion. Then after you Purge Deleted Messages it either gets rid of them or moves them to trash.
Is there a way to implement this in Courier IMAP?
View 1 Replies
View Related
Apr 4, 2011
I have Eclipse Java IDE installed in Ubuntu, and now I want to add Python support
View 2 Replies
View Related
Feb 15, 2010
I am trying to convert my own CD's that I own into .MP3 format for my Sony 16GB MP3 Walkman. I did some looking on Google and found these free/nonfree repositories that you can add and then update YUM, etc....well I still can not get it to work. I am rather new to Linux. I am trying to use Audio CD Extractor under applications/sound & Video. It does not work in Rythmbox either. What do I do now? I am trying to use Linux day in and day out and no longer use Windows.
View 6 Replies
View Related
Jul 20, 2010
I have a problem connecting my roundcube to my imap server.
So, here it is : I have a working imap server (dovecot), installed following the guide provided here [url]. I can successfully telnet it, or ssl it (from localhost or from another ip of my local network). I can even use my thunderbird from another local computer. Well, for me it is working fine.
Then I installed roundcube (0.3.1-3) with synaptic, but I cannot connect to my localhost imap server.
I have set auth as plain ($rcmail_config['imap_auth_type'] = 'plain';)
Looking in my dovecot log, i see two different behaviour. One is when it seems correct, and roundcube log in imap server, but is disconnect immediately :
Second is when server is refusing the password :
I am working with a plain text passwd, with no encryption at all. Does roundcube encrypt the password I type before to sent it to imap ?
I cannot explain the first behaviour, when roundcube sometimes managed to connect but disconnect immediately. I manage ONE time to reach my mailboxes, but i don't know how, and this never happens again.
View 1 Replies
View Related
Jul 1, 2011
I have a server running Ubuntu 10.04 + Postfix + Webmin and I need to be able to make a copy of every mail received or sent from every account before the owner of the account delete it.
View 2 Replies
View Related
Jan 25, 2011
This is my first post to the forum
I've recently migrated my office PCs to ubuntu. My server doesn't server any big purpose but to provide Internet Connection to the rest of the nodes. Things were quite easier during the windows era using ICS.
Even in Ubuntu we were able to do it using the "shared network" option, simple & straight forward. But things got complicated only after installing "squid". Needless to say it brought in a lot of add ons as far as the http proxy serving is concerned & we are enjoying a better internet(http only) connectivity without any doubt. But we are not able to use our email clients, MS Outlook or Thunderbird
But to best of my knowledge squid strictly is a http proxy hence doesn't support handling requests on ports other than 80. (465 & 995 in my case)
Now I have two queries, 1. Can "Squid" really be used to do what I want here??? using iptables, port forwarding or any other mean
& 2. Can any one suggest a good pop3/imap proxy as good as squid is.
View 3 Replies
View Related
Mar 1, 2011
I used to have this setup on an old server and i'm trying to move it to a new server.I have a new box installed with Ubuntu 10.10, sendmail, courier-imap and courier-pop.I've configured virtusertable/local-host-names/virtual-domains/sendmail.cf and such.Everything is set up to take any mail arriving to @mydomain.com and move it to a user called "mobileinbox".When i log in as mobileinbox (su mobileinbox) and check my inbox using mutt, i see all the e-mails , but when i login from the outside using pop3 or imap , it says i have no new emails.
View 2 Replies
View Related
Feb 9, 2010
I have a 9.04 server with postfix imap server. Clients (evolution 2) save sent items in local computer folder. How can I tell postfix to save sent mails in a sent items folder in users mailbox?
View 1 Replies
View Related
Feb 23, 2010
Setup my postfix mail server and courier-imap/pop. My postfix server now is working with tls and saslauthd, I can send/receive email inside my domain as well as outside. However, I need two separate smtp and imap/pop3 server, I mean two machine - one with smtp function and one with imap/pop3 function working together.
View 4 Replies
View Related
Feb 18, 2011
I've had Dovecot up and running for months now without any problems whatsoever. Came in this morning and suddenly I can't connect to it. Thunderbird hangs with "Checking mail server capabilities..." and Windows Mail spits out the following error:
Code:
Cannot establish TLS with IMAP server 10.0.0.2:143, SSL_connect error 336142597
Configuration:
Account: Blah
Server: foo
User name: whatever
[code]....
Thing is, I'm not using TLS/SSL and have changed exactly nothing since the server was set up. I've tried having the mail clients use SSL/TLS in response to the above error, but that changed nothing.
View 1 Replies
View Related
Sep 30, 2010
i want to set up an email server both to receive and send emails. I also am on a dynamic ip scheme with my ISP. I do have a dynamic dns account with no-ip.org the Questions are:
-will somebody be able to send emails to me at the <user>@<dyndns_name>.no-ip.org email address?
-will I be able to send emails from the <user>@<dyndns_name>.no-ip.org email address?
I know i'll be able to login to accounts like gmail and yahoo and download emails from there.. but even that i don't know - even macroscopically how its done:
-is it the sendmail deamon that accepts the mail from <me>@gmail.com, <me>@yahoo.com, <me>@<dyndns_name>.no-ip.org?
-is it the sendmail deamon that does the sending of email (as well)?
-can it push emails that I want to send as <me>@gmail.com to the gmail smtp servers (and they in turn will push my email even further)?
-can it push emails from <me>@<dyndns_name>.no-ip.org to receipients?
and finally,
-WILL receiving pop/imap servers allow incoming email from my server? or due to the dynamic ip they'll assume I'm a spam server?
View 4 Replies
View Related
Sep 20, 2010
I have searched through piles of postfix and sendmail documentation but I'm not sure of the terminology to describe what I want to do so I'm never sure what solutions are workable. Null client, relay hosts. What I have already is a RHEL postfix server which sends and receives email. What I want to do is add a second postfix server to the network. The second server should accept only ssl smtp mail and forward it on to the main postfix server. Users shouldn't use it for normal internal sending/receiving. It's only to allow me to support ssl smtp from people working out of the office without messing about with the main postfix server. I thought a Null Client sounded likely but I don't think it will accept mail. Is it a relay host I'm trying to configure? Any pointers on configuring something to just accept secure smtp and forward?
View 1 Replies
View Related
Oct 1, 2010
I've used linux for basic things in the past but I'm afraid I need to recompile a kernel and I don't even know where to get started. There's so much information on google and I'm not familiar with the terminology to even know how to effectively search for what I'm looking for.
Basically, I'm loading Ophcrack via TFTP/PXE, but I want to be able to mount one of the shares on my samba server instead of it looking for a /tables/ folder on the current device. I already know how to modify the launch.sh script to get it to do what I want, however I'm stuck on how to mount a samba share through CIFS.
Code:
modprobe mount.cifs
returns that the module is not loaded or is not found. Is there a way to add mount.cifs?
Code:
su
root
mkdir -p /mnt/tables/
mount -t cifs //10.10.2.3/pxeboot/ophcrack/tables/XP/ /mnt/tables/
Doesn't work either. I'm kinda stuck.
View 14 Replies
View Related
Jun 9, 2011
Does anyone know how to go about setting up a secure IMAP email server that is able to be accessed from outside the network? Similar to how you can access your google email account from your computer using Thunderbird.
View 3 Replies
View Related
Jan 12, 2010
Now, i want to change port smtp, not use 25
View 3 Replies
View Related
Jan 15, 2010
This probably sounds like a stupid question, but I need to add a NIC to an existing server running Ubuntu Server edition 8.10. My question is what changes I need to make once the NIC is physically installed? I guess it will not be autoconfigured, so I will have to add it to the /etc/network/interfaces manually, which is ok as I need to set it up with a static interface anyway.Is there a good How-to or set of instructions on how to do this?
View 1 Replies
View Related
Sep 12, 2010
I'm trying to switch over my old server(9.10) data to a different server(10.04). My old server only had 2 drive bays, whereas my new one has 4. I already have my new server up and running(for the most part), and want to add the old hard drive to it. How would I do this without losing any information. I believe even my old drive is formatted to ext4. I was going to just throw it in there, but I'm afraid of losing information as I really don't want to lose a 1tb of info. I did try to search, but my title had too many common words in it.
View 4 Replies
View Related
Mar 8, 2010
I currently have an Ubuntu Server setup with a CF card that has / and /boot on their own partitions. I also have a single 1TB drive that is dedicated to the /home partition, however it's a drive that I have run out of space on.
I just purchased a 1.5TB drive to throw in the server, but I am not sure how to set this drive up so that it's seamlessly integrated with the 1TB drive. I would like it setup so that my /home partition is expanded from 1Tb to 2.5TB. I know what I am explaining is similar to raid 0, of which I am not opposed to, except that everything I have searched for online solely explains a raid setup during installation, and I don't have the time (due to school) to reinstall and reconfigure my system.
So in a nutshell, is there a way to setup raid 0 without doing a re-install or is there a way to setup 'fstab' to accomadate my request?
View 5 Replies
View Related
Apr 8, 2010
I need some help on this one. I added an second internal hard drive to my file server, a 500GB WD. I want to use this drive as the primary storage drive for my file server, and I want to format it with XFS. I've found some guides showing me how to add hard drives, but they didn't really fit what I want to do. When I run fdisk -l this is what I get
Code:
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0001af4f
[code]....
Disk /dev/sdb doesn't contain a valid partition table
View 7 Replies
View Related
Apr 20, 2010
I want to make BIND9 aware of my TLD so I need to give it an A record. Then I wanted to create CNAME for ftp, mail and so on as time permits
I have webmin so I need to work from that.
my TLD is [URL]
I wanted to bolt on www, ftp for now
www is port 80, ftp port 21 etc
View 1 Replies
View Related
Jul 1, 2010
Can someone point me in the right direction for adding SSL to a webpage?I've installed Phpmyfaq, on an Ubuntu 9 server, but I want to set it up so that logging in is done securely.
View 1 Replies
View Related
Jan 4, 2010
First time setting up Ubuntu Cloud system.
I get error during install when searching for and trying to add node from the Cloud Controler: New node found on 192.168.1.182:add it? [Yn] y Connecting to 127.0.0:8774...failed: Connection refused. Error: you need to be on the CC host and the CC needs to be running.
View 4 Replies
View Related
May 4, 2010
I have server 9.04 and joined thru winbind to Windows Domain and subversion installed.Windows AD users can use their own credentials to join and everything is working fine.However the group svn which is used to access the repos in /etc/groups has some users.However I would like to add the domain users group to the svn group but the domain users contains Space. And /etc/groups does not happend to read the space any ideas on how to add "domain users" to the svn group in /etc/groups
View 1 Replies
View Related
Jul 15, 2010
I'm setting up a server on Ubuntu 10.04 for development. It all seems to work nicely, I just have one thing that's bugging me. I have a project in /var/www/portfolio, which is as you may guess my portfolio. Instead of the link http://localhost/portfolio I'd like to use http://portfolio.nl. So I set up a file 'portfolio.nl' under sites-available and a symlink on sites-enabled containing this: To get this to work on my local machine I set up this in /etc/hosts:
[Code]...
View 2 Replies
View Related