search for: fetchall

Displaying 10 results from an estimated 10 matches for "fetchall".

2005 Oct 12
2
Anyone use fetchmail for multiple users?
Trying to figure out how to configure it for multiple users. By default CentOS doesn't have a daemon setup if you want to do this. Preston
2009 Mar 21
1
fetchmail SSL protoco; issue
...ult (SSLv23). Invalid SSL protocol '' specified, using default (SSLv23). The relevant part of my .fetchmailrc is included below (userids and password changed for privacy reasons :-) poll pop3.live.com port 995 proto pop3 user xxxxx at hotmail.com password yyyyyy no keep ssl sslproto ssl23 fetchall to myuserid The error message remains almost the same when I remove the sslproto option, only the second line is printed My mail is correctly fetched however. For gmail I use the same setup, but do not get any errors there. Anybody got this working WITHOUT error messages? What am I doing wrong?...
2009 Jun 20
1
Transfer incomming email to INBOX
I've installed dovecot with maildir format in /home/claude/mail. I fetch my email with fetchmail and they are placed in /var/spool/mail/claude. How can I transfer them automatically in /home/claude/mail/INBOX/new How can I setup something to transfer my email automatically as they arrive. Claude
2006 Jan 12
0
Sending commands to Asterisk via FastAGI
...def run(self): agi = AGI(self.client) db = MySQLdb.connect(host="192.168.10.15",user="user",passwd="password",db="somedb") c = db.cursor() c.execute("""Select * from ast_dp""") data = c.fetchall() for i in data: str = "EXEC " + i[4] + " \"" +i[5] + "/" + i[6] + "|" + i[7] + "\" \"\"\n" self.client.send(str) print str c.close() I have noticed that when...
2009 Jun 12
1
Adjusting Mime types for files with extensions .R or .Rout
I'm not sure if this is a Debian/Ubuntu question related to R or a Gmail question related to R so I thought I would start with this mailing list. I often wish to email R scripts and the result of a R CMD BATCH run of the script. I wish them to be enclosures of mime type text/plain so they are easier to handle and so they can be included in the archives of mailing lists. I use the web
2020 Feb 13
2
Monitor email for office365.com with fetchmail
I am trying to use fetchmail to monitor box in office365.com. Its not working. Is there a "better" way to monitor and inbox ? I have verified all the ports are open, using 993, using ssl, using sslproto SSL3 etc.. Anyone done this ? Got it working. I basically have: machine outlook.office365.com login myuser at mydomain password mypassword fetchmail --ssl --sslproto SSL3 --smtpname
2006 Oct 10
1
Python/sqlite date time problems.
...' 2. A small Python script to query this database: #!/usr/bin/python import sqlite cx = sqlite.connect('/tmp/testcase.db') cu = cx.cursor() cu.execute("select date from %s where date like '%s' ;" % ('testtable', '2006-10-' + "%")) print cu.fetchall() ## -------------------- END SCRIPT -------------------- ## Now, here's what's confusing me. If I run this on a box that was built from scratch with CentOS I get the following data back... [root at willspc python]# ./testcase.py [('2006-10-10',), ('2006-10-11',)] If I ru...
2020 Oct 25
0
Looking for a guide to collect all e-mail from the ISP mail server
Hello R, Your goal does not sound weird. The most painless way might be to fetch incoming messages from the ISP's IMAP and deliver them to your local dovecot. A shortened fetchmailrc would read: poll remote.server ? user ?, password ? folder 'INBOX' fetchall idle ssl mda "HOME=%T /usr/bin/sudo -u %T /usr/lib/dovecot/deliver" That way your users can create their vacancies with the ISP portal, the ISP will do availability, antivirus etc. You can even use sieve on delivery. Perhaps fetch "Spam" too, if your ISP files it away....
2020 Oct 25
5
Looking for a guide to collect all e-mail from the ISP mail server
...nks for the confirmation. > The most painless way might be to fetch incoming messages from > the ISP's IMAP and deliver them to your local dovecot. > A shortened fetchmailrc would read: > > poll remote.server ? > ? user ?, password ? > ? folder 'INBOX' > ? fetchall > ? idle > ? ssl > mda "HOME=%T /usr/bin/sudo -u %T /usr/lib/dovecot/deliver" Brilliant, thanks for the info. > That way your users can create their vacancies with the ISP portal, > [...] That's a good idea. But then internal e-mails need to go out to the ISP, do...
2020 Oct 25
10
Looking for a guide to collect all e-mail from the ISP mail server
Hi all: I am evaluating mail server solutions for a small business. The trouble is, I am only a part-time admin and a newbie to mail servers. Most guides I have seen are rather unrealistic: they encourage you to expose your e-mail server to the Internet, and hope that you have the resources to keep it patched up. I would rather have an internal mail server that collects e-mails from a standard