Is the VDA patch already applied to this .deb?

Asked by Carl Davis

I am having difficulty getting quota support working and wondered if it is even supported in this .deb?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu postfix Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Bhavani Shankar (bhavi) said :
#1

according to the changelog here

https://edge.launchpad.net/ubuntu/+source/postfix

No I think

To apply the patch:

wget http://vda.sourceforge.net/VDA/postfix-2.5.1-vda-ng.patch.gz
gunzip postfix-2.5.1-vda-ng.patch.gz

This should unpack the postfix-2.5.1-vda-ng.patch file which must be applied in order to have support for user quota.

cd postfix-2.5.1
patch -p1 < ../postfix-2.5.1-vda-ng.patch
dpkg-buildpackage

If you see the following message once the compilation ends, don’t worry, it’s as expected:

dpkg-buildpackage: warning: Failed to sign .dsc and .changes file

Now move to the upper directory, where the freshly genereated .deb files reside:

cd ..
ls -1 *.deb

postfix_2.5.1-2ubuntu1.1_i386.deb
postfix-cdb_2.5.1-2ubuntu1.1_i386.deb
postfix-dev_2.5.1-2ubuntu1.1_all.deb
postfix-doc_2.5.1-2ubuntu1.1_all.deb
postfix-ldap_2.5.1-2ubuntu1.1_i386.deb
postfix-mysql_2.5.1-2ubuntu1.1_i386.deb
postfix-pcre_2.5.1-2ubuntu1.1_i386.deb
postfix-pgsql_2.5.1-2ubuntu1.1_i386.deb

(The actual versions of your compiled packages may differ slightly.)

Then we install patched postfix and postfix-mysql packages:

dpkg -i postfix_2.5.1-2ubuntu1.1_i386.deb
dpkg -i postfix-mysql_2.5.1-2ubuntu1.1_i386.deb

Regards

Revision history for this message
Carl Davis (carl.davis) said :
#2

On Sun, 02 Nov 2008 14:48:22 -0000
Bhavani Shankar <email address hidden> wrote:

> Your question #49861 on postfix in ubuntu changed:
> https://answers.edge.launchpad.net/ubuntu/+source/postfix/+question/49861
>
> Status: Open => Answered
>
> Bhavani Shankar proposed the following answer:
> according to the changelog here
>
> https://edge.launchpad.net/ubuntu/+source/postfix
>
> No I think

Thank you.

Revision history for this message
Best Bhavani Shankar (bhavi) said :
#3

so please close this question by clicking on the link below "If this solved your question" or "this solved my problem" button on my post if you are using launchpad

Regards

Revision history for this message
Carl Davis (carl.davis) said :
#4

Thank you.