Ubuntu Servers :: Squirrelmail Doesn't Show New Mails
Feb 13, 2011
I have installed ubuntu 10.10 server which runs postfix and dovecot and squirrelmail for emails.There is something that i could not solve by myself.Squirrelmail sends emails fine however it does not show the mails that are received. I can see new mails via ssh in /var/mail.What could be the possible reason for this?
View 2 Replies
ADVERTISEMENT
Jun 6, 2010
Each time I boot I have to restart samba to see the shared printer on other windows machine. I tought it was the cups problem listed on the forum, but I'm not sure anymore if it's related!Could it be related to the service sequence? I don't know how to look at the service load sequence in ubuntu?
View 5 Replies
View Related
Jan 20, 2010
i have a machine with RHEL 5.1 sendmail-8.13.8-2.el5, uw-imap2007-e-7.el5, php 5.3.1, and apache/2.2.3, but i have a problem, i installed Squirrelmail 1.4.19, but i can't access my index.php page, when i load http://localhost/squirrelmail/ i get the image (main.png), and when i click the index.php link i get this:Quote:
<?php
/**
* index.php
[code]...
View 4 Replies
View Related
Jun 29, 2010
My problem is quite simple, when I set up squirrelmail I only had one user on the server, and now that I have created new users, I can not log in to their accounts via squirrelmail I am using Maildir System is 10.04 server, running postfix and dovecot. I origionaly set up 'remote' as a user, I can send and recive mail on that account and log into squirrelmail
any new accounts can send email to remote(via outlook/thunderbird), to be seen in Squirrelmail, but get an invalid username/password when I try to log into squirrelmail in short, new accounts can not log into squirrelmail
View 2 Replies
View Related
Apr 11, 2010
I setup my mail system on a clean install of Postfix and Dovecot from URl...on the:URL... part everything checks out yet when i input the details into Apple Mail it tells me That it Can't connect.I can Connect via Squirrelmail and telnet but not through mail.also my /var/log/mail.log s not recording anything and my mail.log.1 only goes up to april 6
View 2 Replies
View Related
May 4, 2010
I set up a mail server today. Everything works except I can't access the damn squirrelmail web interface from the internet.
I followed this guide here: [URL]
I can access http://192.168.0.50/squirrelmail just fine from a computer on my local network.
*BUT*
When I access http://mywanip/squirrelmail, i get a connection timeout.
When I access http://mywanip, I get the standard Apache "IT WORKS!" Page. (Rules out port forwarding)
According to the guide, that should allow me to access squirrelmail from the internet on my server. Its as if Squirrelmail is only available on my local interface and not on my wan interface? How do I check?
View 5 Replies
View Related
Aug 13, 2010
I have setup a postfix + courier + squirrelmail email configuration. I can get to the squirrelmail login page and run its test and it said everything was fine. After that I am stuck. What is the username and password or if it is not created, how do I create it?
View 3 Replies
View Related
Jan 27, 2011
running squirrelmail, postfix and dovecot, I filter out mails which are spam into a spambox and non-spam into the inbox but by default, the user is not subscribed to the spambox and therefore, the spambox is not visible to the user, how can I make it such that each time a user is created he or she is automatically subscribed to the spambox?
View 6 Replies
View Related
Jun 1, 2010
I'm running Fedora 12 on x86_64. I've installed squirrelmail, along with dovecot on my office server, and cannot access it through http://localhost/webmail. I have followed all the configuration steps I could find (including http://www.server-world.info/en/note...12&p=httpd&f=7).
I know that everything else is working (I can send and receive mail, access IMAP mailboxes, webserver is working), browsing to
http://localhost/webmail
just gives me
"Problem loading page"
in Firefox. Sometimes, however the message is "Unable to connect."
I will add that I already tried installing Squirrelmail on another (i686) machine and had exactly the same problem.
/var/log/httpd/error_log says:
File does not exist: /var/www/html/squirrelmail
This makes it seem like aliasing is not working somehow.
View 3 Replies
View Related
Nov 7, 2010
What is the fastest setup to do this? All I want is an internally authenticated webmail server that other servers can send mail to for collection of test emails. Don't need LDAP or anything fancy, just a internal LAN only webmail server. I've got Squirrelmail setup on Ubuntu Server and can't get authentication setup with Squirrelmail and every tutorial I read is way over complicated or has nothing on how to authenticate Squirrelmail with internal, system users.
View 2 Replies
View Related
Feb 12, 2011
I succeeded to install Postfix on my box. I also installed mailman.I don't understand what mailman do. It's similar to SquirrelMail? If no can you guys recommend a web interface mail client like SquirrelMail?
View 1 Replies
View Related
Sep 1, 2011
I'm having problems with emails containing HTML content. When Google downloads the email messages via POP3 from my squirrelmail server, the message does not display using HTML. I'm not sure if this is Google's fault or Squirrelmail's fault, but I've never had problems before on other servers running the same script and using squirrelmail. If I login to squirrelmail, I have the option to download the email message as an attachment. The attachment, if opened by my local browser, shows up as HTML content, and it is properly formatted. However, I'm using Google to download my emails and file them under my Gmail account. After Gmail downloads the messages, it shows up like this:
From
To admin@domainRemoved.com
Date Sat, Jul 30, 2011 at 6:07 PM
Subject Pending Registration
Content-type: text/html; charset=iso-8859-1
From: Name Removed <admin@domainRemoved.com>
Message-Id: <20110730234302.6B6FEDC08BA@eric-desktop>
Date: Sat, 30 Jul 2011 17:43:02 -0600 (MDT)
<p><b> After registering your client via your server, please visit the following URL to send them confirmation: </b></p>
I really need it to show up properly once Gmail downloads the messages, as it takes a long time to login to Squirrel mail and download each message as an attachment. My PHP Code Headers Look like this:
$headers = 'MIME-Version: 1.0' . " ";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . " ";
$headers .= "From: $uname <$email>";
Someone suggested that I remove the from my script. I did, and now the email shows a from sender as www-data www-data@domain.com. Before, the from field showed up as empty. However, my PHP script is designed to change the sender's information to the clients that contact me. Thus, if customer A contacts me, the email should be from customer A <custa@whatever.com>. However, it's not being changed by the PHP script. It works on every other server but mine. I think my postfix configuration isn't setup properly? What needs to be configured on it?
View 3 Replies
View Related
Nov 20, 2010
I'm configuring a server but at this time I can't send mail. I tried using the PHP mail() function and it didn't work. Webmin says I have no mail configured. I'll be the only user and mail recipient. I've used Squirrelmail and Roundcube before and liked them.
Do I need to install Postfix in order to user Squirrelmail or Roundcube? How should I set up mail?
Here's my setup:
10.04 LTS Server edition
Webmin 1.520
Apache 2.x
MySQL 5.x
PHP 5.x
View 7 Replies
View Related
Oct 14, 2010
Anyway since I upgraded to Ubuntu 10.10 when I right-click on something and there is another menu in that menu, it doesn't show up for the first time!
for example if I want to create a an "Empty File", I'll right-click on desktop and when I want to go to "Create Document" menu, it doesn't show up! so I must click somewhere else and try again so for the second time it works!!
View 9 Replies
View Related
Feb 1, 2011
I'm trying to make some pages. For this I try to host them locally. However, when I have an error in my PHP code, the server shows an internal error 500 page and doesn't show on what line and what compile error it encountered. There is no such information in the error log either. What should I do about it, it's not really nice to comment all the lines and then try to uncomment them one by one. I've been googling for a while, but didn't find anything.. I forgot to mention, I;m using Fedora :P, the apache that came with it and mysql and php from the repository...
View 3 Replies
View Related
Apr 13, 2011
As the title says I have an IMAP-account and I want to use it via Evolution. I have the exact same settings on both Evolution and Thunderbird but only Thunderbird sees the mails (new/old), there are 139 messages.Evolution seen none. Nothing. I looked for IMAP-related problems concerning Evolution and one thread suggested something about Inbox-folder and it's location. I don't know if it's the solution, but I didn't find any luck trying different combos in Evolution's options.
View 9 Replies
View Related
Apr 10, 2010
using kubuntu 9.04 on AMD 64,working with ISPconfig panel.I have mail configured with Postfix. It works fine from the server (and of course through squirrelmail installed in it), but I cant send from other computers.
View 2 Replies
View Related
Jan 8, 2011
Ive installed Uubntu 10.04 with some virtual servers. On some of them i'm running Joomla CMS and i have problem with php mail function... i think. The problem is, when i register some new user in the Joomla, Joomla cant send the user notification mail and the admin dont get the notification mail too. So is the problem with joomla, phpmail or in the configuration of apache or php?
View 1 Replies
View Related
Jun 1, 2011
I am trying to setup forward mails to a user in my linux server to procmail. But that doesn't work. My $HOME/.forward looks like the following
[Code]....
View 7 Replies
View Related
May 2, 2011
I use this command to fetching mail from gmail it work good but it does not retrieved mails from server as I read from manual.
Quote:
fetchmail -d0 -F -K pop.gmail.com
What is wrong and what should I do?
View 1 Replies
View Related
Mar 19, 2010
am using qmail and have webmin, all is running smoothly, but i have users spamming other staff accounts.The question: How do I block a user from sending out mails but still able to receive mails. Just denying access to sending mails?if anyone can guide me to do it via terminal as well as webmin.Why webmin you ask, because I have tried it once it works but sadly it block both incoming and outgoing mails.
View 3 Replies
View Related
Mar 26, 2010
I have added a ubuntu 9.10 desktop machine to a windows domain, I can log on to the ubuntu machine using domain user accounts and passwordds, now I want to configure the linux machine to connect to the MS exchange server 2003 in the domain to send receive emails. How can I do this? I tried installing thunderbird but it doesnt give an option for SMTP or ms exchange server in the mail settings.
View 3 Replies
View Related
Sep 1, 2011
I've running my mails from 3 domains on Google Apps for several time, but I think it's time to set up my own Mail-Server now. I have a vServer and want to migrate my existing mails after setting it up. Now I have 2 questions.
1. Which components do I need / do you prefer for a mail-server(imap, smpt, webinterface)?
2. How do I get all my existing Mails in there?
View 2 Replies
View Related
Nov 19, 2009
As a beginner I installed Fedora 11 yesterday. Everything went well until I installed Evolution and Thunderbird. Incoming mails went well, but outgoing mails not.
View 6 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
Aug 17, 2010
i've set up a little mail server ob my private server, using getmail to get the mails from different pop accounts and to send it to maildirs of some virtual users, and i use dovecot as imap server to provide the mails to my clients which are mostly outook 2007. i run getmail as a cronjob which fetches my mails every 2 minutes, anyhow i'd like to run it on demand when a client pushes the send/receive button. is there a way to tell dovecot to run getmail on demand?
View 6 Replies
View Related
Jul 26, 2011
I have a postfix mail server on ubuntu 10.04 lts behind a router. so all local users are fetching/sending mails through ms outlook using local IP. Sometimes when internet goes down and any mail send then it bounced back immediately saying domain not found. Can u please tell me how i configure to hold all mails in postfix server rather than bounce when internet fails and will pass through when restored the internet around 15-30 minutes?
View 2 Replies
View Related
Feb 9, 2011
So, now that I got http://bit.ly/h70Nnf sorted out, how come doesn't my Mobloquer show anything in the log. I'm used to Peer Guardian 2 in Windows and I know it has to show some more stuff than nothing.. Your help is sincerely appreciated cuz I'm so new to Ubuntu. FYI: Mobloquer and Peer Guardian 2 are IP blocking programs.
View 2 Replies
View Related
Jul 5, 2011
I an trying to install ubuntu onto my old Windows XP computer, I have burned the **** with the ISO files on it with a Mac and also tried using Windows 7, they have the files when I load them on those, but when I go to put the disk in my Windows XP computer it say's the disk is blank. I reboot my computer, and it doesn't try to install anything.
View 9 Replies
View Related
Mar 12, 2010
I'm running ubuntu 9.10 64 bit on a Dell Latitude E6400 with the following configuration:
Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz, 3MB L2 Cache 1066 MHz
Intel Graphics Media Accelerator x4500HD
4GB RAM
250 GB Hard Drive SATA 7200RPM
I'm experiencing overheating problems, after just 15-20 minutes of minimal use (surfing the internet, not even watching flash vids or any other vids). The same laptop under Windows 7 64 bit stayed really cool.
I've read several posts here and followed this manual: [URL] to try to control the fans (I only installed the lm-sensors and ran the sensors command, I didn't do anything beyond that). Specifically what I did was install lm-sensors (via apt-get), ran sensors-detect which advised me to add the coretemp module to /etc/modules, which I did.
However when running sensors the only information I get is the overall temperature and the temperature of each of the cores.
why I'm not getting fan speed info when running sensors? Also is there a way to find out if more modules needs to be added to /etc/modules?
View 9 Replies
View Related