Server :: Fetchmail Configuration In REHL 5.5

Feb 11, 2011

How to configure fetchmail in RHEL 5.5

View 2 Replies


ADVERTISEMENT

General :: Fetchmail Configuration - Mail And ISP Server

Jun 21, 2010

I am trying to configure the fetchmail and I have this line on the configuration file

poll other.mail.server interval 4
user "otherusername" there with password "otherpasswd"

How I do it? Is "mail.server" my isp server? and after configuration how do I fetch mail?

View 1 Replies View Related

General :: Unable To Ping - REHL Client / Server

Jul 12, 2010

I have two linux machines (machine1(rhel client) and machine2 (rhel server)). I am able to login the machine2 from machine1 but I am unable to ping machine1 from machine2. Firewall is stopped in both machine.

View 6 Replies View Related

Software :: Configuration Files For: MUTT + GMAIL + MSMTP + IMAP + FETCHMAIL + SENDMAIL?

May 29, 2010

I found this page to have the configuration of : but I have to adapt and get always errors. [URL] What are the minimum configurations so that one can do : echo test | mutt me and it sends it via msmtp and mutt one can read his emails using hte imap enabled on the account?

View 1 Replies View Related

Server :: Fetchmail On Zimbra Mail Server - Using 2 Envelope Options

Apr 25, 2011

Is it possible to using 2 envelope options on fetchmail? Here is fetchmailrc configuration :

envelope "Envelope-To"
envelope "X-Apparently-To"

View 1 Replies View Related

Server :: How To Fetchmail In Centos Using Qmail As MTA

Apr 28, 2011

iam using centos 5.4 with qmail as MTA.now i need to fetchmail form my mail server to my backup server pc.so how i can fetch mail to my pc.

View 1 Replies View Related

Server :: Fetchmail - Fetching Email From ISP?

Aug 1, 2011

I have mail server (for example.com) locally configured in my office and one email address (e.g. mail@example.com) in my ISP will catch all email to a domain (e.g. example.com). How to fetch all email from my ISP (mail@example.com) and distribute to all email user of my office.

View 1 Replies View Related

Server :: Purpose Of Fetchmail And Postfix?

May 26, 2011

using these fetchmail and postfix for fetching mail and sending mail ...... Instead of using incoming and outgoing like smtp and pop3 in outlook , why we use fetchmail and postfix mail server in linux and forward this to local windows client Outlook ..

View 1 Replies View Related

Server :: Running Fetchmail As Root?

Apr 27, 2011

I run fetchmail to download all my emails from remote mail server to my linux server.

But every time when i run fetchmail -v i am getting a warning that " Running as root is discouraged"

I just want to know whether it is unsecure to run fetchmail as root user.

View 4 Replies View Related

Server :: Fetchmail Error - Connection Timed Out

Apr 29, 2011

I can't fetchmail form my company server to local PC. It gives error

fetchmail: WARNING: Running as root is discouraged.
fetchmail: starting fetchmail 6.3.6 daemon
fetchmail: connection to 202.137.236.11op3 [202.137.236.11/110] failed: Connection timed out.
fetchmail: POP3 connection to 202.137.236.11 failed: Connection timed out
fetchmail: Query status=2 (SOCKET)
fetchmail: connection to gmail.comop3 [74.125.236.56/110] failed: Connection timed out.

I am trying to connect but it can't.

View 14 Replies View Related

Server :: Programs For Mail Retrieval Like Fetchmail?

Jul 26, 2010

Could you tell me some programs for mail retrieval like fetchmail?

View 6 Replies View Related

Server :: Spam/virus Fetchmail Option

Oct 7, 2010

My client has finally had enough of being attacked via SPAM/Viruses and having his single email account for his company being destroyed. Since it is a single account and he does not want to add additional accounts or create a new one(mail is hosted by ISP), I wanted to ask the forum on their opinion on using Fetchmail to download the POP3 mail and having it piped through SMAM Assassion or DSpam and or CLAM_AV or F-PROT. In addition to that I am going to use a corporate strength anti-virus such as F-prot(Been using for years) and really put this email through a microscope. I also was thinking of just blocking out all domains other than his clients list of domains so in other words block all and allow just the domains that we know are valid and are only from his clients. It is super restrictive but what I believe will end his issue.

View 7 Replies View Related

Server :: Fetchmail - Downloading Messages From Gmail Account

May 22, 2010

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.

View 7 Replies View Related

Server :: Fetchmail - Download Mail For Accounts In Different Domains

Dec 21, 2010

I have fetch mail in my root directory like this:

set no bouncemail
set postmaster postmaster@dot.com.gh
set logfile /var/log/fetchmail
poll pop.teledataict.com
protocol pop3
localdomains dot.com.gh
archive dot.com.gh
no dns

envelope X-Envelope-To:
qvirtual dot.com.gh
user "maildot3@teledataict.com" there
pass "mail"
is *
here forcecr
nokeep
flush
dropdelivered
fetchall

This works perfectly as I want. But right now, what I want is, I want fetchmail to download mails for more than one or several accounts in different domains and different pop servers. How can I improve this rc file to accomplish my task?

View 2 Replies View Related

Server :: Configure Fetchmail And Postfix To Get Mail In Outlook?

Jan 6, 2011

Actual I need to configure fetchmail and postfix in linux pc to get mail in outlook.

View 1 Replies View Related

Server :: Configure Fetchmail To Use Passwd For Local Delivery?

Jul 6, 2011

The common wisdom seems to be to setup an SMTP server (say postfix) so that connections either coming from the same host or where the end delivery is local can do so without using any authentication mechanism.

This will for example allow fetchmail to deliver fetched mail locally on port 25 (without logging in) for any user.

However, what if I setup the SMTP server to force every incoming connection to be authenticated regardless if the end delivery is local or relayed and regardless where the connection comes from.

Is it possible to configure fetchmail to use a password when doing the local delivery?

(I haven't been able to find any such configuration options in fetchmail.)

View 2 Replies View Related

Software :: Configuring Fetchmail - Mail Server Setup

Aug 6, 2010

I have Ubuntu and I want to setup a mailserver. I use fetchmail to fetch mail But I wanted to configure fetchmail with fetchmailconf. I know, I can edit the configfile, but I wanted to use fetchmailconf. According to the man of fetchmail, fetchmailconf is very handy.

In synaptic, I installed fetchmail 6.3.2.2Ubuntu2.3 and I wanted to install fetchmailconf 6.3.2.2Ubuntu2 : well it didnt work
fetchmailconf 6.3.2.2Ubuntu2 needs fetchmail 6.3.2.2Ubuntu2. So, no worries: I searched the internet for fetchmailconf 6.3.2.2Ubuntu2.3, but I couldn't find any. Same with fetchmail6.3.2.2Ubuntu2

First of all, I want to flame synaptic for supplying 2 different versions for 2 pieces of software that only work with eachother.
Second: where can I find 2 matching versions? Or fix synaptic or maybe someone has a really cool solution?

View 12 Replies View Related

CentOS 5 Server :: Fetchmail: SSL Connection Fails To POP3

Jan 23, 2009

I use fetchmail to get mails from POP3, but I get an error if I use SSL.

.fetchmailrc
poll pop.server.de with proto POP3
user xxx there with password xxx ssl is "xxx" smtphost xxx
This cause this error:

[Code].....

It looks are some packages missing or something like that.

View 1 Replies View Related

CentOS 5 Server :: Deliver Mails Received By Fetchmail?

Sep 30, 2010

I have one centOS 5.5 box recieving mails done by fetchmail service and it has a 5 client pc's, is there any way that the CentOS box able to deliver the mails to the 5 local network users that is using thunderbird as MUA.

the mails is stuck in /var/spool/mail as I verified in the webmin sendmail settings

View 1 Replies View Related

General :: New REHL Install Default Samba Config - Invalid Users

Mar 16, 2011

I'm comparing a RHEL4 samba server's config to a new RHEL install with a default samba config. On the old one I see that there is a line saying

invalid users = root bin daemon adm sync shutdown halt mail news operator

On the new default install I don't even see where it mentions the invalid users option in the notes. Does it do that by default now or something?

View 3 Replies View Related

General :: Fetchmail Does Not Delete Mails Received Mails From Server

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

Server :: Server Configuration For Small Office Server, Which Smtp, Pop Imap Server And Backup?

Apr 2, 2010

I have installed a linux server in my office to run 16 machines. Its main use will be a internal mail server but will be also running websites.

I have installed Ubuntu 9.10 server x64 and have got apache running.

I am looking for the simplest more robust solution for smtp, pop3 and imap. I have only ever used qmail before and found it a pain to configure and its getting old so I though I should probably try something new. I have not much experience with running pop3 or imap on linux so would love a suggestion on that.

View 4 Replies View Related

Debian Configuration :: Reboot Both The Server And The Client Machines Every Time Change The SAMBA Configuration?

Apr 5, 2010

I am *finally* getting around to rebuilding my file-sharing computer. I'll be sharing files with both Linux and Windoze machines. It's a home network, so there's nothing fancy needed. I know I have to tweak my smb.conf file until I'm satisfied with the features and security. I'm using SWAT and I'm starting with a bare-bones conf file. It's not secure but I can see the server and selected files/directories from my other Linux box.

My really dumb question is, do I have to reboot both the server and the client machines every time I change the SAMBA configuration? I thought I just had to stop and restart the SAMBA service in the SWAT software - but then the server disappears from my client. It looks like I need to reboot both machines for the client to see the server.

View 1 Replies View Related

Fedora :: How To Start Installed Fetchmail

May 13, 2011

I install Fetchmail but how can I start Fetchmail ?

View 8 Replies View Related

Fedora :: Setting Up Postfix And Fetchmail For RR?

Jun 2, 2011

I have a fresh install of FC14 and I am looking for information on what I have to do to get postfix and fetchmail set up to use my roadrunner e-mail.

View 4 Replies View Related

General :: Fetchmail Stops And Does Not Work?

May 2, 2011

I am using fetchmail for fetching mail from server by using this command:

Quote:

fetchmail -d10 -F -K pop.gmail.com

it work fine but it stops working after a while or does not fetching emails every 10 sec it receives randomly one time 1 min one time 2 min one time 30 sec and so on.

View 3 Replies View Related

Software :: Using Fetchmail To Store In Files Only?

Jan 30, 2010

I need to transfer some email off of an IMAP server. But there will not be an MTA available to make the transfer to at the time I need to do it. I'm looking for an option to configure fetchmail so that it merely stores each piece of email into a separate file in a designated directory.

If it wants to make a complex path of more than one directory layer, that's OK. Or all the mail can be in one directory.

If a different program other than fetchmail would be better for this kind of purpose, that, too, is OK ... provided that program has the option to keep all mail on the IMAP server it fetches from.

View 2 Replies View Related

Slackware :: Fetchmail - Sendmail - Aliases ?

Sep 8, 2010

Fetchmail +sendmail played nice together, until I installed hylafax, and added an alias it requires. I just ran the usual makemap command on aliases to make aliases.db, and that's there the trouble began. Fetchmail appeared to hang, at any email account that had email in it, at the RCPT stage. I finally read the warning at the top of /etc/mail/aliases that says to run newaliases.

View 1 Replies View Related

Server :: Minimum Partition Size Required In Redhat Linux Server For DNS Server Configuration?

May 5, 2011

Right now i have a HP DL 180 Server with 130 Gb Hard Disk & 8 Gb ram after Raiding0+1. i want to configure Domain Controller Server for my office for 200 to 300 Users. what should the partition size must be mentioned in my 130 Gb Hard Disk, is that going to be Sufficient for ME ?

i am bit confused about /Usr /Var /Boot partitions, as i need to manage perfectly in 130 GB

if i go with 4 Gb swap and remaining for " / " is that will be fine ? should i need to specify partition sizes separately for / tmp /var / usr ..

View 3 Replies View Related

Debian Configuration :: Install A Multi-core System And Configure It To Run Several VMs, One Each For A Firewall, A Caching Proxy Server, A Mail Server, A Web Server?

Jan 25, 2011

I will be relocating to a permanent residence sometime in the next year or two. I've recently begun thinking about the best way to implement a home-based network. It occurred to me that the most elegant solution might be the use of VM technology to eliminate as much hardware and wiring as possible.My thinking is this: Install a multi-core system and configure it to run several VMs, one each for a firewall, a caching proxy server, a mail server, a web server. Additionally, I would like to run 2-4 VMs as remote (RDP)workstations, using diskless workstations to boot the VMs over powerline ethernet.The latest powerline technology (available later this year) will allow multiple devices on a residential circuit operating at near gigabit speed, just like legacy wired networks.

In theory, the above would allow me to consolidate everything but the disklessworkstations on a single server and eliminate all wired (and wireless) connections except the broadband connection to the Internet and the cabling to the nearest power outlets. It appears technically possible, but I'm not sure about the various virtual connections among VMs. In theory, each VM should be able to communicate with the other as if it was on the same network via the server data bus, but what about setting up firewall zones? Any internal I/O bandwidth bottlenecks? Any other potential "gotchas", caveats, issues? (Other than the obvious requirement of having enough CPU and RAM).Any thoughts or observations welcome, especially if they are from real world experience in a VM environment. BTW--in case you're wondering why I'm posting here, it's because I run Debian on all my workstations/servers (running VirtualBox as a VM for Windows XP on one workstation).

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved