Server :: Send And Receive Time Out Error In Microsoft Outlook?

Dec 21, 2010

the mail server being used in my office is qmail. now i have received some complains from people that they are getting time outs while sending or receiving mails in their email clients like microsoft outlook.

View 6 Replies


ADVERTISEMENT

Server :: How To Use Postfix To Send Mail Through Microsoft Exchange Server?

Dec 25, 2010

I recently had the need to relay SMTP mail through our organizations hosted MS Exchange server. I had to do a little troubleshooting, so I wrote a concise summary of the procedure I followed.

View 1 Replies View Related

Server :: Cannot Receive/send Email?

May 2, 2011

I used this tutorial to setup to setup iSpconfig postfix courier:but i cannot send or receive email:

Code:
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
B450C72116A 595 Mon May 2 17:33:50 www-data@mail.greensevenstudios.com

[code]...

View 2 Replies View Related

Server :: Postfix Can Send But Cannot Receive Emails?

Apr 25, 2009

I have configured Postfix on a Ubuntu 8.04 box using this tutorial:I can send emails but I cannot receive any email because of a "bad recipient address syntax:"The log from /var/log/mail.info says this:

Code:
Apr 25 14:46:06 360romania postfix/pickup[31716]: 74A682190661: uid=0 from=<root>
Apr 25 14:46:06 360romania postfix/cleanup[32402]: 74A682190661: message-

[code]...

View 9 Replies View Related

CentOS 5 Server :: Can't Send Or Receive Mail

May 24, 2010

My server already installed and works well, but I can't send or receive mail with Squirrelmail, the error that appears is: Server replied: 67 Can not execute command '/ usr / sbin / sendmail-t-i-fteste@gabinetedeengenharia.com '.

View 5 Replies View Related

General :: Microsoft Outlook To KOrganizer?

Oct 15, 2010

I'm looking for the outlook2vcal tool but all the links I've found send me to out of date sites or I get an Error 404 message. Does anybody know where I can download this tool or if not any tool that will convert my Outlook calendar into a format that I can import into KOrganizer.

View 6 Replies View Related

Ubuntu Servers :: Mail Server - Can't Send Or Receive?

Mar 5, 2011

Every time I try to send a message with SquirrelMail, I get:

Code:
Message not sent. Server replied: Syntax error in parameters or arguments 501 5.1.7 Bad sender address syntax

View 3 Replies View Related

Programming :: Socket C++ / Send And Receive Messages In Server?

Jan 2, 2009

I'm trying implement a small server for a university work, my server is creating, binding and listening but it don't accept any connection, these are the files I'm using in server:

Code:

// Definition of the Socket class
#ifndef SOCKET_H
#define SOCKET_H
#include <sys/types.h>
code....

I've made a client just for test it, but no ones run well, the server is always returning -1 when accept is called!!

What should I do to send and receive messages in this server??

View 3 Replies View Related

CentOS 5 Server :: Can Send Mail But Cannot Receive - No Errors

Aug 21, 2011

I recently purchased a domain and I have setup what I believe are correct dns records from the domain companies control panel. I have the domain pointing to my server and that's working fine. I also have an MX record for my domain. Now, I can send emails from my email account just fine however I cannot receive any emails coming in to my account. Heres an example:

[dalton@int-interactive mail]$ echo "hello world" | sendmail -v dalton@int-interactive.com
dalton@int-interactive.com... Connecting to [127.0.0.1] via relay...
220 int-interactive.com ESMTP Sendmail 8.13.8/8.13.8; Sun, 21 Aug 2011 14:45:16 -0400

[code]...

View 3 Replies View Related

Ubuntu :: Synchronize Microsoft Outlook With Whatever Office App?

Feb 1, 2010

how to synchronize Microsoft Outlook with whatever office app of LINUX? What are the office solutions that are offered by linux or what can we compile?I have some CSV files from outlook but it is annoying to daily try to export those.How to synchronize the ubuntu machine, with for instance ethernet

View 7 Replies View Related

Software :: Dovecot SSL Microsoft Outlook Express?

Nov 26, 2009

When I log in with shell It connects and reads the SSL on port 993. The problem is when I use SSL for the email client it gets the error on the email side and it doesn't work. Out going mail on the postfix works, and also incoming and outgoing on my actual server works. I have one email set up there for testing. I am really confused. This is not a self signed SSL either. I tried to create a dovecot.pem but it won't work. How do I create the dovecot.pem for a non-self signed SSL?

here is the path:

ssl_cert_file = /path/to/mail_domain_com.crt
ssl_key_file = /path/to/private/mail.domain.com.key

It should be:

ssl_cert_file = /path/to/dovecot/certs/dovecot.pem
ssl_key_file = /path/to/dovecot/certs/private/dovecot.pem

When I try to use the mkcert.sh it doesn't put the files in the places it should go. I did edit both the mkcert.sh and the dovecot-openssl.cnf.

View 1 Replies View Related

Server :: Send And Receive E-mails To And From An Array Of Virtual Domains?

Jan 4, 2010

I've set up a fully functional e-mail server and can send and receive e-mails to and from an array of virtual domains without a problem. The only hiccup I have is that only root is able to send e-mails via mutt. I have not stipulated a sendmail line in the mutt configuration so it's sending e-mail with default configuration. How can I get it so that all users on the server can send outgoing e-mails via mutt?

Update: Solved this by following this http://inmyplace.info/2008/05/07/pos...ission-denied/

View 1 Replies View Related

Programming :: Perl - UDP Server Receive / Send Packet To Host

Apr 1, 2010

I have found many examples out on the www for creating udp servers with sockets. The problem I am running into is after I receive the packet from a host I need to be able to send a custom made packet(I'm using RawIP / NetPacket to make my packet) back to this host. The only way to do this is seemingly through the send() function. This function however doesn't appear to allow me to specify which host to send my packet to.

View 2 Replies View Related

Server :: Postfix - One Account Cannot Send / Receive Email (Other Works Fine)

Dec 7, 2010

I just set up a new email server on Debian Lenny. It's Postfix for MTA and Dovecot for IMAPS server. I use Dovecot for authentication. I have two UNIX users on the system (except root), one was added before the installation of Postfix and Dovecot. I'm not doing any virtual things, just plain UNIX users and one domain on a dynamic IP. The first user, "webadmin" can send and receive emails just fine through the server from my mail client.

Now I just added a new user, "scarleo", and it turns out I'm unable to send and receive emails with this account. If I log in (SSH) with scarleo I can use bash mail to send emails, works fine. scarleo can also receive emails from webadmin and can connect to Dovecot to read emails. However scarleo cannot send or receive to or from anyone outside the server from my mail client. I have restarted both Postfix and Dovecot after adding the user. Do I have to do something else to make this account work like webadmin's?

A few relevant lines from mail.log: (I've modded my real IP)
Code:
Dec 7 17:44:42 homer dovecot: imap-login: Login: user=<scarleo>, method=PLAIN, rip=96.136.112.229, lip=192.168.0.18, TLS
Dec 7 17:44:42 homer dovecot: imap-login: Login: user=<webadmin>, method=PLAIN, rip=96.136.112.229, lip=192.168.0.18, TLS
Dec 7 17:45:16 homer postfix/smtpd[5915]: connect from bredband.comhem.se[96.136.112.229] .....

View 4 Replies View Related

Software :: Unable To Receive Virtual Users Mails In Outlook

Mar 19, 2011

We are facing an issue with virtual users. We have configured postfix in Fedora 12. We are able to receive as well as send mails for the main domain users (i.e. example.com) but not able to receive virtual users mail (i.e. configured example2.com in main.cf and configured in virtual file as systems@example2.com useronly). We are receiving error message in outlook as 0x800CCC0F. Please guide us how to solve this issue.

View 1 Replies View Related

Ubuntu Installation :: Server On Microsoft Virtual Server - Error: Hypervisor Error.JPG

Sep 8, 2010

I've been trying to install Ubuntu Server onto Microsoft Virtual Server at the request of my boss, and I've been having an issue I cannot seem to work around. Now my background on Ubuntu and linux in general isnt amazing, I have configured server at home to act as a file sharing platform and a media server, but thats about it.

Now I've gone to install it on the MVS at work and once the install completes, I recieve the following error: Hypervisor error.JPG

I've tried running the install but limiting the resolution, but from what I can rememeber server doesnt install the GUI to start with, so it should just be showing me the standard CLI.

View 1 Replies View Related

Software :: Debian Mail Server Won't Send Or Receive Mail

Apr 22, 2010

i basically had this system installed for our mail system.The setup is as follows:

1. Operating system installed is Debian ver. 5.0.3

2. Roundcube is installed as a webmail(if its right for me to say that)

3. The server is hosted right here at our offices

4.The server uses relay system to send mail i.e. relays all our mails to our ISP

That all i can say about the configurations becuase thats as much as i understand it.The problem now is that we are not able to send or recieve emails from both internal and external.I tried to send mail to a collegue in the office who is on our local LAN,Roundcube says sent successfully but the person does not recieve the mail.i tried to send to my yahoo address but nothing.I dont know where these mails have been trapped.

View 5 Replies View Related

General :: Block Outlook User To Send Mail?

Jun 19, 2010

I am using Qmail mailing system. Now I want to block the outlook users to send mail(SMTP). I think it can be done through qmail smtp relay option.Is it the right way to block SMTP for outlook users??

View 3 Replies View Related

Software :: Can Apache Send Error Messages By Email Each Time They Get Logged

Nov 24, 2009

Can Apache send error messages (crit, warn & such) by email each time they get logged?

View 2 Replies View Related

Ubuntu :: Evolution Won't Send Or Receive?

Aug 21, 2010

on ubuntu 8.04 and evolution has stopped sending or receiving when click send/receive button. it flashes something but too fast to read. i have renamed mail folder but no go. i have checked settings but no go. i have reinstalled evoulution from synaptic but no go.

i think i have a corrupt file or something like that.

View 1 Replies View Related

Ubuntu :: Receive Mail But Not Send?

May 29, 2010

I was running Ubuntu 9.04, no problems. I did a new installation of 10.04 and could not send or receive mail (Thunderbird). Both would time out. tried two other mail programs to see if Thunderbird was the problem, but they did the same.So I did dual boot installation, with 9.04 and 10.04. The same: mail OK in 9.04 but not in 0.04. So that seemed to eliminate everything as a problem outside of my computer.One night I remembered that ipv6 could be a cause, and toggled it in Thunderbird. It has been an "almost". I can now receive but not send.For example, the bottom bar will say: "Connecting to smtp.edicionescc.com" and after a while time out.I can ping smtp.edicionescc.com with no problem

Jos鼯textarea></p>
<input type='hidden' name='ID[5]' value='74701' />
<input type='hidden' name='URL[5]' value='http://www.linuxquestions.org/questions/linux-

[code]...

View 1 Replies View Related

General :: Can Send But Can't Receive Mail?

Mar 21, 2011

so I'm really new to using Linux, and I searched the forums, but most people seem to have trouble sending mail, not receiving it. When I send mail from the CLI, it gets delivered fine (from travis@travishoward.net) But when I try to reply or mail to the server, I get this message back:

Code:
----- The following addresses had permanent fatal errors ----- <travis@travishoward.net>
(reason: 554 5.7.1 <travis@travishoward.net>: Relay access denied)

[code]...

View 2 Replies View Related

CentOS 5 :: Evolution Receive But Won't Send?

Nov 25, 2009

I have it config'd to send and receive on multiple accounts and they all receive email, but SMTP times out and even sends no matter what account I try to send with. I thought maybe security and dropped the firewall and still won't send. No matter which account I try to send to it says its timing out trying access I have no problems on my Mac so no network problems. For grins I install Thunderbird and setup one account and same thing received but no send. What could it be blocking outgoing email??? I have CentOS 5 with all available updates.

View 3 Replies View Related

Fedora Servers :: Can Send But No Receive Mail?

Jun 24, 2009

I have Linux mail server, It always encounter this problem, when i shut down or restart the server. You cannot receive mail but you can send..i use the following services:

iptables -F
service iptables restart
service sendmail restart

[code]...

View 5 Replies View Related

Fedora :: Send And Receive SMS Via CDMA Connection

Jan 3, 2011

How I can send and receive SMS via CDMA Connection. I have tried Gammu (hangs) and Gnome-Phone-Manager (Can't run on GTK3). Gnokii? Well ... I'd like to hear from someone who has succeeded with it on F14. I don't like having to boot into Windows to check my Phone Credits

View 11 Replies View Related

OpenSUSE :: Can't Send Nor Receive Email To Kmail?

Aug 23, 2010

I need help with my K mail I set everything up correctly but it does not send nor recieve email to my kmail. I however did recieve my email to my windows base email through charter internet but not through K mail can

View 2 Replies View Related

OpenSUSE Network :: Can't Send Or Receive Email

Dec 28, 2009

can't send or recieve E-mail. Running postfix , thunderbird squirrel mail. Thunderbird and squirrelmail connect to server but am unable to send or recieve. recieve connection refuses 111 can't open smtp stream. I seen a post mentioning port 25 : 587 for squirrellmail but I do not have exim.conf to update daemon_smtp_ports= 25 : 587 is this located in another file for suse 11.2?

View 3 Replies View Related

Ubuntu :: Cannot Send Or Receive Email Using Thunderbird

May 28, 2010

I'm having trouble to send and receive e-mail using Thunderbird 3. When I tried setting up new account using the automatic configuration method,the result of scanning pop. and smtp. server returned 'none' with this orange circle. I assume it's the same problem that occurred when I first tried to install Evolution. But oddly,I manage to access the web-mail account provided by the ISP using the same information used to set-up Evolution and Thunderbird 3. Precisely I'm from Malaysia and the ISP is Streamyx.com. PC run on Ubuntu 9.10.And I've heard that the ISP is non-friendly of non standard e-mail applications.

View 4 Replies View Related

Ubuntu :: Thunderbird - Can Receive But Not Send Email

Aug 30, 2010

I have a desktop that has been running Ubuntu for years. Finally I convinced my wife to get rid of windows XP and move to Lucid. I did a clean install of Lucid on her system writing over windows. After the install I installed Thunderbird using Synaptic Version 3.0.6 was installed on her system. On my desktop I am also running Thunderbird 3.0.6 We have several domains and mail servers on those domains.

They all use SMTP First, I installed the ISP email and that works perfectly. She can send and receive using our ISP's mail server. I then set up an email account in Thunderbird using the SMTP email server form one of our domains. She used to be able to send and receive from for one of our domains. She can receive email from that email server, but can not send (I can send and receive from the same domain using Thunderbird) Her SMTP and mine are set up identically:

Server Name: mail.[domain]
Port: 50
Username: [user]@[domain]
Secure Authentication: No
Connection Security: No

She is able to receive email but when she tries to send. the connection in Thunderbird either times out. or gives a password error. The password is correct, because we can use Firefox, and go to the pop and log in.Also, she can receive email direct on her computer and has to log in using her password. So I opened Terminal and tested using:

telnet mail.[domain] 50

I got

Trying [IP address]
Connected to mail.[domain]
Escape character is '^']'.
220 mail.[domain]

This leads me to believe something in Ubuntu is blocking her system from using Thunderbird to send emails through the email server. I've been at this for several days now. I did try totally un-installing Thunderbird using Synaptic. Then manually deleting the .Thunderbird file. Then doing a fresh install of Thunderbird using Synaptic. Still get the same results I am thinking that maybe App Armor is stopping this? Or perhaps some other security issue in Ubuntu like Linux Security Module? Otherwise the installation went flawlessly. We even got Skype working on the first try! Printers installed correctly and perfectly too.

View 8 Replies View Related

Ubuntu :: Evolution Send / Receive Tab Greyed Out

Feb 10, 2011

Running Evolution 2.23.3.1 on a laptop with 8.04 installed. (Running 8.04 for good reasons - please don't query). I've been running perfectly for some time, but today when I booted up and opened Evolution to check my mail, the first sign of something odd was that it didn't ask me to unlock the keyring. Then I noticed that the send/receive was greyed out.

I rebooted several times with no change. I've clicked on Permissions in the File menu, but that doesn't then show any window, which is what I would expect, thinking that something has changed. Other than accepting all the usual update manager's recommended installs, nothing has changed on this laptop for several weeks.

View 2 Replies View Related







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