Short: Creates virtual accounts in SimpleMail Author: megacz@usa.com Uploader: megacz usa com Type: util/cli Version: 0.2 Requires: 68000+/os2.04+ Architecture: m68k-amigaos; generic smvaccount - virtual accounts(folders) in SimpleMail version 0.2 by megacz@usa.com ------------------------------------------------------ --- Any info? ================= 'smvaccount' is an ARexx script that allows to create(and/or remove) virtual accounts in SimpleMail. Any news? ================= [08-Aug-2009] 0.2 Added new, local filter that works only after pressing 'Filter' button('SM' bug!), auto backup feature, number validator and [readd=...] option. Any reqs? ================= You need working RexxMast server, rexxsupport.library, rx command to be in path and SimpleMail(0.32+) package. Any template? ================= *** t: smvaccount [add=::::::] [del=] [newbase=] [readd=] [add=...] - E-mail address of user to be added - Full name of that user('s' == ) - Username(Login) of that user - User's password - SMTP server to use(usually smtp.host.domain) - POP3 server to use(usually pop3.host.domain)(default) - IMAP server to use(usually imap.host.domain)(off) [del=...] - E-mail address of user to be removed [newbase=...] - Base directory of the account(def.: PROGDIR:.accounts) [readd=...] - Readds all accounts if you pass "please" or forms command lines if "show" is specified. Additionally [newbase=...] can be used to relocate all users to new root directory. Any hints? ================= cd smvaccount-0.2 protect smvaccount +se copy smvaccount / Any example? ================= cd ; add new account(kinda short eh?) smvaccount add mynewaccount@myfavmailboxsystem.oh:Mesisshorny!:mynewaccount:mypassword:smtp.myfavmailboxsystem.oh:pop3.myfavmailboxsystem.oh:imap.myfavmailboxsystem.oh ; remove it smvaccount del mynewaccount@myfavmailboxsystem.oh Any shell dump? ================= /// attempting to process file = '.config' ... /// adding new email(user) entry = 'mynewaccount@myfavmailboxsystem.oh' to the database... /// attempting to process file = '.filters' ... /// adding new filters to the database... /// attempting to process file = '.folders/.order' ... /// adding new folders to the database... Anything else? ================= FIRST OF, MAKE A BACKUP OF '.config', '.filters' and '.folders/.order' files AND SET AT LEAST 131072 BYTES OF STACK TO 'SimpleMail' EXECUTABLE! Before you create first account launch 'SimpleMail', go to Config and save it, nextly save the order of the folders and quit. This is important or else that first account will be the default one! After adding new account remove that dummy one - this will speedup the mailer! Also always turn off 'SimpleMail' when going to create or remove an account. See 'smvaccount' with some text viewer for more details. This script cannot work properly outside 'SimpleMail' directory! --- Enjoy, megacz@usa.com