search for: mailread

Displaying 20 results from an estimated 62 matches for "mailread".

Did you mean: mairead
2014 Apr 26
2
Dovecot cannot connect to PostgreSQL server
...16:40:28 h2290750 dovecot: auth: Error: #011Is the server running on host "localhost" (::1) and accepting Apr 26 16:40:28 h2290750 dovecot: auth: Error: #011TCP/IP connections on port 5432? I have double checked the database. It is listening correctly and I can connect to it via psql -U mailreader mail I provided all necessary information to dovecot via this configuration snippet: driver = pgsql connect = host=localhost dbname=mail user=mailreader password=secret default_pass_scheme = SHA512 password_query = SELECT email as user, password, 'maildir:/home/mail'||maildir as userdb_...
2012 Feb 28
1
Master user
...-file > master = yes > } > plugin { > acl = vfile:/etc/dovecot/global-acls:cache_secs=300 > acl_anyone = allow > acl_shared_dict = file:/var/lib/dovecot/shared-mailboxes.db > } > protocols = imap > service auth { > unix_listener auth-userdb { > group = mailreader > mode = 0600 > user = mailreader > } > } > ssl = no > ssl_cert = </etc/pki/dovecot/certs/dovecot.pem > ssl_key = </etc/pki/dovecot/private/dovecot.pem > userdb { > args = uid=mailreader gid=mailreader home=/ allow_all_users=yes > driver = static...
2012 Jun 12
1
doveadm doesn't subscribe to public folders
...ta/MAIL/SHAREDDB/shared-mailboxes.db sieve = /data/MAIL/SIEVE/%u/dovecot.sieve sieve_dir = /data/MAIL/SIEVE/%u } postmaster_address = root protocols = imap sieve service auth { unix_listener /var/spool/postfix/private/auth { mode = 0666 } unix_listener auth-userdb { group = mailreader mode = 0600 user = mailreader } } service imap-login { process_min_avail = 8 service_count = 0 vsz_limit = 512 M } service imap-postlogin { executable = script-login /etc/dovecot/postlogin.sh user = $default_internal_user } service imap { executable = imap imap-post...
2002 Sep 24
5
Floor type 0 and residues type 0 and 1
...1 and residues of type 2. Is it possible to "force" the encoder to somehow create a vorbis-file with the other floor and residue types? Tor <p><p><p>=================================================================== EASY and FREE access to your email anywhere: http://Mailreader.com/ =================================================================== <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the...
2002 Oct 09
19
high frequencies response
Hi there In the past, i have used lame to encode high quality mp3-files (vbr 1, bitrate ~ 192kbit). I tend to switch to ogg with Quality 4 or 5, but i noticed, that many ogg-files tend to produce too much high frequencies response. In many cases, this is very noticeable. For my opinion, i cannot accept this worse frequence reponse. I have used latest version of ogg (OggEnc v1.0, precompiled
2002 Oct 09
19
high frequencies response
Hi there In the past, i have used lame to encode high quality mp3-files (vbr 1, bitrate ~ 192kbit). I tend to switch to ogg with Quality 4 or 5, but i noticed, that many ogg-files tend to produce too much high frequencies response. In many cases, this is very noticeable. For my opinion, i cannot accept this worse frequence reponse. I have used latest version of ogg (OggEnc v1.0, precompiled
2018 Jun 01
2
GSSAPI vs group check
Dear All, Is it possible to make any authorization (eg. checking of group membership) in case of GSSAPI authentication? Our dovecot authenticates the users against PAM and GSSAPI. In the PAM file I'm able to check if a user is a member of a selected (e.g mailreader) group. If the user is member, he can login otherwise not (see below). If the user has a valid Kerberos ticket and he tries to login via GSSAPI, I can't restrict him if he is not a member of the selected group. How can I overcome this issue? My config: passdb { ? driver = pam ? # [s...
2006 Apr 27
0
Newbie: Help with wiki IMAP example
Hi, I implemented the IMAP example at the bottom of: http://wiki.rubyonrails.com/rails/pages/HowToReceiveEmailsWithActionMailer The receiver app (inbox.rb) works fine when I run it against my mail server with the following line commented out: MailReader.receive(to, body) But when I uncomment that line I get error: inbox.rb:15 uninitialized constant MailReader (NameError) There is of course app/models/mail_reader.rb running in my rails app. How do I get the mail receiver app to know about the MailReader model? I start the rails app with: ru...
2002 Sep 23
2
More errors in the file format specification Was: Test files for decoder implementation
...omputation / step 2: curve synthesis 8) render_line( [lx], [hx], [ly], [hy], [floor] ) 12) render_line( [hx], [hy], [n], [hy], [floor] ) <p><p>Tor <p><p>=================================================================== EASY and FREE access to your email anywhere: http://Mailreader.com/ =================================================================== <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the...
2002 Sep 18
4
Test files for decoder implementation
...t) available, where the content is documented, so that it is possible to test a decoder implementation and more easily be able to find the bugs? <p>Tor <p><p>=================================================================== EASY and FREE access to your email anywhere: http://Mailreader.com/ =================================================================== <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the...
2004 May 24
6
RFC draft for Vorbis over RTP
Hi! What happened to this document? Was it just left dying in the IETF system? Tor --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the
2006 Jun 28
0
Reading email attachments
...OP3.start("widespreadsolutions.com", nil, "briefcase", "y902xas") do |pop| if pop.mails.empty? logger.info "NO MAIL" else pop.mails.each do |email| begin logger.info "receiving mail..." MailReader.receive(email.pop) email.delete rescue Exception => e logger.error "Error receiving email at " + Time.now.to_s + "::: " + e.message end end end end And then this in MailReader (after it has been converted to a...
2005 May 18
1
problem with an howto from the wiki.
hello, i'm reading and trying to configuring my mailserver following this howto on the dovecot wiki: http://wiki.dovecot.org/moin.cgi/DovecotPostgresql but i got always this problem: ERROR: permesso negato per la relazione postfix_virtual in english is "permission denied for the relation postfix_virtual". I dont know where the problem is, but if i send an email from localhost
2003 Jun 02
2
Normalization of ogg vorbis file
...be possible to change the volume of a Vorbis file by replacing the codebooks in the setup header and without reencoding the actual audio data. Tor <p><p><p>=================================================================== EASY and FREE access to your email anywhere: http://Mailreader.com/ =================================================================== <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the...
2011 Jul 19
3
CentOS 6
...out 6 pt type, and I'm trying to find out how to change that, as well as bringing up all seven of my sessions in a directory under my home, instead of home.... *sigh* Hopefully, 6.1 will fix at least *some* things... mark, who doesn't want something that looks like M$.... 1. All mailreaders used to show this information at the top of the email, and hide or unhide the rest of the headers... but no matter what, if I scrolled down, they went off the top of the screen, not stayed there occupying space.
2018 Jun 08
0
GSSAPI vs group check
...gt; > > Is it possible to make any authorization (eg. checking of group > membership) in case of GSSAPI authentication? > > > Our dovecot authenticates the users against PAM and GSSAPI. In the PAM > file I'm able to check if a user is a member of a selected (e.g > mailreader) group. If the user is member, he can login otherwise not > (see below). If the user has a valid Kerberos ticket and he tries to > login via GSSAPI, I can't restrict him if he is not a member of the > selected group. > > > How can I overcome this issue? > > >...
2015 Oct 16
0
quotas configuration a few questions
...log_path = /var/log/dovecot-lmtp.log } dict { quotadict = pgsql:/etc/dovecot/dovecot-dict-sql.conf } protocol pop3 { mail_plugins = quota pop3_client_workarounds = outlook-no-nuls oe-ns-eoh pop3_uidl_format = %08Xu%08Xv } --(postgresql stuff)-- CREATE DATABASE mail WITH OWNER mailreader; CREATE TABLE aliases ( alias text NOT NULL, email text NOT NULL ); CREATE TABLE users ( email text NOT NULL, password text NOT NULL, maildir text NOT NULL, created timestamp with time zone DEFAULT now() ); CREATE TABLE vdomain ( domain text NOT NULL ); CREATE TABLE...
2003 Jul 15
4
Xiph Magic
Hi Folks, FWIW I figured out the /etc/magic file entries for both native and Ogg wrappered Speex, Vorbis and FLAC (attached). YMMV because the fields aren't necessarily in fixed positions in the files, but it works fine for me. Feel free to include it in the Xiph archives or forward it to the /etc/magic file maintainer once you're satisfied with it. John -------------- next part
2010 Mar 22
0
rspec bug, on Mysql::Error: MySQL server has gone away: ROLLBACK TO SAVEPOINT active_record_1
hello can anybody help me with this bug, (this sometimes occur sometimes passes) 1) ActiveRecord::StatementInvalid in ''MailReader on Simple Tasks should not accept duplicate email'' Mysql::Error: MySQL server has gone away: ROLLBACK TO SAVEPOINT active_record_1 /home/poldz/.gem/ruby/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract_adapter.rb:219:in `log'' /home/poldz/.gem/ruby/1.8/g...
2016 Oct 28
4
iPhone/iPad IMAP connection bursts causes user+IP exceeded
...1 times ...] These bursts of logins/max/logouts would cycling on for a few minutes. Googling this problem seems to turn up lots of similar complaints about iOS mail mail clients. e.g. https://discussions.apple.com/thread/2547839?tstart=0 iOS mail readers do not limit connections limit as other mailreaders can. I could increase mail_max_userip_connections, but that just moves the goal posts. Using the new rawlog feature in 2.2.26 (thanks Dovecot team!), I was able to see that these connection bursts are caused by clients doing global searches. The rawlogs show each mailbox being SELECT'd an...