------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
http://www.exim.org/bugzilla/show_bug.cgi?id=445 Summary: Temporary unavability of accounts Product: Exim Version: 4.64 Platform: Other OS/Version: Linux Status: NEW Severity: bug Priority: medium Component: Delivery in general AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [email protected] We would like to set temporary unavability of virtual accounts of all smtp users. We have configured exim v4.65 with MySQL databases with users, domains and aliases. With following scheme CREATE TABLE `aliases` ( `username` varchar(64) NOT NULL default '', `domain` varchar(64) NOT NULL default '', `aliases` varchar(128) NOT NULL default '', `status` varchar(32) default NULL ) DEFAULT CHARSET=utf8; CREATE TABLE `domains` ( `domain` varchar(128) NOT NULL default '' ) DEFAULT CHARSET=utf8; CREATE TABLE `emails` ( `message` varchar(32) NOT NULL default '', `local` varchar(64) NOT NULL default '' ) DEFAULT CHARSET=utf8; CREATE TABLE `mailboxes` ( `username` varchar(128) NOT NULL default '', `domain` varchar(64) NOT NULL default '', `maildir` varchar(32) NOT NULL default '', `size` int(11) default NULL, `status` enum('enable','disable') default NULL ) DEFAULT CHARSET=utf8; We would like be able to set temporary unavability but with 452 value SMTP code generating from Exim to client which try sent mail on blocked account. I have checked source code of exim and code 452 is generating only when reciepient is over max value. Please implement option which we will be able to control generating SMTP codes from exim to client. It is very important to us because as is written in RFC SMTP, temporary unavability should be generating code 452. -- Configure bugmail: http://www.exim.org/bugzilla/userprefs.cgi?tab=email -- ## List details at http://www.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
