Postfix, POP/IMAP server, virtual users, web administration - what do you use?

2010-09-27 Thread Tomasz Chmielewski
last update from 2005. What other options do you use with Postfix, when it comes to "web-based" virtual users/domain/aliases management? With IMAP/POP servers like Cyrus, Courier, Dovecot? -- Tomasz Chmielewski http://wpkg.org

Re: Postfix, POP/IMAP server, virtual users, web administration - what do you use?

2010-09-27 Thread Tomasz Chmielewski
do it well (UI just for SMTP/POP/IMAP account management). -- Tomasz Chmielewski http://wpkg.org

Re: Postfix, POP/IMAP server, virtual users, web administration - what do you use?

2010-09-27 Thread Tomasz Chmielewski
ays try to port Postfix to Windows! -- Tomasz Chmielewski http://wpkg.org

best way to send "raw" email (files)?

2010-10-12 Thread Tomasz Chmielewski
onable approach? I'm a bit worried it's not very scalable (i.e. list the directory, run lsof for each file, spawn cat and sendmail, and that in some kind of loop). Critique is welcome, especially if there are better ways to deal with "raw" email files. -- Tomasz Chmielewski http://wpkg.org

Re: best way to send "raw" email (files)?

2010-10-12 Thread Tomasz Chmielewski
On 12.10.2010 16:40, Wietse Venema wrote: Tomasz Chmielewski: cat /samba/emails/somefile.eml | sendmail -t sendmail -t< filename Thanks for the tip. assuming that the file does not contain garbage such as Control-Z at the end of the file. Only slightly faster would be to use one of

virtual users and accepting mail for /^prefix...@.+$/ regex

2010-10-21 Thread Tomasz Chmielewski
entry, I'm able to send out mail, but Postfix won't accept mail for /^prefix...@.+$/ (from remote). How can I configure postfix to accept mail for /^prefix...@.+$/ users, and be able to send out mail to a proper MX? -- Tomasz Chmielewski http://wpkg.org

adding digital signature to email?

2010-10-27 Thread Tomasz Chmielewski
ey K1)? -- Tomasz Chmielewski http://wpkg.org

"virtual pipe" (i.e. in SQL database)?

2010-10-27 Thread Tomasz Chmielewski
xample.commypipe: ot...@new.example.com otherpipe: It works OK, but I'd rather keep it in MySQL only, or, have it somehow without having to edit master.cf each time. Is it possible? -- Tomasz Chmielewski http://wpkg.org

multiple relayhosts (fallback)?

2011-01-12 Thread Tomasz Chmielewski
"trick" would be to add a DNS entry which resolves to two IPs, but still, it's not a real fallback (and requires DNS changes). -- Tomasz Chmielewski http://wpkg.org

how do I add custom headers to outgoing messages only?

2009-06-29 Thread Tomasz Chmielewski
om headers in Postfix? -- Tomasz Chmielewski http://wpkg.org

Re: how do I add custom headers to outgoing messages only?

2009-06-29 Thread Tomasz Chmielewski
thing else (and thus, be able to be replicated to other setups without any change). -- Tomasz Chmielewski http://wpkg.org

reject mail from u...@mydomain.tld if not SASL or mynetworks?

2009-07-07 Thread Tomasz Chmielewski
From time to time, I receive spam from someu...@mydomain.tld, sent from some exotic part of the world. I would like to reject the mail from all @mydomain.tld addresses if it's not: - sent from mynetworks - sent using SASL auth Is it possible? -- Tomasz Chmielewski http://wpkg.org

rate limiting per MX / group of IPs?

2012-02-13 Thread Tomasz Chmielewski
low: But instead of listing every domain in transport_maps, I'd rather use the MX values, or IP ranges - is it somehow possible? -- Tomasz Chmielewski http://wpkg.org

Re: rate limiting per MX / group of IPs?

2012-02-13 Thread Tomasz Chmielewski
On 02/14/2012 01:01 AM, Wietse Venema wrote: Tomasz Chmielewski: Is it possible to do rate limiting per MX, or a group of IPs, and not by email address / domain? ... But instead of listing every domain in transport_maps, I'd rather use the MX values, or IP ranges - is it somehow pos

email address (u...@domain.tld) as username?

2013-09-27 Thread Tomasz Chmielewski
pd_sasl_path = smtpd smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unauth_destination, reject_unauth_pipelining, reject_invalid_hostname -- Tomasz Chmielewski http://www.ptraveler.com

Re: email address (u...@domain.tld) as username?

2013-09-27 Thread Tomasz Chmielewski
virtual users; they are system users. I want to use t...@example.com and t...@domain.tld, as this is what users have for IMAP/SMTP logins on a different system, being migrated. -- Tomasz Chmielewski http://www.ptraveler.com

Re: email address (u...@domain.tld) as username?

2013-09-27 Thread Tomasz Chmielewski
avoid extra complexity virtual setup brings (as virtual users for Postfix is one, and matching virtual users for the POP/IMAP server is another thing). To sum up: there is no way for Postfix to map "u...@domain.com" email to "u...@domain.com" system account - did I understand correctly? -- Tomasz Chmielewski http://www.ptraveler.com

multiple outgoing interfaces?

2008-10-07 Thread Tomasz Chmielewski
2.168.2.2 address. And so on. Is it possible to do so in Postfix? So far, the system uses two outgoing addresses, but also using two separate MTAs (Exim and Postfix, each using a different outgoing address), which is suboptimal, and does not scale very well with additional IP addresses ;)

Re: multiple outgoing interfaces?

2008-10-07 Thread Tomasz Chmielewski
Wietse Venema schrieb: Tomasz Chmielewski: I have a server with several public IP addresses (aliases on one network card), running Postfix. The machine also runs several websites, which interact with the users (forums, automated responses for queries etc.). I would like to configure each

Re: multiple outgoing interfaces?

2008-10-07 Thread Tomasz Chmielewski
Victor Duchovni schrieb: On Tue, Oct 07, 2008 at 10:31:40PM +0200, Tomasz Chmielewski wrote: I have a server with several public IP addresses (aliases on one network card), running Postfix. The machine also runs several websites, which interact with the users (forums, automated responses

Re: multiple outgoing interfaces?

2008-10-07 Thread Tomasz Chmielewski
mouss schrieb: Tomasz Chmielewski wrote: Basically, if Postfix can specify the source IP address, that should be fine for me... provided that it can make some decisions here (i.e., which outgoing interface to choose, depending on From: or Received: etc). since you have one network card

Re: Refused Message from RCPT TO

2008-10-10 Thread Tomasz Chmielewski
again. Thanks - so basically this is not specifically something my Postfix server is doing wrong or occurring due to config, correct? Nothing you are directly in control of, no. Unless he's trying to send dozens of emails/second to the remote SMTP server, which doesn't like such behavio

Re: Best anti-spam

2008-10-22 Thread Tomasz Chmielewski
tool will stop all spam". you need layers (like in "oignon") and you need multiple iterations to find the right layers setup for your site. Of course there is. You forgot about FUSSP ;) -- Tomasz Chmielewski http://wpkg.org

Re: Best anti-spam

2008-10-22 Thread Tomasz Chmielewski
't simply change the reverse DNS for that machine's IP address. -- Tomasz Chmielewski http://wpkg.org