On Tue, 9 Mar 2010 19:19:28 -0500
Victor Duchovni replied:
>Is this the MUA? Does the MUA bother to send QUIT, or does it just
>disconnect? You can use "debug_peer_list" to see what this client
>is up to after it sends mail.
OK Victor, this is the complete output of "debug_peer_list" with
approp
Hello List,
I'm trying to get postfix work properly with Cyrus-imap but I've yet to
get everything completely working. My server hosts several domains and
uses Cyrus to deliver its email to the correct users. In my setup I've
configured a catch-all address and several other virtual addresses.
Jerry:
> Mar 10 04:59:46 xxx postfix/smtpd[93352]: <
> xx.my_domain.com[192.168.1.101]: QUIT
> Mar 10 04:59:46 xxx postfix/smtpd[93352]: >
> xx.my_domain.com[192.168.1.101]: 221 2.0.0 Bye
> Mar 10 04:59:46 xxx postfix/smtpd[93352]: warning:
> network_biopair_interop: error re
I have been using mxtoolbox.com recently to monitor my server and I notice that
most of the alerts I get are for times when the server is not, in fact,
offline. It looks like maybe postfix just isn't answering (or answering fast
enough?)
I was wondering if anyone had any experience with this?
* LuKreme :
> I have been using mxtoolbox.com recently to monitor my server and I
> notice that most of the alerts I get are for times when the server is
> not, in fact, offline. It looks like maybe postfix just isn't answering
> (or answering fast enough?)
I'm also using it. No problems so far.
On 2010-03-10 Gijs wrote:
> virtual_alias_maps = hash:/etc/postfix/virtual
> virtual_mailbox_domains = mydomain.com myotherdomain.com
> virtual_transport = lmtp:unix:/var/lib/imap/socket/lmtp
>
> /etc/postfix/virtual:
> t...@mydomain.comsomeuser
> @mydomain.comcatchalluser
>
> i...@myot
On 3/10/10 15:05 , Ansgar Wiechers wrote:
On 2010-03-10 Gijs wrote:
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_mailbox_domains = mydomain.com myotherdomain.com
virtual_transport = lmtp:unix:/var/lib/imap/socket/lmtp
/etc/postfix/virtual:
t...@mydomain.comsomeuser
@mydomain.c
On Wed, Mar 10, 2010 at 02:10:48PM +0100, Gijs wrote:
> Hello List,
>
> I'm trying to get postfix work properly with Cyrus-imap but I've yet to get
> everything completely working. My server hosts several domains and uses
> Cyrus to deliver its email to the correct users. In my setup I've
> con
Gijs:
> On 3/10/10 15:05 , Ansgar Wiechers wrote:
> > On 2010-03-10 Gijs wrote:
> >
> >> virtual_alias_maps = hash:/etc/postfix/virtual
> >> virtual_mailbox_domains = mydomain.com myotherdomain.com
> >> virtual_transport = lmtp:unix:/var/lib/imap/socket/lmtp
> >>
> >> /etc/postfix/virtual:
> >>
On 3/10/10 15:37 , Wietse Venema wrote:
Gijs:
On 3/10/10 15:05 , Ansgar Wiechers wrote:
On 2010-03-10 Gijs wrote:
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_mailbox_domains = mydomain.com myotherdomain.com
virtual_transport = lmtp:unix:/var/lib/imap/socket/lmtp
/etc/postfix/virtu
On 3/9/2010 10:32 PM, VR wrote:
I have Postfix running on Debian in front of Microsoft Exchange 2003
using transport_maps, relay_domains and relay_recipient_maps. This
Postfix configuration is purely for inbound SMTP traffic.
Is there any existing solution that enables end-users to manipulate a
Gijs:
> On 3/10/10 15:37 , Wietse Venema wrote:
> > Gijs:
> >> On 3/10/10 15:05 , Ansgar Wiechers wrote:
> >>> On 2010-03-10 Gijs wrote:
> >>>
> virtual_alias_maps = hash:/etc/postfix/virtual
> virtual_mailbox_domains = mydomain.com myotherdomain.com
> virtual_transport = lmtp:unix:/
On Wed, Mar 10, 2010 at 08:23:00AM -0500, Wietse Venema wrote:
> > Mar 10 04:59:46 xxx postfix/smtpd[93352]: <
> > xx.my_domain.com[192.168.1.101]: QUIT
> > Mar 10 04:59:46 xxx postfix/smtpd[93352]: >
> > xx.my_domain.com[192.168.1.101]: 221 2.0.0 Bye
> > Mar 10 04:59:46 xxx
On Wed, 10 Mar 2010, Noel Jones wrote:
> On 3/9/2010 10:32 PM, VR wrote:
> > I have Postfix running on Debian in front of Microsoft Exchange 2003
> > using transport_maps, relay_domains and relay_recipient_maps. This
> > Postfix configuration is purely for inbound SMTP traffic.
> >
> > Is there a
Victor Duchovni:
> On Wed, Mar 10, 2010 at 08:23:00AM -0500, Wietse Venema wrote:
>
> > > Mar 10 04:59:46 xxx postfix/smtpd[93352]: <
> > > xx.my_domain.com[192.168.1.101]: QUIT
> > > Mar 10 04:59:46 xxx postfix/smtpd[93352]: >
> > > xx.my_domain.com[192.168.1.101]: 221 2.0.0 Bye
On Wed, Mar 10, 2010 at 03:08:18PM -0500, Wietse Venema wrote:
> > With TLS sessions, after "QUIT" processing, the server tries to perform
> > a clean SSL_shutdown() of the SSL/TLS session. If the client closes
> > the connection without performing the SSL_shutdown(), you'll see the
> > above warn
Victor Duchovni:
> On Wed, Mar 10, 2010 at 03:08:18PM -0500, Wietse Venema wrote:
>
> > > With TLS sessions, after "QUIT" processing, the server tries to perform
> > > a clean SSL_shutdown() of the SSL/TLS session. If the client closes
> > > the connection without performing the SSL_shutdown(), yo
On Wed, 10 Mar 2010 15:49:16 -0500 (EST)
Wietse Venema replied:
>Victor Duchovni:
>> On Wed, Mar 10, 2010 at 03:08:18PM -0500, Wietse Venema wrote:
>>
>> > > With TLS sessions, after "QUIT" processing, the server tries to
>> > > perform a clean SSL_shutdown() of the SSL/TLS session. If the
>> >
Jerry:
> Wietse and Victor, from what I have deduced from reading your posts is
> that I can safely ignore the warning. Is that correct? I am really
> interested though in why this has suddenly started happening. I have
> not touched Postfix or claws-mail, my MUA, in months. Except for
> updating F
Gmail-teopro a écrit :
> Hello guys,
>
> I have made a simple filter, following the example
> here http://www.postfix.org/FILTER_README.html in order to insert a
> number in the subject line of every message been sent.
> The script of this filter is very similar with the example, in uses sed
> to
20 matches
Mail list logo