Programming :: Encrypted Mail Client Blocks After QUIT

Sep 9, 2010

My problem is that for an encrypted server my client blocks after I send the QUIT command to the server and I do not know the reason why my client blocks.

Language C, Library openssl, IP4.
Compiler: gcc.
Output:
send: STLS
receive: +Ok ssl handshake
send: USER XXXXX
receive: +OK
send: PASS ***
receive: +OK
Send: STAT
receive: +Ok 0 0
send: QUIT
receive: blocks

At this point I need to use crtl^C to exit the program.

For the non-encrypted mail client everything works fine.

View 1 Replies


ADVERTISEMENT

Programming :: Get Default Browser Name And Mail Client Name By Programmatically?

May 4, 2009

I am developing a application in which i have to show the name of default browser and mail client. i want to run this application on RedHat, SuSE, Mandriva, and Ubuntu. I have checked similar threads but not found any useful information.

View 8 Replies View Related

Ubuntu :: Can't Send From Own Mail Server With Mail Client (Thunderbird Or Evolution)?

Jun 1, 2011

I have set up postfix and dovecot as per the Ubuntu anual and appear to have a functioning mail server.Using the sendmail command I can send mail and I receive mail in ~/Maildir. Using Thunderbird I can read any mails received but I can't send any mail from Thunderbird. I have tried with both STARTTLS and SSL/TLS and whilst I get the prompt for a password I keep getting the message my password for my server is wrong.I have ports 25, 465, 587 and 993. Is that all the right ports?When I ping my domain name it resolves to my router name whereas I believe it should resolve to my IP. Could there be a problem with my host file? I've had a play but to no avail.Here's the error in mail.log.

Code:
westwood@westwood-desktop:/etc$ tailf /var/log/mail.log
Jun 1 19:00:33 westwood-desktop postfix/smtpd[2376]: warning: localhost.localdomain[127.0.0.1]: SASL LOGIN

[code]....

View 2 Replies View Related

General :: Configure Mutt Mail Client For Mail Server Other That Gmail?

Jan 9, 2011

I am trying to configure mutt to send email via command line . It works fine when I configure it for gmail as follows:Quote:

# SENDING MAIL
set copy=yes
set smtp_url = "smtp://mymail@smtp.gmail.com:587/"

[code]...

View 14 Replies View Related

General :: Debian E-mail Client Download E-mail Messages

Aug 7, 2011

I need help in setting up the native e-mail client included in Debian Squeeze. My ultimate goal is to have the Debian e-mail client download e-mail messages and process attachments automatically.

View 14 Replies View Related

Red Hat :: Install Davmail As Mail Client For MS Exchange Mail System?

Jun 1, 2010

i have redhat linux 5 (2.6.18-53.el5) and i am trying to install davmail as mail client for MS exchange mail system. i am trying to install davmail latest i.e 3.6.6-1032 x86 version. i installed java 1.6. and excuted java -version. it showed me correct version. i.e java 1.6. but when i ran ./davmail.sh it gave me following message it opened port 389 and the next message was DEBUG (checkrelease) davmail: unable to get released version what could be the problem

View 1 Replies View Related

Ubuntu Multimedia :: Change Startup Sound And Mail Alert Sound For Evolution Mail Client?

Jan 3, 2011

Ubuntu 10.04. I want to change the startup sound and the mail alert sound (incoming mail) for Evolution Mail Client. I go to System > Preferences > Sound, and all I get are themes preset. I do not have option to browse to wav files. I also do not see a browse option in Email Settings. Do I have to change an actual file?

View 7 Replies View Related

Ubuntu Servers :: Make A Local Mail Server That Itself Is A Client To A WAN Mail Server?

Mar 10, 2011

How do I make a local mail server that itself is a client to a WAN mail server.I want the local mail server to query new mail every 30 minutes from the WAN server.

View 6 Replies View Related

General :: Saving And Searching Encrypted Mail?

Dec 24, 2010

I often send and receive gpg-encrypted mail. At the moment I use thunderbird + enigmail (in linux) to do that. As far as I know there is no way in thunderbird to find all encrypted messages which bodies contain particular keywords. There also seems to be no option to save encrypted mails decrypted (so they would be searchable). However for me it is important to be able to search old encrypted mails.

Is there a way in linux to save incoming mails automatically decrypted in my inbox and save outgoing encrypted mail decrypted in the send folder? Both times adding a line to the body which remarks that the mail was encrypted.It could be another email client for linux that could to that or perhaps a solution using procmail or maildrop.For a procmail solution I guess there could be some problems with encoding (perhaps one have to use emil?). Note that the solution should work for multipart encrypted messages (including encrypted attachments) too. The point is that the mails are encrypted on the mailserver or more generally on their "way through the net".

View 2 Replies View Related

Programming :: Java Needs To Quit If No Keyboard Input For Several Seconds

Mar 29, 2011

I've got a program that takes keyboard input with BufferedReader and readline(), but readline() is blocking so I can't increment any sort of counter to quit the application after a period of inactivity, because the program is just waiting for an input from readline(). Do I need to create multiple threads, where one thread counts down an inactivity timer, or is there some method of using non-blocking keyboard inputs?

View 1 Replies View Related

Server :: Mail Server Blocks: Warning: Numeric Domain Name In Resource Data Of MX Record

Feb 4, 2010

My test messages from one mail server to another are getting sent to my spambucket and the only error in the logs is: warning: numeric domain name in resource data of MX record for [URL]: 74.63.64.42

View 1 Replies View Related

General :: Send Gpg Encrypted Mail Automatically From The Command Line?

Sep 14, 2010

How can I send gpg encrypted mail automatically from the linux command line?

I'm a little stumped on this one, I've tried using mutt but it doesn't encrypt mail unless it's used interactively.

Does anyone know if you can use the build in mail command to do this some how?

View 1 Replies View Related

Programming :: Why Malloc() Blocks/sleeps

Jun 2, 2010

I have encountered this scenario wherein malloc does not return.

Code:
char * tmp;
rs = 100 to 40000 bytes

[code]...

View 8 Replies View Related

Programming :: Detect A Closed Tcp Client Connection When Client Is Only Receiving Data ?

Mar 9, 2011

I am writing a TCP server in C, and the server listens to incoming client connections and accepts them. It then creates a thread to handle the client. The clients are expected to only receive data from my server and not send any data. So if I use a select() call with a recv(), I believe that the recv() will just block forever since there will not be any data coming from the client. If I use a non-blocking recv(), then this will just return a 0 which tells me nothing because the client is not expected to send any data. I am not sure if I have misunderstood some socket concepts, but I need a solution to detect when the client has disconnected so that I can close the socket and stop sending data to the client. As I understand it, simple ACKs etc are not captured by the recv(), and only data sent by the client will cause recv() to return a non-zero value, so I am not sure how to know when the client has disconnected.

View 7 Replies View Related

Programming :: Code - Blocks - Shared Object - Debugger ?

Jan 18, 2010

I have created an application that has a executable program that loads in a shared object

the shared object loads in another shared object

both of these shared object I have created

For debugging I have been printf'in data to determine what is going on

I now have some odd memory issue, and need a bit more control over debugging...

I have one workspace set up and under my exectuable(will call maintest from now on) I have two items in my link libraries under project build options being soA and soB (so A is the shared object that maintest uses, soB is the SO that soA uses) I also have linker options pthread and ldl

At the beginning of my maintest I do my dlsym and load in each function that I will be using

I always run my program using maintest, because when I have one of the SO as the startup project(turns bold) and try to run it gives me "You must select a host application to run a library"

I tried to set up this host library, i Go to Menu->Project->SetProgramArguments and change the Host Application to the debug version of my maintest

I then hit OK and try to run again but I get the same error: "You must select a host application to run a library"

If I get this part working - which I need help doing, is tehre other steps that need to be taken to debug the so's? or will this make it so when i hit f8 it will run.

View 1 Replies View Related

Programming :: Join 5 Lines Blocks Comma Delimited?

Nov 26, 2010

I have been searching previous posts but could not find an example which works with my data. I think I might be the spaces in my fields. I have a massive data file and need to join 5 line blocks separated by a comma.

Code:

2
111.222.333.444
host.edu

[code].....

View 8 Replies View Related

Programming :: Perl Read File And Parse Blocks?

Aug 21, 2010

I am trying to make a perl script which reads data from a file and parse it. The data in the file has the following syntax

Code:
Device Physical Name : Not Visible
Device Symmetrix Name : 1234
Device Serial ID : N/A
Attached BCV Device : N/A
Device Capacity

[Code]...

Each unique record starts with "Device Physical Name". So, I have a set of records within "Device Physical Name". I want to read this set of records starting from "Device Physical Name" and ends up till next "Device Physical Name". Offcourse FS is ":", and I just want to print/or later put info in a csv file.

View 14 Replies View Related

Programming :: Basic PHP Mail Function \ Say 'and If 'email' Is Not Equal To 0 Then Send The Mail?

Sep 9, 2010

this is my code at the moment

PHP Code: <?php
if (isset($_REQUEST['email'])) && $_REQUEST['email']!='0'{
$to = "chrisathisemail";

[code]....

View 5 Replies View Related

Programming :: Use Javamail For A Project To Send Mail Rather Than Using 'mail' Or 'mailx'

Nov 30, 2010

Was told that I need to use Javamail for a project to send mail rather than using "mail" or "mailx". Has anyone here done this?Any pointers or sites you've used and can recommend?

View 1 Replies View Related

Programming :: Add Some Compiler Flags In Code Blocks / IDE For Mysql Headers And APIs?

Jul 9, 2011

I am writing a C program which is contains Mysql header files and APIs but it can not compile it and its error is : Quote: undefined reference to

to all of Mysql APIs that I included their headers .In command line I compile my source like this with no problem: Quote: gcc test.c -Wall -o test -lz `mysql_config --cflags --include --libs`

I think code block does not have bold italic part of this command. How can I add this to code block to compile my project or those project that contains Mysql APIs (just my project not all of defined projects that has no relation to mysql APIs)with this gcc flags.

View 3 Replies View Related

Programming :: Add Some Compiler Flags In Code Blocks IDE For Mysql Headers And APIs?

Jul 10, 2011

I am writing a C program which is contains Mysql header files and APIs but it can not compile it and its error is :

Quote:

undefined reference to

to all of Mysql APIs that I included their headers .In command line I compile my source like this with no problem:

Quote:

gcc test.c -Wall -o test -lz `mysql_config --cflags --include --libs`

I think code block does not have bold italic part of this command. How can I add this to code block to compile my project or those project that contains Mysql APIs (just my project not all of defined projects that has no relation to mysql APIs)with this gcc flags.

View 2 Replies View Related

Debian :: Mail Client For A Headless Server?

Jan 9, 2011

On my Seagate DockStar torrent box running Debian Squeeze, I want to send email when a torrent download is done. What email client is good if I want to send e-mail via gmail server?

View 3 Replies View Related

Ubuntu :: Using Evolution Mail As Email Client?

Mar 17, 2010

I am using Evolution Mail as my email client and when i get email i dont see the pictures of email i see small red x like something is turned off.

View 9 Replies View Related

Ubuntu :: 9.10 Not Prompting For Password In Any Mail Client?

Apr 5, 2010

I'm having problems setting up an email client. Tried both Evolution (which looks good) and Thunderbird but both of them will not prompt for my password when connecting to my mail servers. I've quadruple checked my settings and everything looks OK however I do not get the password prompt.Creating an account in Evolution is almost the same as that shown in the documentation but I do not get prompted for the time zone. Checking where Evolution stores the passwords also comes up with different results on my computer as the location specified does exist but is empty.Evolution is running at 2.28.1 and Thunderbird is 2.0.0.24

View 5 Replies View Related

Ubuntu :: Thunderbird As Default Mail Client?

May 1, 2010

Ok, so I've done a clean install of 10.04 over 9.1 and despite a couple of issues am very impressed. The thing that's currently bugging me most is that I can't set the chat/mail/broadcast panel menu thing to use thunderbird for mail. Is there any way to do this, or do I need to have thunderbird as a separate icon?

View 4 Replies View Related

Ubuntu :: Set GMail As Default Mail Client?

May 6, 2010

I prefer GMail web interface than any other desktop client. Out of the box you can�t select GMail web interface as default mail client in GNOME on Ubuntu. But you can get it done with gnome-gmail application. Continue reading here on how-to: [URL]

View 1 Replies View Related

Ubuntu :: What Is The Default Cmdline (!) Mail Client

Sep 1, 2010

What is the default cmdline (!) mail client in Ubuntu?

Normally I use Thunderbird as GUI. But occasionally I get to Ubuntu systems where TB is not installed and cannot be installed but I need quick access to mail client
through a commandline based simple mail client.

how to configure this client?

View 4 Replies View Related

Ubuntu :: Looking For Outlook-compatible Mail Client?

Jan 16, 2011

I use Windows XP with Outlook 2003 (soon to be Outlook 2010) on my work laptop, and also the same on my home PC. I copy the .PST file containing my home emails between the two so I still have access to my home emails on my work laptop when I'm away on business. So, why am I mentioning this on a non-Windows forum?

Well, I'm migrating my home PC to Ubuntu, but I still want to be able to move the mail PST file to & from the work laptop, but I don't know of any Ubuntu mail clients that will work directly on the PST file. Those that I have looked at will import from the PST file but maintain emails in their own file format, which means I can't read the new ones again using Outlook if I have updated the mail folders with the mail client on Ubuntu.

So, does anyone know of and can recommend any mail clients that work with PST files directly? The analogy is like using Open office to read & write MS Word .doc & Excel .xls files directly without any importing or exporting. I should also mention that I've tried unsuccessfully to install Outlook using Wine, but it's not happening, same problems as described in the Wine appdb test results.

View 9 Replies View Related

Ubuntu Servers :: How To Access The Mail Client

Jul 12, 2011

I have setup Postfix as my SMTP server.I sent myself a test mail from the outside world, and I can see it in the mail spool in '/var/mail'. The question is, how can I now access that from a mail client?

View 8 Replies View Related

Debian :: Mail Delivered But Not Being Read By Client

Jan 19, 2010

Whenever Debian is installed, a mail client is also installed. I don't have the faintest idea what is happening below the surface, but if something happens with the system, like a failed cronjob, a mail is sent to my account on that computer. I can't recall it exactly, but I think during Debian installation I had to specify where system mail has to go to. In my case I am installing as jlinkels, so all mail directed to root goes to jlinkels. I am not sure if that redirection is still asked, on older versions I know it was, but I can't remember I had to tell that while installing newer versions. Anyway, on all boxes, automatically a folder /home/jlinkels/Maildir is created and within that the subfolders new cur and tmp. Whenever I log in in such a box mail is checked, and when I run mail I get a listing and can read the mail.

However, now I am running a server for which it is extremely important that I get the mail if there is something exceptional, and this mail does not function. That is, I don't have the ~/Maildir/new ~/Maildir/cur etc, but for some reason I do have ~/new, ~/cur etc. Now when something happens, root receives a mail. This mail is placed in ~/new. But when I run mail I see that there is no new mail for me. Still there is new and unread mail in ~/new. Installed Debian Lenny on this box and did nothing unusual. I have installed tens of Lenny boxes and run thru the installation procedure almost with my eyes closed so I am pretty sure I did not do anything out of the ordinary on this box. Still the mail is screwed up.

A few observations:
- the system (programs like cron) know they should send mail to root. This happens. I see in the header the mail is sent to root.
- the mail system (whatever that is) knows that mail to root should be sent to jlinkels
- the mail system even knows where to find the mailboxes of jlinkels
- the mail client does not know where to find new mail for jlinkels
I have seen that exim4 is running on the box. Is exim4 responsible for forwarding and dropping the mail in ~/new? How this mail is produced, how it is dropped in my mailbox, and how the mail client can find this.

View 4 Replies View Related







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