Re: Writing a SMTP Extension

2017-12-26 Thread Viktor Dukhovni
[ Oops, postfix-users was the wrong list apparently, reposting to postfix-devel ] > On Dec 26, 2017, at 8:29 PM, Tom Maier wrote: > > Within my uni project I have to implement additional SMTP commands in > order to upload or download data (e.g., base64 encoded data). This is > why my initial id

Re: Writing a SMTP Extension

2017-12-26 Thread John Levine
In article <1769a436-daf1-45df-b601-7eb1e17d6...@wurps.de>, Tom Maier wrote: >The project description states that I have to implement some SMTP extension >which provides two features. (1) The owner of an SMTP account should be able >to upload >personal information in the vCard format onto his m

Re: Writing a SMTP Extension

2017-12-26 Thread Wietse Venema
Wietse: > Postfix (or SMTP) supports neither uploading nor fetching, but that > has not stopped people from implementing that over SMTP. 25 Years > ago, people would set up all sorts of email aliases that would > deliver an email message to a local program that would respond with > a new email mess

Re: Writing a SMTP Extension

2017-12-26 Thread Tom Maier
> Postfix (or SMTP) supports neither uploading nor fetching, but that > has not stopped people from implementing that over SMTP. 25 Years > ago, people would set up all sorts of email aliases that would > deliver an email message to a local program that would respond with > a new email message. > >

Re: Postfix documentation patches not merged

2017-12-26 Thread Wietse Venema
Sven Neuhaus: > Hello, > > I send an email to the list on August 22nd 2017 with some documentation > patches. They have not been merged yet. I can see my email in the > postfix-devel list archive. Is there something else I need to do to get > the patches merged? Done. Wietse

Re: Writing a SMTP Extension

2017-12-26 Thread Wietse Venema
Tom Maier: > The project description states that I have to implement some SMTP > extension which provides two features. (1) The owner of an SMTP > account should be able to upload personal information in the vCard > format onto his mail account after authentication. (2) Everyone > should be able to

Re: postfix-pgsql to use connection string

2017-12-26 Thread Wietse Venema
Magos?nyi ?rp?d: > 2017-12-26 0:24 GMT+01:00 Wietse Venema : > > > Magos?nyi ?rp?d: > > > 2017-12-25 20:13 GMT+01:00 Wietse Venema : > > > > > > > Magos?nyi ?rp?d: > > > > > Hi, > > > > > > > > > > Any news with this patch? I don't see it in 3.2.4 yet. > > > > > > > > Features are not added to the

Postfix documentation patches not merged

2017-12-26 Thread Sven Neuhaus
Hello, I send an email to the list on August 22nd 2017 with some documentation patches. They have not been merged yet. I can see my email in the postfix-devel list archive. Is there something else I need to do to get the patches merged? Best regards, -Sven Neuhaus

Writing a SMTP Extension

2017-12-26 Thread Tom Maier
Hi recently I got a project at university which includes an enhancement for Postfix. I read through the code already and tried to understand the various daemons. I feel a little lost because this is the first big open source project I am working on. The project description states that I have t