Share

Replex

Tracker: Bugs

5 Postfix failed by NULL in virtual.dest - ID: 522154
Last Update: Tracker Item Submitted ( nobody )

Any NULL in the virtual table will
cause postfix failed to look up
further aliases.

This is the maillog for the problem:
postfix/cleanup[11272]: warning: end of input while
receiving integer data from service un
known_stream

The modified replex.sql should be something like:

# -------------------
#
# Table structure for table 'virtual'
#

CREATE TABLE virtual (
alias varchar(255) NOT NULL,
dest longtext DEFAULT '' NOT NULL,
username varchar(30) NOT NULL,
status int(11) DEFAULT '1' NOT NULL,
PRIMARY KEY (alias)
);


Nobody/Anonymous ( nobody ) - 2002-02-24 18:45

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.