fetchmail imap gmail certificate


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers fetchmail imap gmail certificate
# 8  
Old 03-10-2008
Quote:
Originally Posted by c19h28O2
Sorry I'm not explaining myself very well am I! Hope thats a little clearer. Thanks
fetchmail is just an mail client that does all the popular main transfer client protocols (pop/imap/etc)

it would be best to have gmail forward the messages to yahoo, fetchmail wont do what you want it to (other than some crazy fetchmail | filter | sendmail type script, which is out of your reach it seems, no offense)

fetchmail --smtphost outboundserver --smtpname user@yahoo.com

does sound like what you want to do however.
# 9  
Old 03-10-2008
None Taken :-)

Cool so on the outbound server can I give that my username and password as parameters? (gmails smtp requires it)
# 10  
Old 03-10-2008
Quote:
Originally Posted by c19h28O2
None Taken :-)

Cool so on the outbound server can I give that my username and password as parameters? (gmails smtp requires it)
fetchmail wont care about outbound passwords, its just wanting to know who to send these emails to and who the smtp server is (same as you would for setting up Mail.app and writing a letter and manually forwarding emails)

Still better to setup gmail to forward these emails automatically.
# 11  
Old 03-10-2008
Your right it would be easier to just forward them via gmail but I don't have the option to forward them in plain text Smilie

Unfortunately gmail required smtp username and passwords :-(
# 12  
Old 03-11-2008
Quote:
Originally Posted by c19h28O2
Your right it would be easier to just forward them via gmail but I don't have the option to forward them in plain text Smilie

Unfortunately gmail required smtp username and passwords :-(
Not sure what you mean that gmail requires user/pass, as gmail will truly forward the emails to yahoo.com (setup a filter that says all emails from *unix.com, forward to user@yahoo.com)

Yahoo also might not actually be showing 'plain' mime types since it handles html (obviously) just fine.
# 13  
Old 03-11-2008
So I've now successfully got my email coming down to my pc but i'm having a problem sending emails...

I've added a relay host of smtp.gmail.com but the emails don't appear to be leaving my comp...

Any ideas? I've been looking around but not quite sure.
# 14  
Old 03-11-2008
Quote:
Originally Posted by c19h28O2
So I've now successfully got my email coming down to my pc but i'm having a problem sending emails...

I've added a relay host of smtp.gmail.com but the emails don't appear to be leaving my comp...

Any ideas? I've been looking around but not quite sure.
Use the one you normally do for Mail.app
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Does vsftpd support user access with client certificate with priv/pub key + vsftpd certificate?

:rolleyes:I am trying to setup all certificate based client-server environment in Linux using vsftpd and curl with openssl. I would like to make a user access with vsftpd certificate and user own client certificate (self-signed) with private/public key. I don't see google posts about the my plan... (4 Replies)
Discussion started by: gogogo
4 Replies

2. Red Hat

Fetchmail Error

Hello All, I am using fecthmail on RHEL 5.fetchmail: fetchmail 6.3.6-1.1.el5.3.1 getting the below error. ################# Installation check passed Fetching email ... mail box file name is ....mailbox.2011051614 /usr/bin/fetchmail --all --timeout 3000 --nokeep --bsmtp... (0 Replies)
Discussion started by: ajaincv
0 Replies

3. UNIX and Linux Applications

fetchmail with two envelope options

Dear All, Is it possible to using 2 envelope options on fetchmail ? Here is fetchmailrc configuration : envelope "Envelope-To" envelope "X-Apparently-To" Thx :) (0 Replies)
Discussion started by: rhein_onizuka@y
0 Replies

4. Linux

Fetchmail Help

Hello there Unix & Linux Guru's and Gifted ones, Can anyone help me configure fetchmail on my redhat 9.0 This sounds to be silly but really I'm new to linux. I really need step by step installation and configuration on our company's required Redhat 9.0 (shrike) OS. Thank you and God... (2 Replies)
Discussion started by: struggled_boy
2 Replies

5. Shell Programming and Scripting

perl (conky) and gmail/IMAP unread message count

Hi all, I use Conky monitor (Conky - Home) for my laptop and I needed a script to see the count of new messages on gmail/IMAP, then I made this small perl script (I hope they can be useful to someone :)) gimap.pl #!/usr/bin/perl # gimap.pl by gxmsgx # description: get the count of unread... (0 Replies)
Discussion started by: gxmsgx
0 Replies

6. Linux

Fetchmail Ate my inbox!

Hello All. I was messing around with Fetchmail on a Test Email account. Here's what my fetchmailrc file looks like: poll imap.gmail.com proto IMAP fetchall ssl When I ran this, it removed all the test emails from my Google Account. There were a few emails that I needed, however, I... (3 Replies)
Discussion started by: drewrockshard
3 Replies

7. UNIX for Dummies Questions & Answers

fetchmail taking long time to fetchmail...

Hi peeps, We are having around 60 users. The time set to retrieve the mail is 300 sec. But it's taking around 1 hour to deliver mails. I am using debian sarge 3.1. any clues? And how it will affect if I decrease the time? My machine has got 1 p4 3.0 GHZ processor and 1 GB ram. The home... (2 Replies)
Discussion started by: squid04
2 Replies

8. IP Networking

fetchmail with pop3

once i used kmail (or sometimes outlook express) for my e-mail client. i had no problem with that. now being with unix console, i want to retrieve pop3 mails, using fetchmail. (where i can browse my mailbox(es) later) and it seems something i'm missing or do not understand. assuming my e-mail... (2 Replies)
Discussion started by: jaguar
2 Replies

9. UNIX for Dummies Questions & Answers

fetchmail suitable for this task?

Hi all. I'm currently building my own webmail server but I will need to collect my mail from several different account scattered around the 'Net. I know fetchmail can do this. The problem I have is that my main POP3 mailbox at my ISP lumps all users' e-mails into one box. This means that... (0 Replies)
Discussion started by: DraconianTimes
0 Replies
Login or Register to Ask a Question