Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ moblog Public

Mobile Blogging System

mattn/moblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moblog

Mobile Blogging System

Usege

Usage of ./moblog:
  -a string
    	accept e-mail from (default "*")
  -d string
    	repository of jekyll (default "/path/to/jekyll/blog")
  -m string
    	mail server (default "localhost:25")
  -s string
    	e-mail sender (default "[email protected]")
  -t	use html

Installation

Setup your postfix mail server to use procmail.

mailbox_command = /usr/bin/procmail

Configure your .procmailrc to handle e-mail to the command.

PATH=/bin:/usr/bin
MAILDIR=$HOME/Maildir
DEFAULT=$MAILDIR/
SPAM=$MAILDIR/.spam/
LOCKFILE=$HOME/.lockmail
LOGFILE=$HOME/.procmail.log
#VERBOSE=ON

:0
* ^X-Original-To: [email protected]
| /path/to/the/moblog/moblog -a [email protected] -s [email protected] -d /path/to/jekyll/blog

WARN You have to use private e-mail address for -a flag.

License

MIT

Author

Yasuhiro Matsumoto

About

Mobile Blogging System

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages