Ubuntu Servers :: Drupal 6 Site Email Account Can't Be Verified
Apr 6, 2011
I've successfully set-up Drupal on my machine on a local network and have no problem accessing it with the virtual host names defined in /etc/hosts, but I don't have bind or any other DNS set-up.I've installed Postfix and can sent email with the mail command to unix account, and I can also read them with the mail command( from the command line).Now, my problem is with not being able to use the local Unix email accounts in drupal. Particularly, I would like to have one of the unix account receive email for the development site.I might like to also have various user on the drupal installation, and then test sending notifications to them.here is my /etc/postfix/main.cf# See /usr/share/postfix/main.cf.dist for a commented, more complete version
View 2 Replies
ADVERTISEMENT
Dec 3, 2009
Im pretty sure this is trivial to config, but I havent had any luck searching on google.My situation is: I want to forward any emails sent to my domain to another account. So:
Code:
root@domain -> another_acc
any_other_system_user@domain -> another_acc
any_unknown_user@domain -> another_acc
View 3 Replies
View Related
Jul 25, 2010
I have like 4 email addresses on one Ubuntu One account and I'd like to remove them all except my current email... I also have an old account I'd like to delete. I used the contact form but to no avail.
View 2 Replies
View Related
May 12, 2010
I installed Drupal and there is only one site. It I access the website [url] where Drupal is installed I can easily see it functioning properly. But on internet it is not loading properly the colors etc are not visible properly.
Following changes were made to all the sites
Code:
View 1 Replies
View Related
Jun 25, 2010
I have to ubuntu machine (9.10 and 10.4) with a openvpn tunnel between them.This is the situation:
Code:
NetworkA 192.168.0.0/24
|
UbuntuA br0:192.168.0.3 (openvpn bridge between eth0 and tap0)[code].....
UbuntuA has one only interface etho and there are two openvpn instance: one bridge istance with br0 and another instance with tun0.
UbuntuA is not the gateway for networkA. UbuntuB is the gateway for NetworkB.I need to comunicate between pc on networkB e those on networkA.This is the "ping situation" (no pc tested has an active firewall):
ubuntuA vs ubuntuB: OK
ubuntuB vs ubuntuA: OK
pc on NetworkA vs ubuntuA and ubuntuB: OK[code].....
View 6 Replies
View Related
Apr 2, 2010
I'm trying to run Xampp so that I can test Drupal out. I'm running Lucid Lynx Beta. I'm having a lot of trouble getting Xampp to run. I downloaded Xampp version 1.7.3a and installed it but when I type http://localhost in Firefox to see if Xampp is working it just says:
Quote:
This is the default web page for this server. The web server software is running but no content has been added, yet.
View 5 Replies
View Related
Nov 29, 2010
I have installed Drupal 6 using synaptic and it shows as installed in synaptic but NOT in my Ubuntu software center but it is nowhere to be found.
View 4 Replies
View Related
May 20, 2011
I had OpenERP completely installed and running just fine. All basic install instructions just worked out of the box on Ubuntu 11.04. Now, we also are going to develop our own web site. For that we needed a web development environment. Due to the small size of our home business, we have to do it all on one PC. So I went ahead and installed everything needed to get Drupal going, among which I had to install:
LAMP
Drupal
Memcached
Memcache
Postfix
Tomcat
and other packages.It all works like a charm, but now my openerp-web crashes when I start it with the following message:
Code:
[20/May/2011:16:17:19] ENGINE Bus STARTING
[20/May/2011:16:17:19] ENGINE Started monitor thread '_TimeoutMonitor'.
[20/May/2011:16:17:19] ENGINE Started monitor thread 'Autoreloader'.
[code]....
For those that do not know it: it is a module that interfaces with the OpenERP server software to allow people to access the system through their web browser, effectively eliminating the use to install a client on their PC. Very practical for our light weight laptop that we use in combination with my PC.
Normally one would connect by browsing to [URL] and automatically get connected with the OpenERP environment.Now, however, that does not work anymore with the above error as a result. Do you guys have any idea if I have to configure something in Apache to get this working again? Possibly with instructions, otherwise I'd get lost again in no time.
View 2 Replies
View Related
Jul 1, 2011
Is it possible to complete a drupal installation and change the configuration from the comman line or a script. Id like to be able to automate the process of installing and configuring drupal. I should say that this is quite a bit beyond me. Ive not long started learning scripting.
View 2 Replies
View Related
Jul 13, 2011
I have user names / info for several thousand users I want to add to the website Im working on. Though this is a test server, I would like to have some way to automate adding users to my drupal site. So, I'm looking into drush. From the man page for drush, I dont see any way to add users. Once I figure out how to add 1 user, and configure thier default pages ect, I can write an Expect (TCL/Tk) script to handle the processing. But I need to know how to add users in drupal 7.4 via the terminal.
View 1 Replies
View Related
Sep 1, 2011
There are many ways of accomplishing this installation. What this tutorial attempts to do is to outline the most basic installation possible. It show you how to install Drupal from the command-line to speed up "development" of your website. [[EDIT]] REMOVED LAMP SERVER INSTALL PART OF TUTORIAL AS THERE ARE MUCH BETTER (MORE SECURE) TUTORIALS ON THIS TOPIC.
Install drush for using the command line on Drupal. Create some management scripts to manage Drupal via the command-line. Create some installation scripts to install drupal via the command-line. Make the scripts executable and install them in /usr/local/bin. Open a terminal and install Drupal with one command.
01. You have your LAMP server, Drupal MySQL database and databse user setup and ready to go! For development sites on my local desktop machine I use root as drupal's database user because it speeds up re-installation when necessary.
02. Install drush (DRUSH 4.4 AVAILABLE IN NATTY WITHOUT PPA)
#apt-get install drush
03. Create 3 folders to hold your drupal backups, scripts and libraries
#mkdir /home/user/drupal/backup
#mkdir /home/user/drupal/scripts
#mkdir /home/user/drupal/libraries
#cd /home/user/drupal/scripts
04. Create a script to manage web server permissions
#gedit drupal-siteperms && chmod +x drupal-siteperms
---------cut-and-paste----------
#! /bin/bash
cd /var/www
[code]...
View 2 Replies
View Related
Aug 27, 2010
I need just like that hand I installed my server on a base DEBIAN configured Apache which works with a site. I want to put to hand a second site and the I have the following problem. Apache refuses to take into account the second site. I activate it with the command a2ensite my domaine.com and I have the following answer.
ERROR module mon domaine.com does not exist
I have the same road as for the first site which works her then I do not understand any more.
View 2 Replies
View Related
Aug 25, 2010
Is there a way you could update content on a web page from an incoming email on a linux server? e.g. you email your comments to an email address and the contents of your email (comments) appear on a web page. (preferably in real time but some delay acceptable)
View 9 Replies
View Related
Mar 20, 2011
I extracted the Drupal package (6.20) to /var/www/html and followed the provided install.txt file, but whenever I try to navigate to the site it simply comes up with the PHP script as plain text (it does automatically redirect me to install.php) rather than executing it. PhpMyAdmin works fine, as does a simple PHP "hello world" page I made, so I assume PHP isn't the problem. Now my question is: what could be causing this?
I can't tell for sure if the problem's with Drupal itself (I started over once with no luck) or some setting on my system, but since I don't have an account there I figured I'd ask here first.Running F14 x64, Apache, PHP and MySQL are all at latest versions available.
View 1 Replies
View Related
Feb 18, 2010
In the office there is a local network with samba+openldap PDC. The local domain name is company.net. The company desided to create a corporate Website on a remote hosting and desided that the site's domain should be company.net which is same as local network's domain name. So now it is not possible to reach that corporate website from within the company's local network because, as I guess, bind9 which is installed on above menioned PDC looks for company.net on a local webserver. Is there a possibility to let people from this local network browse the remote site?
View 1 Replies
View Related
Apr 16, 2010
I have a scenario.A domain [URL].. then there are 4 private computers on which applications are hosted at port 80. So when some one from outside access the site it look [URL]..I added
[Code]...
View 1 Replies
View Related
Jun 1, 2009
I have a parental issue at hand, I have a ex wife thats keeps playing the jumping email game with my daughter, as as stated in my mediation agreement I have full rights and access to my daughters email/online activities, which means password rights etc, I need to figure out how to write a script that will log any email site thats done as the regular use on this account, the issue should be resolved by july 28th by court, but until then Its an issue in my home.
View 12 Replies
View Related
Nov 29, 2010
Using Ubuntu 10.10 I have a VPN account with VPNtunnel.se. I configured everything as described on their site. It uses OpenVPN It connects no problem. However; after it connects instead of having a nice secure connection I have no connection at all! I can't access any site, email, bittorrent all come to a screeching hault. The service works fine in Windows. I'm useless with linux networking.
View 7 Replies
View Related
Jan 14, 2010
Does anyone know a way (the simple the better) to receive all the email that can be found in /var/spool/mail/user to a yahoo or gmail account?
i mean, instead of login to the server and read the messages from /var/spool/root, it will be a lot easyear and faster to found about them, if they will be sent to my email account
i know i can make the cron output be sent by email, if i place in front of the cron line something like :
MAILTO="email@something.com"
but in /var/spool/mail/ for root or other usernames you can found many other messages.
View 2 Replies
View Related
Jan 13, 2011
I'm running Ubuntu 10.10 Netbook edition on my Asus EEEPC and cannot add a new email account to Evolution. I'm using Evolution 2.30.3, and whenever I open "preferences" the window extends below the bottom of my screen. I'm unable to resize or move the window in order to select any of the options below the bottom.I'm sure there is a simple technique to fix this, but it is beyond this newb.
View 9 Replies
View Related
Dec 30, 2010
I have several Yahoo e-mail accounts that serve different purposes (private, work, projects, etc.). I'd like to monitor all of them without having to log in and out of each. Is there a program available for Ubuntu Desktop that does this? Gwibber already does it with my Facebook and Twitter.
View 5 Replies
View Related
Apr 14, 2011
I wanted to try out new Ubuntu 11 and while doing it I managed to connect to facebook, twitter, all my chat accounts and MY EMAIL via Evolution. Everything went well until I restarted and went back to my lovely Karmic to log in into the email account and find all messages GONE!
View 2 Replies
View Related
Dec 31, 2009
I have an email setup where all of the emails from our email host is downloaded to our Linux server using Fetchmail. Then some of the incoming emails are sent to an MS exchange server (server1.domain.com) using Postfix. What i want to do is to send a copy of all emails to Another server (server2.domain.com) for redundancy.Can postfix be configured to send copies out to both?
View 1 Replies
View Related
Apr 8, 2010
I use evolution 2.26.1 on my jaunty machine. I have a couple of gmail accounts, and use pop3 to have that mail sent to evolution on my computer. All was fine until a few days ago. Then I noticed that I was no longer getting mail from my freecycle account sent to my machine. I went to the gmail web interface and saw that freecycle mail is still being sent to me. But gmail isn't passing it along to my evolution. The odd thing is, other mail from that gmail account *is* reaching evolution okay.
View 3 Replies
View Related
Oct 21, 2010
I created email account with commands "adduser -s /sbin/nologin test; passwd test";Is there any way to grant permission to user "test" to change his password by himself? My system is CentOS 4.4.
View 2 Replies
View Related
Sep 21, 2010
I have a shared email account few people are having access to it, Exactly I don't know how many people. Is there any way to find out how many people are accessing my email account? My server is Centos 5 and I am using IMAP. mail agent Postfix
View 2 Replies
View Related
Dec 21, 2009
I have recently setup a new mail server and have simulated sending and receiving on the new email server. The new email server will replace the primary one.I would like to setup the new email server in parallel with the existing one.This way i can observe issues that might occur and be aware of what could go wrong. I want to received mail to be delivered to both mail servers at the same time.I would like to use postfix, exim i find a bit to difficult to understand.I have thought of using transport maps, the only problem is that you can only forward mail to one server at a time using transport maps.I think recipient_bcc_maps and sender_bcc_maps could work, i would just like ideas of how i can do this.
View 5 Replies
View Related
Oct 18, 2010
I had configured a gmail account in evolution and used it successfully until recently when after a restart evolution asks me again to configure an email (Evolution setup assistant wizard) again.I already have my email configured but something must be preventing evolution to find my email account. What can I do to recover all that?My .evolution/mail folder still has all the data for example (got there some hundreds MB still). and I also have there other folders: addressbook, calendar..etc
View 8 Replies
View Related
Mar 2, 2011
i am working on a neat little bash script, and i want the output to be mailed to my email account. So far i have tried installing sendmail then running: mail -s Test myemail@gmail.com But that hasn't worked; and i did check my spam folder. Am i missing something or is there a better technique all together?
View 8 Replies
View Related
Apr 29, 2011
I am new to linux. I have a server with suse and I want to add a new email account. The server is already installed and configured as a mail server. Problem is that I don't know what mail service is running and how to find out. I know only is POP....
View 9 Replies
View Related