General :: By Default - Configure SMTP And POP3/IMAP Sever For Sending And Receiving Mails ?

Mar 30, 2010

I want to know that by default do we need to configure SMTP and POP3/IMAP sever for sending and receiving mails in Linux server and client machines or we can directly send and receive mails without configuring these mail servers?

View 2 Replies


ADVERTISEMENT

Fedora Servers :: Change Port Pop3/imap & Smtp?

Jan 12, 2010

Now, i want to change port smtp, not use 25

View 3 Replies View Related

CentOS 5 Server :: Connect With SMTP / IMAP And POP3 Using Email Services?

Oct 2, 2010

Having my Diploma Final Project on setting up a virtual mail server within Local Area Network (LAN) only. I had follow this how-to [URL] and complete up to squirrealmail web mail. I added two new user to try on sending and receiving mail. It works. I run CentOS on VMplayer. I using my laptop to do all the stuff, the laptop default OS is windows 7, I install VM player on it and run CentOS inside the VM Player.

I want to do testing on Windows 7 side by installing Thunderbird email client program, I want to connect to mail server with SMTP, IMAP/POP3 using the email service. I have problem while setting up user account on Thunderbird, Thunderbird seems like cannot detect my CentOS mail server. How? Do I have to do any other configuration on CentOS? Any DNS? Port number for IMAP, POP3 or SMTP?

View 1 Replies View Related

Ubuntu Servers :: Configure A POP3 / IMAP Proxy Server?

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

General :: How To Block User From Sending Out Mails But Still Able To Receive Mails

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

CentOS 5 Server :: James 2.3 Apache - How To Configure For Sending Mails

Jan 23, 2010

i'm using James on Cent OS 5.4. NOw we figured out, that our firewall changes the signed mails on the signing gateway, which is the Cent OS Server with James. So... the question ist, how do i configure James to send mails out directly... not passing it to the firewall?

View 3 Replies View Related

General :: Failed To Start Dovecot POP3/IMAP Server?

May 13, 2011

i have some problems to start my dovecot server. I tried to install it from webmin using "un-used modules" but it was allways the same error: "E: Unable to locate package dovecot-pop3d".When I tried to install it from console using the commands: apt-get install dovecot-imapd dovecot-pop3d dovecot-common - and there are no problems with dovecot-imapd and dovecot-common, but still the same error with dovecot-pop3d. After command: service dovecot status: could not access PID file for dovecot ... failed!
After try to start dovecot with comand "dovecot": Error: mail_executable: Can't use /usr/lib/dovecot/pop3: No such file or directoryFatal: Invalid configuration in /etc/dovecot/dovecot.confI've read a few similar threads in this forum about dovecot errors but still can't to fix it.

View 4 Replies View Related

General :: Setup A Functioning Imap And Pop3 Mail Server Using Dovecot-postfix?

May 4, 2010

I'm somewhat familiar with Linux and became pretty decent at installing and configuring packages in Ubuntu. One of the things I was able to do with my tinkering was set up a functioning imap and pop3 mail server using dovecot-postfix. Now I'm experimenting with Slackware to get the feel of another distro, and I noticed that the mail server packages were already installed. On my client computer they can pick up that I have users configured and my mx record is working.

However it is failing to send mail saying that it is failing to relay the e-mail message and that the server responded 5.7.1 which was a problem that I was having in Ubuntu when first configuring the mail server. The fix was to edit the postfix.conf file and adding the localhost name of my server. Does anybody know of the file that I need to edit to make it possible to relay my messages with both pop3 and imap.

View 1 Replies View Related

General :: Not Receiving Mails From Only Root User In RHEL 4.5

Nov 18, 2010

I am using Red Hat Enterprise Linux AS release 4 (Nahant Update 5)and i am using send mail also..The issue is:
i am able to send emails from all OS users but unable to send mail from root user.(I am receiving mails if i send mails from all users except root user)what could be the issue?

View 1 Replies View Related

General :: Trouble In Sending And Receiving Email

Nov 23, 2009

i have a problem regarding our email server. all the users can send email but they cant received mail. .when hitting send receive on outlook there were no error found. .i have already reboot the server and restarted the sendmail services but still same problem.

View 1 Replies View Related

General :: Transparent Squid - Iptables Syntax And Unable To Use Outlook To Access SMTP And POP3

Feb 10, 2011

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]....

View 6 Replies View Related

Server :: POSTFIX Without IMAP/POP3?

Jul 25, 2011

I have installed Postfix with LDAP, Dovecot IMAP/POP3 Server on RHEL 5.5whether Postfix without IMAP/POP3 server is possible??

View 5 Replies View Related

Fedora Security :: Restrict POP3 Or IMAP For Particular Users?

Oct 30, 2009

Is it possible in Linux to restrict POP3 or IMAP for particular users.I need a confirmation on this, that it is possible or not in Linux.

View 3 Replies View Related

Ubuntu :: Setting Up Gmail In Evolution: Imap Or Pop3?

Jan 26, 2011

I'm trying to set up my gmail account with Evolution. I am trying to set up a mail client where -

1) All the mails are stored locally, so that I can work offline. When I reconnect, the client (Evolution) syncs with the server - sends emails and updates any changes.

2) All the labels/folder system to be respected and retained.

After struggling with various sites that argued Pop3 and IMAP (numerous blogs and google searches), I came across this conclusion (pls correct them if they are wrong)-

1) Pop3 allows mails to be stored locally, but will not break them up into folders.

2) IMAP will allow the folder system, but will only store the headers of mail on the local server, and the content will be downloaded as per request.

1) Will Pop3 access allow syncing between the local version and the server version? For instance, a mail read in Evolution should be marked as read when I sign into the web-interface as well.(I can always create a filter/rule that replicates gmail filters)

2) Will IMAP allow me to store all mail locally (isn't this exactly what IMAP is not!)? The combination of imap-gmail-evolution was not so successful when I tried it out - too slow!

PS: I would prefer Evolution over Thunderbird so that I can integrate the Calendar. However, if ThunderBird is the easiest solution, then it's fine too...

View 5 Replies View Related

Ubuntu Networking :: Can't POP3 - IMAP Into Gmail / Enable This?

Aug 7, 2011

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?

View 2 Replies View Related

Server :: Limiting POP3/IMAP Access Frequency?

Sep 24, 2010

My server listens to POP3/IMAP requests. Some users have configured their mailers with high checking frequencies, say once every minute, such that the system logs are full of entries with no significance at all.I'd like to ask if there is a way to limit the per IP frequency of POP3/IMAP access ?I'm using "xinetd" to wrap the "ipop3d" and "imapd" which come with the Alpine package.

View 4 Replies View Related

Ubuntu Servers :: Dovecot - Outlook - POP3 - Extremely Slow Receiving?

Jul 11, 2011

recently I've replaced an old windows mailserver with a new one running 10.04 LTS (postfix - dovecot) but I got a strange problem with MS Outlook 2003 and 2007 on Win XP. These MUAs receive new messages extremely slow. Some of messages are received repeatedly. All I found in /var/log/mail.log is login and then (after 1 minute) disconnection for inactivity. No errors.:

Jul 11 10:36:51 dovecot: pop3-login: Login: user=(user@domain.org), method=NTLM, rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx Jul 11 10:37:07 dovecot: POP3(user@domain.org): Disconnected for inactivity top=0/0, retr=1/5434, del=0/12, size=954793 nothing more. And outlooks wait and wait reporting "receiving". What they are waiting for? Is there something dovecot should send them?

At the same time Mozilla Thunderbird and Opera Mail on the same network with the same setup don't have any problems. I just don't get it. Does anyone know what to do to get it work please?

[Code]...

View 4 Replies View Related

Ubuntu :: Retrieve Email By POP3 Via IMAP To Home Server?

Feb 16, 2011

I want to retrieve emails from my POP3 servers to my home server. But from there, I want to be able to access them via IMAP from my other computers, i.e. desktop, laptop, phone. And then of course I want to be able to send emails from said devices via IMAP to my home server which POP3's them out to my mail servers. Basically, I have a few POP3 accounts with various hosts and I want to conveniently interact with them from lots of devices using my preferred software (i.e. Mutt, or Thunderbird on my Windows boxes). My home server is Ubuntu Server if that's relevant.

View 6 Replies View Related

Ubuntu Servers :: Can't Access Local Emails Using Pop3 Or Imap

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

Server :: Dovecot: Local User Can't Login Imap And Pop3

Jul 3, 2011

I'm trying to configure dovecot in RHEL6, but seems system won't accept local user login. I've already disabled pam. I've tried mutt -f imap://xxxx, and Thunderbird to connect as imap and pop3, but both failed, seems dovecot won't accept the password of the login user.the dovecot info log as, Jul 03 20:48:42 imap-login: Info: Disconnected: Too many invalid commands (no auth attempts): rip=192.168.1.3, lip=192.168.1.3, mpid=0, secured

#passdb {
# driver = pam
# [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=<n>]
# [cache_key=<key>] [<service name>]

[code]....

View 1 Replies View Related

Server :: Block The Particular Pop3 And Imap Port Monitoring In Opennms?

Jul 16, 2011

I had installed opennms im getting email alert when all port are getting down and i also getting pop and imap messaage to whn th eport get dwn i want to stop asap mesage of pop3 and imap..whether its poasssible to block partilar imap and pop3 port .

View 2 Replies View Related

General :: Configure Squid Sever In Ubuntu With Webmin.first

Feb 14, 2011

i want to configure my squid sever in ubuntu with webmin.first my machine spec i have xeon with two prosesors 3gb RAM 3 scsi hard drives each 72gb .two ether net card ,one is attached with adsl modem and the second is conected with MY LAN . now what i want is to configure my server to acess only those user whos ip bind with mac. and act transparent proxy sever with user bandwidth control.thats it

View 1 Replies View Related

Fedora Networking :: Setup A Single Imap Server To Pop3 Service ?

Mar 31, 2010

My actual mail is via pop3 from verizon. What I've done so far is just pull my pop3 mail onto my main machine at my house. But I'm finding I'd rather have a single imap server on my network so then all my machines could see the same mail.

I don't really want the imap server to poll verizon for mail, I just want the imap server to check pop3 mail at verizon only when one of my mail apps checks into it to look for mail.

View 1 Replies View Related

Applications :: Change An Email Account From POP3 To IMAP On An ISPConfig 2 System?

Jan 20, 2011

I would like to change an email account from POP3 to IMAP on an ISPConfig 2 system, I can see that the IMAP and POP3 process are both running.

I have the Maildir check box ticked for the server

Is there anything else I need to do, or is it just a case of changing the mail client from expecting POP3 to expecting IMAP?

View 6 Replies View Related

CentOS 5 Server :: Starting Dovecot Imap: Fatal: Protocol Pop3 Given More Than Once

May 21, 2010

CentOS 5.4

/etc/init.d/dovecot start
Starting Dovecot Imap: Fatal: Protocol pop3 given more than once

View 1 Replies View Related

Debian :: Kmail Not Receiving Mails From Gmail Through Pop?

Mar 26, 2010

I have recently configured the kmail to receive mails from gmail through the pop. I have followed the gmail's tutorial,[URl]I was able to send messages, but not to receive them.To say the true, I received just one mail and never more.

View 2 Replies View Related

Server :: Postfix As Receiving Mails For Multiple Domains?

Nov 15, 2010

I have configured postfix to send/receive mail from/to for two domains we manage. [URL] and [URL] Most of the cases there is no issue sending out or receiving emails. However, a few users of domainY.com complained that their senders were not able to sent them email. after much investigation, we started thinking that the mailserver failed to send us email may the failing on doing a SMTP Banner issue.

Is there anyone who knows how to deal with this SMTP banner issue with multiple domain. We want different SMTP banner when doing EHLO on different server.

530 mail.domainX.com ESMTP MailEnable Service, Version: 1.981-- denied access at 11/16/10 10:51:21
530 mail.domainY.com ESMTP MailEnable Service, Version: 1.981-- denied access at 11/16/10 10:51:21

View 5 Replies View Related

Server :: Postfix Don't Sending / Receiving Anything?

Nov 8, 2010

Yesterday i run a postfix everything works fine and today it hangs up. if i dial "telnet localhost 25" i get (before day i get 220 answer and ordinary hello):

Code:
Trying 62.197.207.43...
Connected to trons.sk.
Escape character is '^]'.
and nothing go far.

[Code]....

View 2 Replies View Related

Software :: Virtual Users - In Postfix Server While Configuring Outlook For Receiving Mails?

Mar 21, 2011

I have configured dns, postfix, dovecot, https, squirrel mail on fedora11 everything working very well. While configuring out look the same domain users getting mails the virtual users not receiving mails it showing pop3 error. But he can able to receive mails in his home directory.

View 1 Replies View Related

General :: LAN Machines Sending Packets By Iftop - Set Only Send And Recieve Http - Smtp - Ssh - Dns - Dhcp Request?

Jun 10, 2011

I have proxy running. I have seen LAN machines sending packets by iftop -P -F 192.168.10./24

[Code]....

How do i set my iptables so that I can only send and recieve http,smtp,ssh,dns,dhcp request in and out of the proxy

[Code]...

View 3 Replies View Related







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