smailr 0.5.4 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +1 -1
- data/lib/smailr.rb +1 -1
- data/lib/smailr/setup.rb +1 -1
- metadata +58 -77
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: c285dbbec224e60b52df63833918c88f7677a3d4
|
|
4
|
+
data.tar.gz: 85b06fd358341fd4f9a73f500fca51b352cb120a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: f9011a18cb6cc2ac3f511c1fd91bc781d58e9ceae4ed9b47d05769b2113b06a0b635768178e489b2b91ac60670b41fbc12028510e4c929ee730d82565c7a0bc8
|
|
7
|
+
data.tar.gz: f0a7b9f172c6e50df96f07730eb47931a8cfd74ff5ddeddfdacf93ce17e933535c50ad19c875d7bc66379d5cb0c6c6963d9721efcd9925c6479efbb69a570c48
|
data/README.md
CHANGED
data/lib/smailr.rb
CHANGED
data/lib/smailr/setup.rb
CHANGED
metadata
CHANGED
|
@@ -1,132 +1,113 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smailr
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 5
|
|
9
|
-
- 4
|
|
10
|
-
version: 0.5.4
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.5.5
|
|
11
5
|
platform: ruby
|
|
12
|
-
authors:
|
|
6
|
+
authors:
|
|
13
7
|
- Stefan Schlesinger
|
|
14
8
|
autorequire:
|
|
15
9
|
bindir: bin
|
|
16
10
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
- !ruby/object:Gem::Dependency
|
|
11
|
+
date: 2015-04-23 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
21
14
|
name: commander
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
none: false
|
|
25
|
-
requirements:
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
26
17
|
- - ">="
|
|
27
|
-
- !ruby/object:Gem::Version
|
|
28
|
-
|
|
29
|
-
segments:
|
|
30
|
-
- 0
|
|
31
|
-
version: "0"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
32
20
|
type: :runtime
|
|
33
|
-
version_requirements: *id001
|
|
34
|
-
- !ruby/object:Gem::Dependency
|
|
35
|
-
name: sequel
|
|
36
21
|
prerelease: false
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: sequel
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
40
31
|
- - ">="
|
|
41
|
-
- !ruby/object:Gem::Version
|
|
42
|
-
|
|
43
|
-
segments:
|
|
44
|
-
- 0
|
|
45
|
-
version: "0"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
46
34
|
type: :runtime
|
|
47
|
-
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
48
41
|
description: |-
|
|
49
42
|
Smailr is a CLI tool which lets you manage your Exim/Dovecot setup
|
|
50
43
|
from the shell. It currently uses SQLite as a backend.
|
|
51
44
|
email: sts@ono.at
|
|
52
|
-
executables:
|
|
45
|
+
executables:
|
|
53
46
|
- smailr
|
|
54
47
|
extensions: []
|
|
55
|
-
|
|
56
48
|
extra_rdoc_files: []
|
|
57
|
-
|
|
58
|
-
|
|
49
|
+
files:
|
|
50
|
+
- README.md
|
|
59
51
|
- bin/smailr
|
|
52
|
+
- contrib/dovecot-sql.conf
|
|
53
|
+
- contrib/dovecot.conf
|
|
54
|
+
- contrib/exim4.conf
|
|
55
|
+
- lib/smailr.rb
|
|
60
56
|
- lib/smailr/alias.rb
|
|
61
57
|
- lib/smailr/dkim.rb
|
|
62
58
|
- lib/smailr/domain.rb
|
|
63
59
|
- lib/smailr/mailbox.rb
|
|
64
60
|
- lib/smailr/model.rb
|
|
65
61
|
- lib/smailr/setup.rb
|
|
66
|
-
- lib/smailr.rb
|
|
67
|
-
- contrib/dovecot-sql.conf
|
|
68
|
-
- contrib/dovecot.conf
|
|
69
|
-
- contrib/exim4.conf
|
|
70
62
|
- migrations/001_domains.rb
|
|
71
63
|
- migrations/002_mailboxes.rb
|
|
72
64
|
- migrations/003_aliases.rb
|
|
73
65
|
- migrations/004_dkims.rb
|
|
74
|
-
- README.md
|
|
75
66
|
- smailr.yml
|
|
76
67
|
homepage: http://github.com/sts/smailr
|
|
77
68
|
licenses: []
|
|
69
|
+
metadata: {}
|
|
70
|
+
post_install_message: |2+
|
|
71
|
+
|
|
78
72
|
|
|
79
|
-
post_install_message: |+
|
|
80
|
-
|
|
81
|
-
|
|
82
73
|
SMAILR /////////////////////////////////////////////////////////////////
|
|
83
|
-
|
|
74
|
+
|
|
84
75
|
TO FINISH THE LOCAL SMAILR INSTALLATION:
|
|
85
|
-
|
|
76
|
+
|
|
86
77
|
* Install Exim with SQLite support
|
|
87
|
-
|
|
78
|
+
|
|
88
79
|
* Install Dovecot with SQlite support
|
|
89
|
-
|
|
80
|
+
|
|
90
81
|
* run export PATH="/var/lib/gems/1.8/bin:${PATH}"
|
|
91
|
-
|
|
82
|
+
|
|
92
83
|
* run "smailr setup" to create exim, dovecot and smailr configuration (you
|
|
93
84
|
can edit the configuration in an editor window before everyting is
|
|
94
85
|
initialized)
|
|
95
|
-
|
|
86
|
+
|
|
96
87
|
* run "smailr migrate" to initialize the database file
|
|
97
|
-
|
|
88
|
+
|
|
98
89
|
//////////////////////////////////////////////////////////////// ///////
|
|
99
|
-
|
|
100
|
-
rdoc_options: []
|
|
101
90
|
|
|
102
|
-
|
|
91
|
+
rdoc_options: []
|
|
92
|
+
require_paths:
|
|
103
93
|
- lib
|
|
104
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
105
|
-
|
|
106
|
-
requirements:
|
|
94
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
95
|
+
requirements:
|
|
107
96
|
- - ">="
|
|
108
|
-
- !ruby/object:Gem::Version
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
version: "0"
|
|
113
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
|
-
none: false
|
|
115
|
-
requirements:
|
|
97
|
+
- !ruby/object:Gem::Version
|
|
98
|
+
version: '0'
|
|
99
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
|
+
requirements:
|
|
116
101
|
- - ">="
|
|
117
|
-
- !ruby/object:Gem::Version
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
- 0
|
|
121
|
-
version: "0"
|
|
122
|
-
requirements:
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: '0'
|
|
104
|
+
requirements:
|
|
123
105
|
- Exim
|
|
124
106
|
- Dovecot
|
|
125
107
|
- Debian
|
|
126
108
|
rubyforge_project:
|
|
127
|
-
rubygems_version:
|
|
109
|
+
rubygems_version: 2.4.4
|
|
128
110
|
signing_key:
|
|
129
|
-
specification_version:
|
|
111
|
+
specification_version: 4
|
|
130
112
|
summary: Simple MAIL manageR - Virtual mail hosting management from the CLI
|
|
131
113
|
test_files: []
|
|
132
|
-
|