I am very new to linux. I have to build a netwrok for small lab and office setup. Setup as below I have a PC running with Centos 5.4 and has 4 NIC cards. eth0, eth1, eth2 and eth3.
eth0 --- Connected to DSL and getting the Public IP address using PPPoE. eth1 --- 192.168.4.1 statically configured on the interface eth2 --- 192.168.5.1 statically configured on the interface eth3 --- 192.168.6.1 statically configured on the interface
[Code]...
I am able to browse from all the hosts behind each nic cards. But mails from outlook not working (sending and receiving). I have configured gmail in the outlook with imap and smtp. I tried allowing the port 25 using follwoing command, iptables -A INPUT -p tcp --dport 25 -j ACCEPT . let me know what should be done to access mails from outlook
I have been trying to configure the mailcheck in gkrellm to check and notify for new mail on my gmail account. I have activated pop of course...
These are the pop info taken from gmail:
Quote:
Server for incoming mail (IMAP) - needs SSL: imap.gmail.com Use SSL: Yes Port: 993 Server outgoing mail (SMTP) - needs TLS: smtp.gmail.com (use verification) Use verifiering: Yes Use STARTTLS: Yes(some clients call this SSL) Port: 465 or 587
I am probably in the wrong post / tread/ whatever. But maybe someone can put me on the right track.
I try to configure evolution on my opensuse, for using my outlook account. I tryed a lot, and tryed to understand a lot, but all seems to be very diffucult.
What I completely miss on the internet / documentation / everywhere is what to enter where. I can open in my outlook, the account settings. But names there, are not the same names in evolution.
And what to use, mapi, imapi mapi+ whatever. I have no clue about that.
What I found today, is something about proxy. since I was unable to ping a server host with a very strange name. NLCLUEXA11.connect1.local But I also have somewhere a exchange proxy.
Whith a https://www..... url ?? and an NTLM Authentication, no idea about that.
There is also an web interface, webclient, but that also seems to go wrong.
Is there any simple explanation, or just a simple tutorial, which show the outlook settings, and where to put them in the evolution settings ??
I've set up Ubuntu 9.04 (desktop) at home in a lab environment (workgroup rather than domain) and have configured Squid. Everything works fine but, when I took it to the next level and made the proxy transparent, my problems began. I can still access sites (having pointed the XP Pro client to the squid box as the DG) and the sites are logged in /var/log/squid/access.log but I am unable to use Outlook to access my SMTP and POP3. I guess that the setup is blocking ports 25 and 110 and I'll need to configure iptables to forward packets destined for these ports directly to the "real" DG, rather than the Squid box. Here's the set up:
A single NIC (eth0) on 172.19.0.250 / 16 (static) ADSL router ("real" DG) on 172.19.0.1 I executed iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 My squid.conf:
Code: acl all src all acl manager proto cache_object acl localhost src 127.0.0.1/32 acl to_localhost dst 127.0.0.0/8 acl localnet src 10.0.0.0/8# RFC1918 possible internal network acl localnet src 172.16.0.0/12# RFC1918 possible internal network acl mynet src 172.19.0.0/16 [Code]....
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.
I'm am successfully adding my gmail account to both empathy and pidgin (it shows up in green that i'm 'available' on my computer). However, I am unable to send or receive any messages. On empathy it just says there was a network error - unknown, and pidgin say there is an xmpp message error code 404.
I've been trying for months to get IM working with my gmail account.
I need to ask you how canIi make some fetchmail jobs to download mails from my gmail account into my mail account in my own server? My server is : Linux Centos 5.4 Postfix Mail Server
I make a file named .fetchmailrc in my home directory and set its permissions to 755and the content of this file is:
set postmaster "postmaster" set bouncemail set no spambounce set properties "" poll imap.googlemail.com:993 protocol imap username "username@gmail.com" password "password"
I think something is not completed, I need to make that fetch to a specific user only, not all users.
# uname -a Linux newserver 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:40 EST 2010 i686 i686 i386 GNU/Linux
The configuration file for mutt (.muttrc ) : root@newserver ~]# cat .muttrc set from = "kostas123@gmail.com" set realname = "Kostas xxxxx" set imap_user = "kostas123@gmail.com" set imap_pass = "xxxxxxxxxx" set folder = "imaps://imap.gmail.com:993" set spoolfile = "+INBOX" set postponed ="+[Gmail]/Drafts" set header_cache =~/.mutt/cache/headers set message_cachedir =~/.mutt/cache/bodies set certificate_file =~/.mutt/certificates set smtp_url = "smtp://kostas123@smtp.gmail.com:587/" set smtp_pass = "xxxxxxxxxx" set move = no set imap_keepalive = 900
root@newserver ~]# service sendmail status sendmail (pid 6428) is running... root@newserver ~]# mutt Error in /root/.muttrc, line 8: header_cache: unknown variable Error in /root/.muttrc, line 9: message_cachedir: unknown variable Error in /root/.muttrc, line 11: smtp_url: unknown variable Error in /root/.muttrc, line 12: smtp_pass: unknown variable source: errors in /root/.muttrc Press any key to continue...
Mutt can only read email's from my gmail account, but no emails can be send through gmail to the Internet. I need some guide for Mutt , don't know how to configure it , for sending emails via my gmail account. I tried many muttrc conf files from the Internet and even tried to configure my own muttrc file , but still no luck. My windows xp box ( Outlook Express ) is configured and works with gmail account , but I would like to explore the power of Linux.
I use kmail for fetching and sending mails from my gmail account. The inbox stuffs are saved in ~/.kde/share/ apps/kmail/mail/inbox . It is not saved in encrypted form. One can open it with any editor. Is there a way to make kmail save those fetched messages in encrypted form and when I open the kmail it will show me those mails in decrypted form?
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?
I'm trying to set up my postfix server to relay mail (via a php cms) using Gmail's smtp on my account, but for some reason, Gmail returns an error code that StartTLS must be sent first, my postfix main.cnf file can be found at pastebin, because of this forum's text length I cannot paste my postfix main.cnf file as can be seen I have everything set and configured for Gmail, but postfix (for some unseen reason) can not send StartTLS. [URL].
Is it possible to send an email to abc123@gmail.com directly from Console? If it is possible, do I need to do some 'configuration stuff' to get it to work? How do I start it?
I am trying to figure out how if it is even possible to set up my centos server to email messages to gmail account I have tried mail -S Test account@gmail.com but every time it say in my log files that Connection refused by [127.0.0.1]
in the past i always used debian for servers only (mainly webservers, routers and antispam gateways), but now i have to develop some application for linux so i installed it on a desktop (have always been running windows on my desktops). i am running testing (mainly because i need some more recent packages and working with stable i find myself using backports most of the time). now i have seen that the standard used web browser is iceweasel (which according to sources i found is a firefox fork) but this browser seems to have some troubles:
- videos : always gives me an error in the video frame and i have to clear my cookies and reload the page to make it work for every single video i watch. embedded ..... vids work fine.
- gmail : as soon as i open my gmail account on any tab or iceweasel window all other windows are unuseable (show blank as if the application crashed) but gmail works fine. as soon as i close the iceweasel window where gmail is running all other windows are doing normal again.
- lots of pages display very poorly on iceweasel (misplaced div's, ... etc) : this is nearly always on pages where you find overlayed advertising in div's so i guess this is mainly dued to poor coding of those junk adds (i can live with that).
is there any alternative to iceweasel. especially the gmail part is very annoying, the rest i could live with (but prefer not to). i googled the web for those problems but i mostly found that these problems occured because of some extension (for example : ad blocker) but i don't use those so it didn't solve my problem.
I have a server on CentOS 5.And I would like to set up an automatic forward so that every incoming message of a specified user gets forwarded to a specified email (my gmail account).In your opinion, what is the simplest solution ?
My college internet providers shifted to a different setting.. defined in the changing lan proxy settings on the user end. I.e.ip - 192.168.0.200 and port to 3000. This to reduce misuse of the net connection ..The thing is, since then, every other website is working, except GMail. It isnt blocked, the Nebero page shows up for blocked sites. When attempting to open gmail, the default internet page shows up for unavailability of page owing to no or slow response from the server, or the firewall or proxy settings not appropriately configured. I cannot open gmail, the connection on empathy im. I cant ping gmail either. No response. What can be the problem.
I have a strange problem with my skype beta (latest) and Pidgin (gmail account) the problem is when i make voice call, it works fine for 1 or 2 mins then the voice drops and it connects after 20,30 secs.
I have a HP Pavilion dv9700 with Ubuntu and Windows Vista (dual boot with Grub).For some reason when I connect to my computer at work (Windows XP machine) in Ubuntu mode, I'm unable to control Outlook 2007. I can activate outlook window, but I cannot browse/open e-mails or folders.When my laptop is in Windows Vista mode everything works fine. This is the only reason for me to still use Windows.
i have problem in sending emails using outlook on my client machines i.e XP i am getting the error Relay access denied. i am using fedora 9 as our server. with dovecot and postfix and fetchmail.it was working fine previously .
use any browser and go to gmail. i can't get gmail to load. if i browse on videos, links to videos don't work. they appear to be taking a long time to buffer, then a message appears saying to try again. sometimes, links on google search pages are all dead. yahoo mail loads as far as logging me in, then i get a page with all dead links.
i'm using a laptop at several locations that have free public wifi. at some places, everything works perfectly normally. at other places, google and yahoo are almost useless. the "bad" places work just fine under ms windows.
so i figure it's a networking/handshaking issue, but that's all i can figure. i need help to troubleshoot it further. if it's happening to me, it has to be happening to other people, and i consider it a major hassle.
My issue is that i'm trying to send emails with postfix and gmail as the mail relay,i'm trying to send emails to my self by sendmail -bv user@gmail.com
In the logs, i can understand that it been delivered to the destination, taken from: /var/log/mail.log: Apr 30 00:05:23 moni postfix/pickup[10490]: 9C7552170C: uid=0 from=<root> Apr 30 00:05:23 moni postfix/cleanup[10495]: 9C7552170C: message-id=<20110429210523.9C7552170C@moni.localdomain> Apr 30 00:05:23 moni postfix/qmgr[10491]: 9C7552170C: from=<root@moni.localdomain>, size=283, nrcpt=1 (queue active) code....
When login in my gmail account i can't see nothing under the sent / inbox / spam folder.
it's seems like the mail are been sent.. but nothing is happening.
I'm using Ubuntu 9.10, I could setup gmail inbox in evolution.. but i'm constantly getting error for outbox.I'm getting the following error always ( i tried changing ssl to tsl, id name from 'id' to 'id@gmai.com'.. etc but none worked.
Lately, my ISP has started making all Google sites inaccessible for a short time every afternoon (last 3-4 days now). I suspect some kind of DNS poisoning... access always comes back later in the afternoon.
When access does come back, non-Linux machines can connect basically right away, but my Ubuntu machine (the primary one I use) seems to need a reboot, as if wrong DNS information gets stuck in the session and the reboot clears it so that the machine can get the correct IP address.
I have not installed nscd, and IIUC the OS should not be persisting DNS cache information without that package. Every reference I can find online to clearing the DNS cache seems to depend on this package.
The objective is just to get back in touch with my Gmail without having to reboot (since e.g. OSX doesn't require a reboot for the same). What should I do?
I'm trying to connect to Gmail to pull my emails from the Gmail site, via the IMAP/POP3 access server. However, I can't seem to connect to the server when in Ubuntu code...
And it hangs here indefinitely. However, if I reboot my PC into Windows, it connects fine. I've turned off UFW so I would expect the connection to work. I've also been able to POP3 into other servers, so it seems to be something specific to the gmail IP.
Anyone else had the same problem or know how I can debug/fix this?