Mageia Bugzilla – Attachment 2390 Details for
Bug 5858
fetchyahoo is not fetching mail from yahoo.com
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
fetchyahoorc file
aa (text/plain), 2.18 KB, created by
Bit Twister
on 2012-05-28 20:13:12 CEST
(
hide
)
Description:
fetchyahoorc file
Filename:
MIME Type:
Creator:
Bit Twister
Created:
2012-05-28 20:13:12 CEST
Size:
2.18 KB
patch
obsolete
># dif .fetchyahoorc /usr/share/doc/fetchyahoo/fetchyahoorc >10c10 >< username = my_yahoo_id >--- >> username = yahoo-user-name >12,13c12 >< # password = 7f5c809b57be697c6d3cac5366f80791 >< password = my_yahoo_pw >--- >> password = yahoo-password >23c22 >< spool = /usr/bin/procmail >--- >> spool = /var/spool/mail/local-user-name >28c27 >< spool-mode = pipe >--- >> spool-mode = append >32,33c31,37 >< use-msg-id-archive = 1 >< msg-id-archive-file=/accounts/yahoo/.fetchyahoo/msg.id >--- >> use-msg-id-archive = 0 >> msg-id-archive-file=/path/to/file-to-store-msg-ids >> >> # set the below to 1 to move messages to a folder to archive them >> # this is very useful with Yahoo's new increased storage limits >> use-archive-folder = 0 >> archive-folder = Archive-Folder-to-Move-Messages-To >50a55,56 >> # set this to 1 to use secure IMAP (IMAPS) >> secure-imap = 0 >57c63,67 >< mail-host = mail.home.test >--- >> mail-host = outgoing.example.com >> >> # to use SMTP authentication, set these to your SMTP username and password >> smtp-username = my-smtp-username >> smtp-password = my-smtp-password >60c70 >< send-to = yahoo@mail.home.test >--- >> send-to = me@example.com , me2@example.com >64c74 >< send-from = yahoo@mail.home.test >--- >> send-from = me@example.com >72,75c82,92 >< # IMPORTANT Yahoo gives trouble when downloading over 90 messages at a time >< # Setting this to more than 90 (or 0 for unlimited) may cause problems. >< # max number of messages to download in one go >< max-messages = 70 >--- >> >> # If this is set to 1, then max-messages is ignored and we will sleep for >> # a few seconds before downloading every message. This makes downloading much >> # slower but should prevent Yahoo from throttling us. >> safe-download = 0 >> >> # IMPORTANT Yahoo gives trouble when downloading over 400 messages at a time >> # Setting this to more than 400 (or 0 for unlimited) may cause problems. >> # max number of messages to download in one go. >> # setting safe-download to 1 disables use of max-messages. >> max-messages = 400 >82c99 >< new-messages-only = 1 >--- >> new-messages-only = 0 >93c110,111 >< folder = Inbox >--- >> # this can also be a comma-separated list of folders >> folders = Inbox >123c141 >< leave-unread = 1 >--- >> leave-unread = 0 >130c148 >< logout = 1 >--- >> logout = 0
# dif .fetchyahoorc /usr/share/doc/fetchyahoo/fetchyahoorc 10c10 < username = my_yahoo_id --- > username = yahoo-user-name 12,13c12 < # password = 7f5c809b57be697c6d3cac5366f80791 < password = my_yahoo_pw --- > password = yahoo-password 23c22 < spool = /usr/bin/procmail --- > spool = /var/spool/mail/local-user-name 28c27 < spool-mode = pipe --- > spool-mode = append 32,33c31,37 < use-msg-id-archive = 1 < msg-id-archive-file=/accounts/yahoo/.fetchyahoo/msg.id --- > use-msg-id-archive = 0 > msg-id-archive-file=/path/to/file-to-store-msg-ids > > # set the below to 1 to move messages to a folder to archive them > # this is very useful with Yahoo's new increased storage limits > use-archive-folder = 0 > archive-folder = Archive-Folder-to-Move-Messages-To 50a55,56 > # set this to 1 to use secure IMAP (IMAPS) > secure-imap = 0 57c63,67 < mail-host = mail.home.test --- > mail-host = outgoing.example.com > > # to use SMTP authentication, set these to your SMTP username and password > smtp-username = my-smtp-username > smtp-password = my-smtp-password 60c70 < send-to = yahoo@mail.home.test --- > send-to = me@example.com , me2@example.com 64c74 < send-from = yahoo@mail.home.test --- > send-from = me@example.com 72,75c82,92 < # IMPORTANT Yahoo gives trouble when downloading over 90 messages at a time < # Setting this to more than 90 (or 0 for unlimited) may cause problems. < # max number of messages to download in one go < max-messages = 70 --- > > # If this is set to 1, then max-messages is ignored and we will sleep for > # a few seconds before downloading every message. This makes downloading much > # slower but should prevent Yahoo from throttling us. > safe-download = 0 > > # IMPORTANT Yahoo gives trouble when downloading over 400 messages at a time > # Setting this to more than 400 (or 0 for unlimited) may cause problems. > # max number of messages to download in one go. > # setting safe-download to 1 disables use of max-messages. > max-messages = 400 82c99 < new-messages-only = 1 --- > new-messages-only = 0 93c110,111 < folder = Inbox --- > # this can also be a comma-separated list of folders > folders = Inbox 123c141 < leave-unread = 1 --- > leave-unread = 0 130c148 < logout = 1 --- > logout = 0
View Attachment As Raw
Actions:
View
Attachments on
bug 5858
:
2390
|
2392