File: config.example

package info (click to toggle)
solid-pop3d 0.15-26
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,712 kB
  • sloc: ansic: 6,364; sh: 2,084; makefile: 487
file content (20 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* This example is very stupid. Don't use it as a base for your own 
   configuration file */
<Global>
	MailDropName	Maildir
	MailDropType	maildir
	UserBullFile	.spop3d-blurp /* It's just an example */
	UserMailDropDelimiter "+"
	ReadExpire	0

</Global>
<VirtualHost 192.168.1.1>
	UnreadExpire	never
	APOPServerName	jakis.tam.host.w.pl
	MailDropName	"/var/mail/%s" /* It is a comment */
	MailDropType	mailbox
	AutoLogoutTime	5s
	UserOverride	yes
	AllowAPOP 	yes
	ChangeGID	true
</VirtualHost>